CRC-32 Computation Algorithm
Versión 1.0.0.0 (1 KB) por
Costas Vlachos
Computes the CRC-32 checksum value of a byte vector.
CRC = crc32(DATA) computes the CRC-32 checksum value of the data stored in vector DATA. The elements of DATA are interpreted as unsigned bytes (uint8). The result is an unsigned 32-bit integer (uint32). Polynomial bit positions have been reversed, and the algorithm modified, in order to improve performance.
Citar como
Costas Vlachos (2026). CRC-32 Computation Algorithm (https://es.mathworks.com/matlabcentral/fileexchange/49518-crc-32-computation-algorithm), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Se creó con
R2014b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
- Wireless Communications > Communications Toolbox > PHY Components > Error Detection and Correction >
Más información sobre Error Detection and Correction en Help Center y MATLAB Answers.
Etiquetas
Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.
| Versión | Publicado | Notas de la versión | |
|---|---|---|---|
| 1.0.0.0 |
