Package: inet.physicallayer.wireless.apsk.packetlevel.errormodel
ApskErrorModel
compound moduleThis 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 technique is used in the physical signal.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
| Name | Type | Description |
|---|---|---|
| ErrorModelBase | compound module |
Serves as the base module for error models. |
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| corruptionMode | string | "packet" | |
| snirMode | string | "min" | |
| snirOffset | double | 0dB |
Offset the calculated SNIR before further computing the PER, BER, SER or corrupt bits and symbols this can be used, for example, to represent cross symbol interference due to OFDM lobe overlapping, symbol frequency/time offset mismatch, and symbol frequency/time size mismatch |
Properties
| Name | Value | Description |
|---|---|---|
| class | ApskErrorModel | |
| display | i=block/broadcast |
Source code
// // 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 technique is used in the // physical signal. // module ApskErrorModel extends ErrorModelBase { parameters: @class(ApskErrorModel); }File: src/inet/physicallayer/wireless/apsk/packetlevel/errormodel/ApskErrorModel.ned