LayeredDimensionalAnalogModel

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

LayeredDimensionalAnalogModel

compound module

(no description)

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 LayeredDimensionalAnalogModel

Source code

module LayeredDimensionalAnalogModel 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(LayeredDimensionalAnalogModel);
}

File: src/inet/physicallayer/wireless/common/analogmodel/bitlevel/LayeredDimensionalAnalogModel.ned