24 Bit CRC generation and validation for transport block

Versione 1.0.0 (2,62 KB) da Akshay Age
In Main.m, workflow is written to check the generation and validation for 24 bit CRC polynomials.
176 download
Aggiornato 30 gen 2019

Visualizza la licenza

As per 3GPP TS 36.212 V8.8.0 (2009-12), two polynomials exists for 24 bit CRC.
gCRC24A(D) = [D^24 + D^23 + D^18 + D^17 + D^14 + D^11 + D^10 + D^7 + D^6 + D^5 + D^4 + D^3 + D + 1]
gCRC24B(D) = [D^24 + D^23 + D^6 + D^5 + D + 1]

We have tried to generate the CRC checksum for both polynomials. It can work for transport block of any length. Also, validation is done by generating burst errors of different message bits.

Main.m file gives a call to crc_append.m and crc_validate.m to generate and validate respectively.

Cita come

Akshay Age (2025). 24 Bit CRC generation and validation for transport block (https://it.mathworks.com/matlabcentral/fileexchange/70137-24-bit-crc-generation-and-validation-for-transport-block), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2018b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Tag Aggiungi tag

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.0