File: contrib/nic/phyLayer/GilbertElliotSnr.ned
C++ definition: click here
Gilbert-Elliot signal-noise evaluator
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.
If a module type shows up more than once, that means it has been defined in more than one NED file.
GENic | (no description) |
Name | Type | Description |
---|---|---|
debug | bool | debug switch |
transmitterPower | numeric | |
headerLength | numeric const | |
carrierFrequency | numeric | |
thermalNoise | numeric | |
pathLossAlpha | numeric | |
sensitivity | numeric | |
meanGood | numeric | |
meanBad | numeric |
Name | Direction | Description |
---|---|---|
uppergateIn | input | |
radioIn | input | |
uppergateOut | output | |
upperControlOut | output |
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