CRC-32 Computation Algorithm
Version 1.0.0.0 (1 ko) par
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.
Citation pour cette source
Costas Vlachos (2025). CRC-32 Computation Algorithm (https://fr.mathworks.com/matlabcentral/fileexchange/49518-crc-32-computation-algorithm), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Créé avec
R2014b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS LinuxCatégories
- Wireless Communications > Communications Toolbox > PHY Components > Error Detection and Correction >
En savoir plus sur Error Detection and Correction dans Help Center et MATLAB Answers
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
| Version | Publié le | Notes de version | |
|---|---|---|---|
| 1.0.0.0 |
