このページの内容は最新ではありません。最新版の英語を参照するには、ここをクリックします。
ldpcDecoderConfig
説明
ldpcDecoderConfig
オブジェクトは、関数 ldpcDecode
の構成オブジェクトです。このオブジェクトは、低密度パリティチェック (LDPC) 行列と、構成された行列に関する情報を提供する読み取り専用プロパティを指定します。
作成
構文
説明
は、WLAN 802.11™ 規格[1]で規定されている符号化率 5/6 の LDPC 符号を使用する LDPC 復号化器の構成オブジェクトを作成します。decodercfg
= ldpcDecoderConfig
は、decodercfg
= ldpcDecoderConfig(H
)ParityCheckMatrix
プロパティ H
を設定する出力オブジェクトを構成します。
は、decodercfg
= ldpcDecoderConfig(H
,alg
)ParityCheckMatrix
プロパティを H
に、Algorithm
プロパティを alg
に設定する出力オブジェクトを構成します。
は、入力の decodercfg
= ldpcDecoderConfig(encodercfg
)ldpcEncoderConfig
構成オブジェクト encodercfg
に基づいてプロパティを設定します。
は、入力の decodercfg
= ldpcDecoderConfig(encodercfg
,alg
)ldpcEncoderConfig
構成オブジェクト encodercfg
に基づいてプロパティを設定し、Algorithm
プロパティを alg
に設定します。
オブジェクト設定の検証は、オブジェクトを入力として関数 ldpcDecode
が呼び出されたときに実行されます。
プロパティ
例
アルゴリズム
参照
[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.
[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. doi: 10.1109/SIPS.2004.1363033
[4] Chen, Jinghu, 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. doi: 10.1109/ISIT.2005.1523374
拡張機能
バージョン履歴
R2021b で導入