Recover VHT data
returns
the recovered payload bits from the VHT data field[1]
for
a single-user transmission. Inputs include the received VHT data field signal, the channel estimate,
the noise variance estimate, and the format configuration object, recBits
= wlanVHTDataRecover(rxSig
,chEst
,noiseVarEst
,cfg
)cfg
.
returns
the recovered payload bits, in a multiuser transmission, for the user
specified by recBits
= wlanVHTDataRecover(rxSig
,chEst
,noiseVarEst
,cfg
,userNumber
)userNumber
.
also
specifies the number of space-time streams, recBits
= wlanVHTDataRecover(rxSig
,chEst
,noiseVarEst
,cfg
,userNumber
,numSTS
)numSTS
,
for a multiuser transmission.
specifies algorithm options by using one or more name-value pair arguments. When
you do not specify a name-value pair, the function uses the default
value.recBits
= wlanVHTDataRecover(___,Name,Value
)
wlanVHTDataRecover
processing limitations,
restrictions, and recommendations:
If only VHT format PPDUs are processed, then isa(cfgVHT,
'wlanVHTConfig')
must be true
.
For single-user scenarios, cfgVHT.NumUsers
must
equal 1.
When STBC is enabled, the number of space-time streams must be even.
cfgRec.EqualizationMethod = 'ZF'
is
recommended when cfgVHT.STBC = true
and cfgVHT.NumSpaceTimeStreams
= 2
cfgRec.EqualizationMethod = 'ZF'
is
recommended when cfgVHT.NumSpaceTimeStreams = 1
[1] IEEE STD 802.11ac™-2013 (Amendment to IEEE Std 802.11-2012, as amended by IEEE Std 802.11ae™-2012, IEEE Std 802.11a™-2012, and IEEE Std 802.11ad™-2012). “Part 11: Wireless LAN Medium Access Control (MAC) and Physical Layer (PHY) Specifications. Amendment 4: Enhancements for Very High Throughput Operation in Bands below 6 GHz.” 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.
wlanVHTConfig
| wlanVHTData
| wlanVHTLTFChannelEstimate
| wlanVHTLTFDemodulate
| wlanVHTSIGARecover
| wlanVHTSIGBRecover
[1] IEEE Std 802.11ac-2013 Adapted and reprinted with permission from IEEE. Copyright IEEE 2013. All rights reserved.