A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::HePhy::RuSubcarriersInfo Struct Reference

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"

+ Collaboration diagram for ns3::HePhy::RuSubcarriersInfo:

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
 

Detailed Description

structure containing the information about the RU subcarriers to be able to converted to the indices used by the Spectrum model

Definition at line 432 of file he-phy.h.

Member Data Documentation

◆ bandIndex

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().

◆ bandWidth

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().

◆ centerFrequencies

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().

◆ guardBandwidth

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().

◆ mc

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

SubcarrierRange ns3::HePhy::RuSubcarriersInfo::subcarrierRange

subcarrier range of the RU

Definition at line 441 of file he-phy.h.

Referenced by ns3::HePhy::ConvertRuSubcarriers().

◆ subcarrierSpacing

Hz_u ns3::HePhy::RuSubcarriersInfo::subcarrierSpacing

subcarrier spacing

Definition at line 439 of file he-phy.h.

Referenced by ns3::HePhy::ConvertRuSubcarriers().

◆ totalWidth

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().


The documentation for this struct was generated from the following file: