Package: inet.physicallayer.wireless.common.contract.packetlevel
IErrorModel
module interfaceThe error model describes how the signal to noise ratio affects the amount of errors at the receiver.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Implemented by
Name | Type | Description |
---|---|---|
ApskErrorModel | compound module |
This error model determines packet error rate, bit error rate, and symbol error rate by using the well-known formula that corresponds to the modulation. It assumes no forward error correction or any other techinque is used in the physical signal. |
ErrorModelBase | compound module |
This module servces as the base module for error models. |
Ieee80211BerTableErrorModel | compound module | (no description) |
Ieee80211NistErrorModel | compound module | (no description) |
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. |
Ieee80211YansErrorModel | compound module | (no description) |
StochasticErrorModel | compound module |
This error model provides parameters to specify the constant packet error rate, bit error rate, and symbol error rate for receptions independent of any interfering transmission or noise. |
Used in compound modules
Name | Type | Description |
---|---|---|
NarrowbandReceiverBase | compound module |
This module servces as a base module for narrowband receiver models. |
Properties
Name | Value | Description |
---|---|---|
display | i=block/broadcast |
Source code
// // The error model describes how the signal to noise ratio affects the amount of // errors at the receiver. // moduleinterface IErrorModel { parameters: @display("i=block/broadcast"); }File: src/inet/physicallayer/wireless/common/contract/packetlevel/IErrorModel.ned