IModulator

Package: inet.physicallayer.contract.bitlevel

IModulator

module interface

(no description)

Inheritance diagram

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

Implemented by

Name Type Description
APSKModulator simple module

This module is part of a simple hypothetical layered transmitter. It computes the symbol domain representation from the bit domain representation by applying the configured modulation.

Ieee80211OFDMModulator simple module

This is an IEEE 802.11 OFDM modulator module, the implementation is based on 18.3.5.8 Subcarrier modulation mapping section in IEEE 802.11-2012 Std.

Used in compound modules

Name Type Description
APSKLayeredTransmitter compound module

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

Ieee80211LayeredOFDMTransmitter compound module

The level of detail parameter determines which submodules of the transmitter will be used:

Properties

Name Value Description
display i=block/mac

Source code

moduleinterface IModulator
{
    parameters:
        @display("i=block/mac");
}
File: src/inet/physicallayer/contract/bitlevel/IModulator.ned