wlanMSDULengths
Calculate MSDU lengths
Syntax
Description
returns msduLengths
= wlanMSDULengths(frameLength
,macConfig
)msduLengths
, a vector of medium access control (MAC) service
data unit (MSDU) lengths for the specified MAC frame length and configuration. The function
calculates the MSDU lengths by removing the overhead of MAC headers, frame check sequence
(FCS), and subframe overheads (if applicable).
returns MSDU lengths for the specified physical layer (PHY) format configuration object. Use
this syntax to return MSDU lengths for aggregate MAC protocol data units (A-MPDUs).msduLengths
= wlanMSDULengths(frameLength
,macConfig
,phyConfig
)
Examples
Input Arguments
Output Arguments
References
[1] 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.
[2] IEEE® Std 802.11ax™-2021 (Amendment to IEEE Std 802.11-2020). “Part 11: Wireless LAN Medium Access Control (MAC) and Physical Layer (PHY) Specifications. Amendment 1: Enhancements for High Efficiency WLAN.” IEEE Standard for Information Technology — Telecommunications and Information Exchange between Systems. Local and Metropolitan Area Networks — Specific Requirements.
Extended Capabilities
Version History
Introduced in R2018b