CRC-32 Computation Algorithm

版本 1.0.0.0 (1.0 KB) 作者: Costas Vlachos
Computes the CRC-32 checksum value of a byte vector.
1.6K 次下载
更新时间 2015/2/3

查看许可证

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.

引用格式

Costas Vlachos (2024). CRC-32 Computation Algorithm (https://www.mathworks.com/matlabcentral/fileexchange/49518-crc-32-computation-algorithm), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2014b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Error Detection and Correction 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0