DimensionalAnalogModel

Package: inet.physicallayer.wireless.common.analogmodel.packetlevel

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.

Inheritance diagram

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

Parameters

Name Type Default value Description
attenuateWithCenterFrequency bool true

true means frequency selectivity will always use the carrier frequencey as opposed to using the frequency where the change in power occurs

Properties

Name Value Description
display i=block/tunnel
class DimensionalAnalogModel

Source code

//
// This analog model computes with dimensional analog power representation. In
// other words the signal power may change over time and/or frequency.
//
module DimensionalAnalogModel like IAnalogModel
{
    parameters:
        bool attenuateWithCenterFrequency = default(true); // true means frequency selectivity will always use the carrier frequencey as opposed to using the frequency where the change in power occurs
        @display("i=block/tunnel");
        @class(DimensionalAnalogModel);
}

File: src/inet/physicallayer/wireless/common/analogmodel/packetlevel/DimensionalAnalogModel.ned