Compound Module Ieee802154NarrowbandScalarTransmitter

Package: inet.physicallayer.ieee802154.packetlevel
File: src/inet/physicallayer/ieee802154/packetlevel/Ieee802154NarrowbandScalarTransmitter.ned

(no description)

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Inheritance diagram:

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

Extends:

Name Type Description
NarrowbandTransmitterBase compound module

This module servces as a base module for narrowband transmitter models.

Parameters:

Name Type Default value Description
preambleDuration double

preamble duration

headerBitLength double

number of header bits added to the length of the MAC frame

bitrate double

the bitrate of the transmitter is used to compute the duration of the transmission

power double

transmission power

carrierFrequency double

center frequency of the band where the transmitter transmits on the medium

bandwidth double

bandwidth of the band where the transmitter transmits on the medium

modulation string "DSSS-OQPSK-16"

"BPSK", "16-QAM", "256-QAM"

Properties:

Name Value Description
display i=block/wtx
class Ieee802154NarrowbandScalarTransmitter

Source code:

module Ieee802154NarrowbandScalarTransmitter extends NarrowbandTransmitterBase
{
    parameters:
        modulation = default("DSSS-OQPSK-16");
        @class(Ieee802154NarrowbandScalarTransmitter);
}