Fast CRC-32 calculation

Versión 1.0.2 (2,89 KB) por Mikhail
Calculate CRC-32 checksum of input data
738 descargas
Actualizado 18 dic 2018

Ver licencia

CRC = crc32(DATA) calculates CRC-32 checksum of input data.
The elements of DATA are treated as individual bytes (uint8's). Resulting CRC is unsigned 32-bit integer (uint32).

Example: crc32(fileread('crc32.m'))

Citar como

Mikhail (2024). Fast CRC-32 calculation (https://www.mathworks.com/matlabcentral/fileexchange/69757-fast-crc-32-calculation), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2018b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Error Detection and Correction en Help Center y MATLAB Answers.

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.2

Wording

1.0.1

Wording

1.0.0