IAnalogDigitalConverter

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

IAnalogDigitalConverter

module interface

Converts analog signal representations to digital sample representations in wireless communication systems. This module transforms continuous analog models into discrete sample models with a configurable sample rate, handling both header and data portions of the signal separately. It serves as a bridge between the analog domain and the digital processing domain, enabling detailed bit-level simulation of receiver signal processing chains.

<b>See also:</b> IDigitalAnalogConverter

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 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 expected to be set on the reception.

Ieee80211LayeredOfdmReceiver compound module

Implements an IEEE 802.11 OFDM receiver. The implementation details are based on the following standard: IEEE Std 802.11-2012 PART 11: WIRELESS LAN MAC AND PHY SPECIFICATIONS

Properties

Name Value Description
display i=block/control

Source code

//
// Converts analog signal representations to digital sample representations in
// wireless communication systems. This module transforms continuous analog
// models into discrete sample models with a configurable sample rate, handling
// both header and data portions of the signal separately. It serves as a bridge
// between the analog domain and the digital processing domain, enabling detailed
// bit-level simulation of receiver signal processing chains.
//
// @see IDigitalAnalogConverter
//
moduleinterface IAnalogDigitalConverter
{
    parameters:
        @display("i=block/control");
}

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