CRC-32 Computation Algorithm

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.

引用格式

Costas Vlachos (2026). CRC-32 Computation Algorithm (https://ww2.mathworks.cn/matlabcentral/fileexchange/49518-crc-32-computation-algorithm), MATLAB Central File Exchange. 检索时间: .

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
1.0.0.0