Package: inet.physicallayer.wireless.apsk.packetlevel
ApskDimensionalTransmitter
compound moduleThis transmitter model produces transmissions that use dimensional transmission power (that changes over time and/or frequency) in their analog representation and the configured modulation.
See also: ApskDimensionalReceiver, ApskDimensionalRadio, ApskDimensionalRadioMedium.
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 |
|
codeRate | double | 1 | |
modulation | string | "BPSK" |
"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 | ApskDimensionalTransmitter |
Source code
// // 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. // // @see ~ApskDimensionalReceiver, ~ApskDimensionalRadio, // ~ApskDimensionalRadioMedium. // module ApskDimensionalTransmitter extends DimensionalTransmitterBase { parameters: @class(ApskDimensionalTransmitter); }File: src/inet/physicallayer/wireless/apsk/packetlevel/ApskDimensionalTransmitter.ned