Module Interface IDemodulator

Package: inet.physicallayer.contract.bitlevel
File: src/inet/physicallayer/contract/bitlevel/IDemodulator.ned

(no description)

IDemodulator

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
APSKLayeredReceiver compound module

This receiver model is part of a simple hypothetical layered radio. It receives 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 expected to be set on the reception.

Ieee80211LayeredOFDMReceiver compound module

Please check the

See also: Ieee80211LayeredOFDMTransmitter documentation first, since this receiver module is symmetric to it.

Properties:

Name Value Description
display i=block/mac

Source code:

moduleinterface IDemodulator
{
    parameters:
        @display("i=block/mac");
}