Ieee80211YansErrorModel

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

Ieee80211YansErrorModel

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

This module servces as the base module for error models.

Parameters

Name Type Default value Description
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 represents cross symbol interference due to OFDM lobe overlapping, symbol frequency/time offset mismatch, and symbol frequency/time size mismatch

Properties

Name Value Description
display i=block/broadcast
class Ieee80211YansErrorModel

Source code

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

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