wlanEHTDataBitRecover
Syntax
Description
recovers dataBits
= wlanEHTDataBitRecover(rxDataSym
,noiseVarEst
,cfg
,userIdx
)dataBits
, a column vector of bits, from
rxDataSym
, the equalized OFDM symbols that make up the EHT-Data field
of an extremely high-throughput multi-user (EHT MU) or trigger-based (EHT TB) transmission.
The function recovers dataBits
by using the noise variance estimate
noiseVarEst
and EHT transmission parameters cfg
.
The userIdx
is the 1-based index of the user whose data bits are
decoded by the function. This argument is not necessary when the PPDU type is non-OFDMA and
the number of users is one.
specifies algorithm options by using one or more name-value arguments, in addition to any
input argument combination from the previous syntaxes. For example,
dataBits
= wlanEHTDataBitRecover(___,Name=Value
)LDPCDecodingMethod="layered-bp"
specifies the layered belief
propagation low-density parity-check (LDPC) decoding algorithm.
Examples
Input Arguments
Output Arguments
Algorithms
References
[2] Gallager, Robert G. Low-Density Parity-Check Codes. Cambridge, MA: MIT Press, 1963.
[3] Hocevar, D.E. "A Reduced Complexity Decoder Architecture via Layered Decoding of LDPC Codes." In IEEE Workshop on Signal Processing Systems, 2004. SIPS 2004., 107-12. Austin, Texas, USA: IEEE, 2004. https://doi.org/10.1109/SIPS.2004.1363033.
[4] Jinghu Chen, R.M. Tanner, C. Jones, and Yan Li. "Improved Min-Sum Decoding Algorithms for Irregular LDPC Codes." In Proceedings. International Symposium on Information Theory, 2005. ISIT 2005., 449-53, 2005. https://doi.org/10.1109/ISIT.2005.1523374.
Extended Capabilities
Version History
Introduced in R2023aSee Also
Functions
wlanEHTDemodulate
|wlanEHTOFDMInfo
|wlanEHTTrackPilotError
|wlanHEDataBitRecover
|wlanNonHTDataBitRecover