ApskDemodulator

Package: inet.physicallayer.wireless.apsk.bitlevel

ApskDemodulator

simple module

This module is part of a simple hypothetical layered receiver. It computes the bit domain representation from the symbol domain representation by applying the configured modulation.

See also: ApskModulator, ApskLayeredReceiver.

Inheritance diagram

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

Parameters

Name Type Default value Description
modulation string

BPSK, QPSK, QAM-16, QAM-64, QAM-256, etc. (see ApskModulationBase::findModulation)

Properties

Name Value Description
display i=block/mac

Source code

//
// This module is part of a simple hypothetical layered receiver. It computes
// the bit domain representation from the symbol domain representation by applying
// the configured modulation.
//
// @see ~ApskModulator, ~ApskLayeredReceiver.
//
simple ApskDemodulator like IDemodulator
{
    parameters:
        string modulation; // BPSK, QPSK, QAM-16, QAM-64, QAM-256, etc. (see ApskModulationBase::findModulation)
        @display("i=block/mac");
}

File: src/inet/physicallayer/wireless/apsk/bitlevel/ApskDemodulator.ned