Package: inet.physicallayer.wireless.common.contract.packetlevel
IAnalogModel
module interfaceThe analog model describes how the analog representation of the transmissions is turned into the analog representation of the receptions.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Implemented by
Name | Type | Description |
---|---|---|
DimensionalAnalogModel | compound module |
This analog model computes with dimensional analog power representation. In other words the signal power may change over time and/or frequency. |
LayeredDimensionalAnalogModel | compound module | (no description) |
LayeredScalarAnalogModel | compound module | (no description) |
ScalarAnalogModel | compound module |
This analog model computes with scalar analog power representation. In other words, the signal power does not change over time or frequency, except for the boundaries of the signal. |
UnitDiskAnalogModel | compound module |
This analog model provides a very simple and predictable physical layer behavior. It determines the reception power by categorizing transmissions based on the distance between the transmitter and the receiver. It doesn't support noise and signal to noise ratio calculations. |
Used in compound modules
Name | Type | Description |
---|---|---|
RadioMedium | compound module |
The medium model describes the shared physical medium where communication takes place. It keeps track of radios, noise sources, ongoing transmissions, background noise, and other ongoing noises. The medium computes when, where and how transmissions and noises arrive at receivers. It also efficiently provides the set of interfering transmissions and noises for the receivers. |
Properties
Name | Value | Description |
---|---|---|
display | i=block/tunnel |
Source code
// // The analog model describes how the analog representation of the transmissions // is turned into the analog representation of the receptions. // moduleinterface IAnalogModel { parameters: @display("i=block/tunnel"); }File: src/inet/physicallayer/wireless/common/contract/packetlevel/IAnalogModel.ned