How to encode uplink channel using 5G polar code?

1 visualización (últimos 30 días)
Ethel Marquer
Ethel Marquer el 23 de Ag. de 2018
Respondida: Amit Kansal el 7 de Sept. de 2018
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,

Respuesta aceptada

Amit Kansal
Amit Kansal el 7 de Sept. de 2018
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.

Más respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by