24 Bit CRC generation and validation for transport block
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
Compatibilità della piattaforma
Windows macOS LinuxCategorie
Tag
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
| Versione | Pubblicato | Note della release | |
|---|---|---|---|
| 1.0.0 | 
