IDigitalAnalogConverter

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

IDigitalAnalogConverter

module interface

Interface for digital-to-analog converter modules that transform discrete-time signal samples into continuous-time analog signals. This module represents the final stage in the digital signal processing chain before transmission over the wireless medium. It takes a sample model containing discrete signal samples as input and produces an analog model representing the continuous waveform as output. The conversion process typically involves interpolation between sample points to create a smooth analog signal.

<b>See also:</b> IAnalogDigitalConverter

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

Source code

//
// Interface for digital-to-analog converter modules that transform discrete-time
// signal samples into continuous-time analog signals. This module represents the
// final stage in the digital signal processing chain before transmission over
// the wireless medium. It takes a sample model containing discrete signal
// samples as input and produces an analog model representing the continuous
// waveform as output. The conversion process typically involves interpolation
// between sample points to create a smooth analog signal.
//
// @see IAnalogDigitalConverter
//
moduleinterface IDigitalAnalogConverter
{
    parameters:
        @display("i=block/control");
}

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