IdealAnalogModel

Package: inet.physicallayer.idealradio

IdealAnalogModel

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.

See also IdealRadio, IdealRadioMedium, IdealTransmitter, and IdealReceiver.

Inheritance diagram

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Properties

Name Value Description
class IdealAnalogModel
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 also ~IdealRadio, ~IdealRadioMedium, ~IdealTransmitter, and
// ~IdealReceiver.
//
module IdealAnalogModel like IAnalogModel
{
    parameters:
        @class(IdealAnalogModel);
        @display("i=block/tunnel");
}
File: src/inet/physicallayer/idealradio/IdealAnalogModel.ned