Ieee80211NistErrorModel

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

Ieee80211NistErrorModel

compound module

(no description)

Inheritance diagram

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Known subclasses

Name Type 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.

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

Source code

module Ieee80211NistErrorModel extends ErrorModelBase
{
    parameters:
        @class(Ieee80211NistErrorModel);
        @display("i=block/broadcast");
}

File: src/inet/physicallayer/wireless/ieee80211/packetlevel/errormodel/Ieee80211NistErrorModel.ned