Package: inet.physicallayer.wireless.unitdisk
UnitDiskAnalogModel
compound moduleThis 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.
See also: UnitDiskRadio, UnitDiskRadioMedium, UnitDiskTransmitter, UnitDiskReceiver.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Properties
Name | Value | Description |
---|---|---|
class | UnitDiskAnalogModel | |
display | i=block/tunnel |
Source code
// // 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. // // @see ~UnitDiskRadio, ~UnitDiskRadioMedium, ~UnitDiskTransmitter, // ~UnitDiskReceiver. // module UnitDiskAnalogModel like IAnalogModel { parameters: @class(UnitDiskAnalogModel); @display("i=block/tunnel"); }File: src/inet/physicallayer/wireless/unitdisk/UnitDiskAnalogModel.ned