Simple Module GilbertElliotSnr

File: contrib/nic/phyLayer/GilbertElliotSnr.ned

C++ definition: click here

Gilbert-Elliot signal-noise evaluator

Usage diagram:

The following diagram shows usage relationships between modules, networks and channels. Unresolved module (and channel) types are missing from the diagram. Click here to see the full picture.

Used in compound modules:

If a module type shows up more than once, that means it has been defined in more than one NED file.

GENic (no description)

Parameters:

Name Type Description
debug bool

debug switch

transmitterPower numeric
headerLength numeric const
carrierFrequency numeric
thermalNoise numeric
pathLossAlpha numeric
sensitivity numeric
meanGood numeric
meanBad numeric

Gates:

Name Direction Description
uppergateIn input
radioIn input
uppergateOut output
upperControlOut output

Source code:

simple GilbertElliotSnr
    parameters:
    debug : bool, // debug switch
    transmitterPower : numeric,
    headerLength: numeric const,
    carrierFrequency: numeric,
    thermalNoise: numeric,
    pathLossAlpha: numeric,
    sensitivity: numeric,
    meanGood: numeric,
    meanBad: numeric;
    gates:
        in: uppergateIn, radioIn;
        out: uppergateOut, upperControlOut;
endsimple