IReceiver

Package: inet.physicallayer.wireless.common.contract.packetlevel

IReceiver

module interface

The receiver model describes the physical process that converts electric signals into packets.

Inheritance diagram

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

Implemented by

Name Type Description
ApskLayeredReceiver compound module

This receiver model is part of a simple hypothetical layered radio. It receives detailed transmissions that have a separate representation for all simulated domains. The levelOfDetail parameter controls which domains are actually simulated, but all parameters relevant to the error model are expected to be set on the reception.

ApskReceiver compound module

This receiver model receives a transmission successfully if the minimum of the signal-to-noise and interference ratio over the duration of the reception is sufficiently high. It uses the error model to compute the error rate based on this value and the used modulation.

GenericReceiver compound module

This receiver is part of the generic radio architecture.

Ieee80211LayeredOfdmReceiver compound module

Implements an IEEE 802.11 OFDM receiver. The implementation details are based on the following standard: IEEE Std 802.11-2012 PART 11: WIRELESS LAN MAC AND PHY SPECIFICATIONS

Ieee80211Receiver compound module

This receiver model receives an IEEE 802.11 transmission successfully if the minimum of the signal to noise and interference ratio over the duration of the reception is sufficiently high. It uses one of the IEEE 802.11 specific error models to compute the error rate based on this value and the used operation mode.

Ieee802154NarrowbandReceiver compound module (no description)
Ieee802154UwbIrReceiver compound module (no description)
NarrowbandReceiverBase compound module

Serves as a base module for narrowband receiver models.

SnirReceiverBase compound module

Serves as a base module for SNIR receiver models.

Used in compound modules

Name Type Description
Radio compound module

The radio model describes the physical device that is capable of transmitting and receiving signals on the medium. It contains an antenna model, a transmitter model, a receiver model, and an energy consumer model.

Properties

Name Value Description
display i=block/wrx

Source code

//
// The receiver model describes the physical process that converts electric
// signals into packets.
//
moduleinterface IReceiver
{
    parameters:
        @display("i=block/wrx");
}

File: src/inet/physicallayer/wireless/common/contract/packetlevel/IReceiver.ned