ldpcEncode
Syntax
Description
encodes the input message, Y
= ldpcEncode(informationbits
,encodercfg
)informationbits
, using the LDPC matrix
specified by the LDPC encoder configuration object, encodercfg
. The
output LPDC codeword contains the information bits followed by the parity-check bits. LDPC
codes are linear error control codes with sparse parity-check matrices and long block
lengths that can attain performance near the Shannon limit.
specifies the output format of the codeword.Y
= ldpcEncode(informationbits
,encodercfg
,OutputFormat=fmt
)
Examples
Input Arguments
Output Arguments
References
[1] IEEE® Std 802.11™-2020 (Revision of IEEE Std 802.11-2016). "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.