Package: inet.physicallayer.wireless.ieee80211.packetlevel.errormodel
Ieee80211BerTableErrorModel
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 |
opMode | string | ||
berTableFile | string |
Properties
Name | Value | Description |
---|---|---|
display | i=block/broadcast | |
class | Ieee80211BerTableErrorModel |
Source code
module Ieee80211BerTableErrorModel extends ErrorModelBase { parameters: string opMode @enum("a","b","g(erp)","g(mixed)","n","p"); string berTableFile; @class(Ieee80211BerTableErrorModel); @display("i=block/broadcast"); }File: src/inet/physicallayer/wireless/ieee80211/packetlevel/errormodel/Ieee80211BerTableErrorModel.ned