How to encode uplink channel using 5G polar code?

1 次查看(过去 30 天)
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,

采纳的回答

Amit Kansal
Amit Kansal 2018-9-7
Within the script NewRadio5GPolarCodingExample.m (line 223), please also update the CRC polynomial for the fcn call h5gCRCEncode to '11' from '24C', to match the uplink configuration. The code should run with the re-defined parameters.

更多回答(0 个)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by