Package: inet.physicallayer.wireless.ieee802154.packetlevel
Ieee802154NarrowbandTransmitter
compound module(no description)
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 |
Serves as a base module for narrowband transmitter models. |
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| signalAnalogRepresentation | string | "scalar" |
Determines the analog domain signal representation of transmissions |
| preambleDuration | double |
Preamble duration |
|
| headerLength | int |
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 |
|
| centerFrequency | 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 |
|
| codeRate | double | 1 | |
| modulation | string | "DSSS-OQPSK-16" |
"BPSK", "16-QAM", "256-QAM" |
Properties
| Name | Value | Description |
|---|---|---|
| class | Ieee802154NarrowbandTransmitter | |
| display | i=block/wtx |
Source code
module Ieee802154NarrowbandTransmitter extends NarrowbandTransmitterBase { parameters: modulation = default("DSSS-OQPSK-16"); @class(Ieee802154NarrowbandTransmitter); }File: src/inet/physicallayer/wireless/ieee802154/packetlevel/Ieee802154NarrowbandTransmitter.ned