Fast CRC-32 calculation

版本 1.0.2 (2.9 KB) 作者: Mikhail
Calculate CRC-32 checksum of input data
738.0 次下载
更新时间 2018/12/18

查看许可证

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'))

引用格式

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

MATLAB 版本兼容性
创建方式 R2018b
兼容任何版本
平台兼容性
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.2

Wording

1.0.1

Wording

1.0.0