structure containing the information about the RU subcarriers to be able to converted to the indices used by the Spectrum model More...
#include "he-phy.h"
Public Attributes | |
uint8_t | bandIndex {0} |
index (starting at 0) of the band within the operating channel | |
MHz_u | bandWidth |
width of the band used for the OFDMA transmission. | |
const std::vector< MHz_u > & | centerFrequencies |
center frequency of each segment | |
MHz_u | guardBandwidth |
width of the guard band | |
WifiModulationClass | mc |
modulation class used for the transmission | |
SubcarrierRange | subcarrierRange |
subcarrier range of the RU | |
Hz_u | subcarrierSpacing |
subcarrier spacing | |
MHz_u | totalWidth |
width of the operating channel | |
structure containing the information about the RU subcarriers to be able to converted to the indices used by the Spectrum model
uint8_t ns3::HePhy::RuSubcarriersInfo::bandIndex {0} |
index (starting at 0) of the band within the operating channel
Definition at line 442 of file he-phy.h.
Referenced by ns3::HePhy::ConvertRuSubcarriers().
MHz_u ns3::HePhy::RuSubcarriersInfo::bandWidth |
width of the band used for the OFDMA transmission.
Must be a multiple of 20 MHz
Definition at line 434 of file he-phy.h.
Referenced by ns3::HePhy::ConvertRuSubcarriers().
const std::vector<MHz_u>& ns3::HePhy::RuSubcarriersInfo::centerFrequencies |
center frequency of each segment
Definition at line 437 of file he-phy.h.
Referenced by ns3::HePhy::ConvertRuSubcarriers().
MHz_u ns3::HePhy::RuSubcarriersInfo::guardBandwidth |
width of the guard band
Definition at line 436 of file he-phy.h.
Referenced by ns3::HePhy::ConvertRuSubcarriers().
WifiModulationClass ns3::HePhy::RuSubcarriersInfo::mc |
modulation class used for the transmission
Definition at line 440 of file he-phy.h.
Referenced by ns3::HePhy::ConvertRuSubcarriers().
SubcarrierRange ns3::HePhy::RuSubcarriersInfo::subcarrierRange |
subcarrier range of the RU
Definition at line 441 of file he-phy.h.
Referenced by ns3::HePhy::ConvertRuSubcarriers().
Hz_u ns3::HePhy::RuSubcarriersInfo::subcarrierSpacing |
subcarrier spacing
Definition at line 439 of file he-phy.h.
Referenced by ns3::HePhy::ConvertRuSubcarriers().
MHz_u ns3::HePhy::RuSubcarriersInfo::totalWidth |
width of the operating channel
Definition at line 438 of file he-phy.h.
Referenced by ns3::HePhy::ConvertRuSubcarriers().