主要内容

传输信道子组件

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

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

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

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

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

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

函数

nrCRCEncode计算并附加循环冗余校验 (CRC)
nrCRCDecodeDecode and remove cyclic redundancy check (CRC)
nrLDPCEncode低密度奇偶校验 (LDPC) 编码
nrLDPCDecode低密度奇偶校验 (LDPC) 解码
nrRateMatchLDPC低密度奇偶校验 (LDPC) 速率匹配
nrRateRecoverLDPCLow-density parity-check (LDPC) rate recovery
nrPolarDecodePolar decoding
nrPolarEncode极化编码
nrRateMatchPolar极点速率匹配
nrRateRecoverPolarPolar rate recovering
nrCodeBlockSegmentLDPCLDPC 代码块分割和 CRC 附加
nrCodeBlockDesegmentLDPCLDPC code block desegmentation and CRC decoding
nrTBSTransport block size
nrCQITablesCQI lookup tables (自 R2024a 起)
nrPDSCHMCSTablesPDSCH MCS lookup tables (自 R2024a 起)
nrPUSCHMCSTablesPUSCH MCS lookup tables (自 R2024a 起)

主题

精选示例