Ieee802154ErrorModel

Package: inet.physicallayer.wireless.ieee802154.packetlevel.errormodel

Ieee802154ErrorModel

compound module

(no description)

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 Ieee802154ErrorModel
display i=block/broadcast

Source code

module Ieee802154ErrorModel extends ErrorModelBase
{
    parameters:
        @class(Ieee802154ErrorModel);
}

File: src/inet/physicallayer/wireless/ieee802154/packetlevel/errormodel/Ieee802154ErrorModel.ned