Package: inet.physicallayer.wireless.common.contract.bitlevel
ILayeredErrorModel
module interface(no description)
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Implemented by
Name | Type | Description |
---|---|---|
ApskLayeredErrorModel | compound module |
This error model computes the erroneous bits, symbols, or simply whether the packet is error free or not based on the SNIR. |
Ieee80211OfdmErrorModel | compound module |
This is the error model for the layered IEEE 802.11 OFDM PHY infrastructure (IEEE 802.11-2012, Clause 18). OFDM means that the physical layer uses OFDM modulation. |
LayeredErrorModelBase | compound module | (no description) |
StochasticLayeredErrorModel | compound module | (no description) |
Used in compound modules
Name | Type | Description |
---|---|---|
ApskLayeredReceiver | compound module |
This receiver model is part of a simple hypothetical layered radio. It receives detailed transmissions that have separate representation for all simulated domains. The levelOfDetail parameter controls which domains are actually simulated, but all parameters relevant to the error model are expected to be set on the reception. |
Ieee80211LayeredOfdmReceiver | compound module |
This module implements an IEEE 802.11 OFDM receiver. The implemenation details are based on the following standard: IEEE Std 802.11-2012 PART 11: WIRELESS LAN MAC AND PHY SPECIFICATIONS |
Properties
Name | Value | Description |
---|---|---|
display | i=block/broadcast |
Source code
moduleinterface ILayeredErrorModel { parameters: @display("i=block/broadcast"); }File: src/inet/physicallayer/wireless/common/contract/bitlevel/ILayeredErrorModel.ned