Functions | |
std::vector< ns3::MHz_u > | GetChannelCenterFrequenciesPerSegment (const ns3::WifiPhyOperatingChannel &channel, ns3::MHz_u channelWidth) |
Get the center frequency of each segment covered by the provided channel width. | |
std::vector< ns3::MHz_u > anonymous_namespace{wifi-ppdu.cc}::GetChannelCenterFrequenciesPerSegment | ( | const ns3::WifiPhyOperatingChannel & | channel, |
ns3::MHz_u | channelWidth ) |
Get the center frequency of each segment covered by the provided channel width.
If the specified channel width is contained in a single frequency segment, a single center frequency is returned. If the specified channel width is spread over multiple frequency segments (e.g. 160 MHz if operating channel is 80+80MHz), multiple center frequencies are returned.
channel | the operating channel of the PHY |
channelWidth | the channel width |
Definition at line 29 of file wifi-ppdu.cc.