IPulseShaper

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

IPulseShaper

module interface

Interface for pulse shaping components in wireless communications. Transforms symbol-domain signals into sample-domain signals by applying pulse shaping to digital symbols, creating a continuous-time waveform. Used in detailed physical layer simulations.

<b>See also:</b> IPulseFilter

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

Source code

//
// Interface for pulse shaping components in wireless communications. Transforms
// symbol-domain signals into sample-domain signals by applying pulse shaping to
// digital symbols, creating a continuous-time waveform. Used in detailed
// physical layer simulations.
//
// @see IPulseFilter
//
moduleinterface IPulseShaper
{
    parameters:
        @display("i=block/opticaldelay");
}

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