主要内容

传输信道子组件

5G NR 中的 CRC 编码、代码块分割、极化编码和 LDPC 编码、码率匹配和码率恢复

使用 5G Toolbox™ 低层传输信道子组件函数可完成以下任务:

  • 执行循环冗余校验 (CRC) 编码和解码。

  • 执行极化编码、解码、码率匹配和码率恢复。

  • 执行低密度奇偶校验 (LDPC) 编码、解码、码率匹配和码率恢复。

  • 执行 LDPC 代码块分割和反分割。

函数

nrCRCEncodeCalculate and append cyclic redundancy check (CRC)
nrCRCDecodeDecode and remove cyclic redundancy check (CRC)
nrLDPCEncode低密度奇偶校验 (LDPC) 编码
nrLDPCDecodeLow-density parity-check (LDPC) decoding
nrRateMatchLDPCLow-density parity-check (LDPC) rate matching
nrRateRecoverLDPCLow-density parity-check (LDPC) rate recovery
nrPolarDecodePolar decoding
nrPolarEncodePolar encoding
nrRateMatchPolarPolar rate matching
nrRateRecoverPolarPolar rate recovering
nrCodeBlockSegmentLDPCLDPC code block segmentation and CRC attachment
nrCodeBlockDesegmentLDPCLDPC code block desegmentation and CRC decoding
nrTBSTransport block size

对象

nrCQITablesCQI lookup tables (自 R2024a 起)
nrPDSCHMCSTablesPDSCH MCS lookup tables (自 R2024a 起)
nrPUSCHMCSTablesPUSCH MCS lookup tables (自 R2024a 起)

主题

精选示例