传输信道子组件
5G NR 中的 CRC 编码、代码块分割、极化编码和 LDPC 编码、码率匹配和码率恢复
使用 5G Toolbox™ 低层传输信道子组件函数可完成以下任务:
执行循环冗余校验 (CRC) 编码和解码。
执行极化编码、解码、码率匹配和码率恢复。
执行低密度奇偶校验 (LDPC) 编码、解码、码率匹配和码率恢复。
执行 LDPC 代码块分割和反分割。
函数
nrCRCEncode | Calculate and append cyclic redundancy check (CRC) |
nrCRCDecode | Decode and remove cyclic redundancy check (CRC) |
nrLDPCEncode | 低密度奇偶校验 (LDPC) 编码 |
nrLDPCDecode | Low-density parity-check (LDPC) decoding |
nrRateMatchLDPC | Low-density parity-check (LDPC) rate matching |
nrRateRecoverLDPC | Low-density parity-check (LDPC) rate recovery |
nrPolarDecode | Polar decoding |
nrPolarEncode | Polar encoding |
nrRateMatchPolar | Polar rate matching |
nrRateRecoverPolar | Polar rate recovering |
nrCodeBlockSegmentLDPC | LDPC code block segmentation and CRC attachment |
nrCodeBlockDesegmentLDPC | LDPC code block desegmentation and CRC decoding |
nrTBS | Transport block size |
对象
nrCQITables | CQI lookup tables (自 R2024a 起) |
nrPDSCHMCSTables | PDSCH MCS lookup tables (自 R2024a 起) |
nrPUSCHMCSTables | PUSCH MCS lookup tables (自 R2024a 起) |
主题
- 对 DL-SCH 和 UL-SCH 的 LDPC 处理
使用 LDPC 编码处理 5G NR DL-SCH 和 UL-SCH 传输块。