ScalarAnalogModel

Package: inet.physicallayer.analogmodel.packetlevel

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.

Inheritance diagram

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

Properties

Name Value Description
display i=block/tunnel
class ScalarAnalogModel

Source code

//
// 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.
//
module ScalarAnalogModel like IAnalogModel
{
    parameters:
        @display("i=block/tunnel");
        @class(ScalarAnalogModel);
}
File: src/inet/physicallayer/analogmodel/packetlevel/ScalarAnalogModel.ned