ScalarReceiverAnalogModel

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

ScalarReceiverAnalogModel

simple module

C++ definition

(no description)

Inheritance diagram

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

Extends

Name Type Description
SimpleModule simple module

Base module for all INET simple 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

defaultCenterFrequency double nan Hz
defaultBandwidth double nan Hz
defaultSensitivity double nan dBm

Reception is not possible if the signal power is below sensitivity (idle or busy states)

Properties

Name Value Description
class ScalarReceiverAnalogModel
display i=block/tunnel

Source code

simple ScalarReceiverAnalogModel extends SimpleModule like IReceiverAnalogModel
{
    parameters:
        @class(ScalarReceiverAnalogModel);
        double defaultCenterFrequency @unit(Hz) = default(nan Hz);
        double defaultBandwidth @unit(Hz) = default(nan Hz);
        double defaultSensitivity @unit(dBm) = default(nan dBm);     // Reception is not possible if the signal power is below sensitivity (idle or busy states)
        @display("i=block/tunnel");
}
File: src/inet/physicallayer/wireless/common/analogmodel/scalar/ScalarReceiverAnalogModel.ned