ldpcEncoderConfig
Description
The ldpcEncoderConfig
object is a configuration object for the
ldpcEncode
function. The object specifies the low-density parity-check (LDPC) matrix and read-only
properties to provide information about the configured matrix.
Creation
Syntax
Description
creates an
LDPC encoder configuration object that specifies a rate 5/6 LDPC code from the WLAN
802.11™ standard [1].encodercfg
= ldpcEncoderConfig
configures the output object setting the encodercfg
= ldpcEncoderConfig(H
)ParityCheckMatrix
property to H
.
sets properties based on the input encodercfg
= ldpcEncoderConfig(decodercfg
)ldpcDecoderConfig
configuration object, decodercfg
.
Validation of the object settings is performed when
the ldpcEncode
function is called with the object as an input.
Properties
Examples
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.
Extended Capabilities
Version History
Introduced in R2021b