Package: inet.physicallayer.wireless.common.analogmodel.packetlevel
ScalarAnalogModel
compound moduleThis 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.
Parameters
Name | Type | Default value | Description |
---|---|---|---|
ignorePartialInterference | bool | false |
enabled means interference only partially overlapping with the signal being received is ignored, otherwise the simulation stops with an error |
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: bool ignorePartialInterference = default(false); // enabled means interference only partially overlapping with the signal being received is ignored, otherwise the simulation stops with an error @display("i=block/tunnel"); @class(ScalarAnalogModel); }File: src/inet/physicallayer/wireless/common/analogmodel/packetlevel/ScalarAnalogModel.ned