Calculate MSDU lengths
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 aggregated MAC protocol data units (A-MPDUs).msduLengths
= wlanMSDULengths(frameLength
,macConfig
,phyConfig
)
[1] IEEE Std 802.11™-2016 (Revision of IEEE Std 802.11-2012). “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 P802.11ax™/D4.1. “Part 11: Wireless LAN Medium Access Control (MAC) and Physical Layer (PHY) Specifications. Amendment 1: Enhancements for High Efficiency WLAN.” Draft Standard for Information technology — Telecommunications and information exchange between systems. Local and metropolitan area networks — Specific requirements.