IEncoder

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

IEncoder

module interface

Module interface for bit-level encoders used in wireless communication systems. Encoders transform packet models into bit models by applying techniques such as scrambling, forward error correction (FEC), and interleaving. These processes add redundancy and structure to the data stream to improve transmission reliability over noisy channels.

<b>See also:</b> IDecoder

Inheritance diagram

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

Implemented by

Name Type Description
ApskEncoder compound module

Part of a simple hypothetical layered transmitter. It computes the bit domain representation from the packet domain representation by applying the configured scrambling, forward error correction encoding, and interleaving.

Ieee80211OfdmEncoder compound module

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

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 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 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/blackboard

Source code

//
// Module interface for bit-level encoders used in wireless communication
// systems. Encoders transform packet models into bit models by applying
// techniques such as scrambling, forward error correction (FEC), and
// interleaving. These processes add redundancy and structure to the data stream
// to improve transmission reliability over noisy channels.
//
// @see IDecoder
//
moduleinterface IEncoder
{
    parameters:
        @display("i=block/blackboard");
}

File: src/inet/physicallayer/wireless/common/contract/bitlevel/IEncoder.ned