Package: inet.physicallayer.wireless.ieee802154.packetlevel
Ieee802154NarrowbandDimensionalTransmitter
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 |
|---|---|---|
| DimensionalTransmitterBase | compound module |
This transmitter model produces transmissions that use dimensional transmission power (that changes over time and/or frequency) in their analog representation and the configured modulation. |
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| 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 |
|
| modulation | string | "DSSS-OQPSK-16" |
"BPSK", "16-QAM", "256-QAM" |
| gainFunctionCacheLimit | int | 0 |
limits the number of gain functions cached for a given duration, centerFrequency and bandwidth |
| timeGains | string | "left s 0dB either e 0dB right" |
sequence of interpolation method, time, gain tuples; time can be an expression, gain is in [dB] or [0..inf); default value is a flat signal |
| timeGainsNormalization | string | "" |
determines how the time gains function is normalized, no normalization by default |
| frequencyGains | string | "left s 0dB either e 0dB right" |
sequence of interpolation method, frequency, gain tuples; frequency can be an expression, gain is in [dB] or [0..1]; default value is a flat signal |
| frequencyGainsNormalization | string | "integral" |
determines how the frequency gains function is normalized, integral normalization by default |
Properties
| Name | Value | Description |
|---|---|---|
| display | i=block/wtx | |
| class | Ieee802154NarrowbandDimensionalTransmitter |
Source code
module Ieee802154NarrowbandDimensionalTransmitter extends DimensionalTransmitterBase { parameters: modulation = default("DSSS-OQPSK-16"); @class(Ieee802154NarrowbandDimensionalTransmitter); }File: src/inet/physicallayer/wireless/ieee802154/packetlevel/Ieee802154NarrowbandDimensionalTransmitter.ned