Recover bits from HT-Data field
recovers dataBits
= wlanHTDataRecover(rxDataSig
,chEst
,noiseVarEst
,cfgHT
)dataBits
, a column vector of bits, from
rxDataSig
, the received HT-Data field of a
high-throughput-mixed (HT-mixed) transmission. The function recovers
dataBits
by using chEst
, a channel
estimate for the occupied subcarriers, noiseVarEst
, an estimate
of noise variance, and cfgHT
, a configuration object that
contains HT transmission parameters.
For more information about the HT-Data field, see HT-Data Field. For more information about the HT-mixed format, see HT-Mixed Format.
specifies algorithm options by using one or more name-value pair arguments. For
example, dataBits
= wlanHTDataRecover(rxDataSig
,chEst
,noiseVarEst
,cfgHT
,Name,Value
)'LDPCDecodingMethod','layered-bp'
specifies the layered
belief propagation low-density parity-check (LDPC) decoding algorithm.
[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] 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.