Package: inet.physicallayer.contract.bitlevel
IFECCoder
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 |
---|---|---|
ConvolutionalCoder | compound module |
Transfer function (octal) matrix ================================ |
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/segm |
Source code
moduleinterface IFECCoder { parameters: @display("i=block/segm"); }File: src/inet/physicallayer/contract/bitlevel/IFECCoder.ned