How to encode uplink channel using 5G polar code?
显示 更早的评论
Hello,
I am testing different configurations for polar code generation using the example NewRadio5GPolarCodingExample.m provided by the 5G Library for LTE System Toolbox. In The case of an uplink channel, it is defined in the standards to set the code parameters as follow:
crcLen = 11; % Number of CRC bits for UL payload K >=20
nPC = 0; % No parity check bits
nMax = 10; %
iIL = false; % No bit interleaver prior to encoding
iBIL = true; % Interleave coded bits
Regarding the message to encode, I configured:
K = 54; % Message length in bits
E = 124; % Rate matched output length, E <= 8192
When running the script I get the error:
Error using coder.internal.assert (line 33) The input X must be of length equal to the MessageLength.
I wonder if the crcLen = 11 is supported because when I tried the same configuration with crc=24 it was working fine.
Thank you,
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Physical Layer Subcomponents 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!