Module Interface IRadioBackgroundNoise

Package: inet.physicallayer.contract.packetlevel
File: src/inet/physicallayer/contract/packetlevel/IBackgroundNoise.ned

The background noise model describes the thermal noise, the cosmic background noise, and other random fluctuations of the electromagnetic field that affect the quality of the communication channel.

IRadioBackgroundNoise

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Inheritance diagram:

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

Used in compound modules:

Name Type Description
RadioMedium compound module

The medium model describes the shared physical medium where communication takes place. It keeps track of radios, noise sources, ongoing transmissions, background noise, and other ongoing noises. The medium computes when, where and how transmissions and noises arrive at receivers. It also efficiently provides the set of interfering transmissions and noises for the receivers.

Properties:

Name Value Description
display i=block/mac

Source code:

//
// The background noise model describes the thermal noise, the cosmic background
// noise, and other random fluctuations of the electromagnetic field that affect
// the quality of the communication channel.
//
moduleinterface IRadioBackgroundNoise
{
    parameters:
        @display("i=block/mac");
}