Package: inet.physicallayer.wireless.ieee80211.packetlevel
Ieee80211ScalarTransmitter
compound moduleThis transmitter model produces IEEE 802.11 transmissions that have scalar transmission power in their analog representation. The bit domain, symbol domain, and sample domains of the transmissions are not represented.
See also: Ieee80211ScalarReceiver, Ieee80211ScalarRadio, Ieee80211ScalarRadioMedium.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
Name | Type | Description |
---|---|---|
Ieee80211TransmitterBase | compound module |
This transmitter model serves as the base module for IEEE 802.11 transmitters. It supports switching channels, configuring different operation modes, and preamble modes. |
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" |
opMode | string | ||
bandName | string | ||
channelNumber | int |
Properties
Name | Value | Description |
---|---|---|
display | i=block/wtx | |
class | Ieee80211ScalarTransmitter |
Source code
// // This transmitter model produces IEEE 802.11 transmissions that have scalar // transmission power in their analog representation. The bit domain, symbol // domain, and sample domains of the transmissions are not represented. // // @see ~Ieee80211ScalarReceiver, ~Ieee80211ScalarRadio, // ~Ieee80211ScalarRadioMedium. // module Ieee80211ScalarTransmitter extends Ieee80211TransmitterBase { parameters: @class(Ieee80211ScalarTransmitter); }File: src/inet/physicallayer/wireless/ieee80211/packetlevel/Ieee80211ScalarTransmitter.ned