DimensionalReceiverAnalogModel

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

DimensionalReceiverAnalogModel

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 the sensitivity (idle or busy states).

Properties

Name Value Description
class DimensionalReceiverAnalogModel
display i=block/tunnel

Source code

simple DimensionalReceiverAnalogModel extends SimpleModule like IReceiverAnalogModel
{
    parameters:
        @class(DimensionalReceiverAnalogModel);
        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 the sensitivity (idle or busy states).
        @display("i=block/tunnel");
}
File: src/inet/physicallayer/wireless/common/analogmodel/dimensional/DimensionalReceiverAnalogModel.ned