n = getNumPostFECPaddingBits(cfg)
calculates the required number of post-FEC padding bits n in a
high-efficiency (HE) transmission parameterized by cfg.
This example shows how to calculate the required number of post-forward-error-correction (post-FEC) padding bits for high-efficiency (HE) WLAN transmissions.
Calculate Number of Post-FEC Padding Bits for HE SU Transmission
Parameterize an HE single-user (HE SU) transmission by creating a wlanHESUConfig object.
n — Required number of post-FEC padding bits binary-valued scalar | binary-valued column vector
Required number of post-FEC padding bits, returned as one of these values.
A binary-valued scalar for single-user transmissions
A binary-valued column vector of length
Nusers for multi-user transmissions,
where Nusers is the number of users in
the transmission. In this case, the kth entry is the required
number of post-FEC padding bits for the kth user in the
transmission.
Data Types: double | int8
Extended Capabilities
C/C++ Code Generation Generate C and C++ code using MATLAB® Coder™.