24 Bit CRC generation and validation for transport block

Version 1.0.0 (2.62 KB) by Akshay Age
In Main.m, workflow is written to check the generation and validation for 24 bit CRC polynomials.
163 Downloads
Updated 30 Jan 2019

View License

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.

Cite As

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

MATLAB Release Compatibility
Created with R2018b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Tags Add Tags

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0