Module Interface IInterleaver

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

(no description)

IInterleaver

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

This module is part of a simple hypothetical layered receiver. It computes the packet domain representation from the bit domain representation by applying the configured descrambling, forward errror correction decoding, and deinterleaving.

APSKEncoder compound module

This module is part of a simple hypothetical layered transmitter. It computes the bit domain representation from the packet domain representation by applying the configured scrambling, forward errror correction encoding, and interleaving.

Ieee80211OFDMDecoder compound module

This is the decoder module for the layered IEEE 802.11 OFDM PHY infrastructure (IEEE 802.11-2012, Clause 18).

Ieee80211OFDMEncoder compound module

This is the encoder module for the layered IEEE 802.11 OFDM PHY infrastructure (IEEE 802.11-2012, Clause 18).

Properties:

Name Value Description
display i=block/switch

Source code:

moduleinterface IInterleaver
{
    parameters:
        @display("i=block/switch");
}