ApskLayeredErrorModel
Package: inet.physicallayer.wireless.apsk.bitlevel.errormodel
ApskLayeredErrorModel
compound moduleThis error model computes the erroneous bits, symbols, or simply whether the packet is error-free or not based on the SNIR.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
| Name | Type | Description |
|---|---|---|
| LayeredErrorModelBase | compound module | (no description) |
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| symbolCorruptionMode | string | "1bit" |
Properties
| Name | Value | Description |
|---|---|---|
| display | i=block/broadcast | |
| class | ApskLayeredErrorModel |
Source code
// // This error model computes the erroneous bits, symbols, or simply whether the // packet is error-free or not based on the SNIR. // module ApskLayeredErrorModel extends LayeredErrorModelBase { parameters: @class(ApskLayeredErrorModel); }File: src/inet/physicallayer/wireless/apsk/bitlevel/errormodel/ApskLayeredErrorModel.ned