DimensionalMediumAnalogModel
Package: inet.physicallayer.wireless.common.analogmodel.dimensional
DimensionalMediumAnalogModel
compound moduleThis 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.
Extends
| Name | Type | Description |
|---|---|---|
| Module | compound module |
Base module for all INET compound modules. |
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| attenuateWithCenterFrequency | bool | true |
True means frequency selectivity will always use the carrier frequency as opposed to using the frequency where the change in power occurs |
Properties
| Name | Value | Description |
|---|---|---|
| class | DimensionalMediumAnalogModel | |
| display | i=block/tunnel |
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 DimensionalMediumAnalogModel extends Module like IMediumAnalogModel { parameters: bool attenuateWithCenterFrequency = default(true); // True means frequency selectivity will always use the carrier frequency as opposed to using the frequency where the change in power occurs @display("i=block/tunnel"); @class(DimensionalMediumAnalogModel); }File: src/inet/physicallayer/wireless/common/analogmodel/dimensional/DimensionalMediumAnalogModel.ned