wlanEHTMUConfig
R2026bDescription
The wlanEHTMUConfig object is a configuration object for the WLAN
extremely high-throughput multi-user (EHT MU) packet format.
Creation
Syntax
Description
creates cfgEHTMU = wlanEHTMUConfig(AllocationIndex)cfgEHTMU, a configuration object that initializes transmit
parameters for an IEEE®
802.11™ EHT MU PPDU. AllocationIndex is the input resource unit
allocation. The PPDU type is OFDMA. For a detailed description of the EHT WLAN format, see
[1].
creates cfgEHTMU = wlanEHTMUConfig(ChannelBandwidth)cfgEHTMU, a configuration object that initializes transmit
parameters for an IEEE
802.11 EHT MU PPDU. ChannelBandwidth is the input channel
bandwidth. The PPDU type is non-OFDMA.
sets properties using one or more name-value arguments. For example,
cfgEHTMU = wlanEHTMUConfig(___,PropertyName=Value)wlanEHTMUConfig("CBW320",NumUsers=8) specifies a non-OFDMA
transmission with eight users and a bandwidth allocation of 320 MHz.
At runtime, the calling function validates object settings for properties relevant to the operation of the function.
Properties
Object Functions
numPostFECPaddingBits | Required number of post-FEC padding bits |
packetFormat | WLAN packet format |
psduLength | PSDU length |
ruInfo | Resource unit allocation information |
transmitTime | Packet transmission time |
showAllocation | Resource unit allocation |
Examples
More About
References
[1] IEEE Std 802.11be™-2024 “IEEE Standard for Information Technology — Telecommunications and Information Exchange between Systems — Local and Metropolitan Area Networks — Specific Requirements — Part 11: Wireless LAN Medium Access Control (MAC) and Physical Layer (PHY) Specifications. Amendment 2: Enhancements for Extremely High Throughput (EHT).” https://ieeexplore.ieee.org/document/11090080
[2] IEEE Std 802.11-2020 (Revision of IEEE Std 802.11-2016). “Part 11: Wireless LAN Medium Access Control (MAC) and Physical Layer (PHY) Specifications.” IEEE Standard for Information Technology — Telecommunications and Information Exchange between Systems — Local and Metropolitan Area Networks — Specific Requirements.
Extended Capabilities
Version History
Introduced in R2022bSee Also
Objects
wlanDMGConfig|wlanEHTRU|wlanEHTUser|wlanHEMUConfig|wlanHERecoveryConfig|wlanHESUConfig|wlanHETBConfig|wlanHTConfig|wlanNonHTConfig|wlanS1GConfig|wlanVHTConfig


