CRC-16
A function to generate CRC-16 (16-bit Cyclic Redundancy Check)
A Matlab function to generate CRC-16 (16-bit Cyclic Redundancy Check). Note that CRC-16 has many versions. This is the xModem version. The CRC-CCITT (0xFFFF) version can be obtained by replacing crc = 0 to crc = hex2dec('FFFF')
引用格式
J Chen (2024). CRC-16 (https://github.com/fuxicon/CRC-16), GitHub. 检索时间: .
MATLAB 版本兼容性
创建方式
R2018b
兼容任何版本
平台兼容性
Windows macOS Linux类别
- Wireless Communications > Communications Toolbox > PHY Components > Error Detection and Correction >
在 Help Center 和 MATLAB Answers 中查找有关 Error Detection and Correction 的更多信息
标签
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!无法下载基于 GitHub 默认分支的版本
版本 | 已发布 | 发行说明 | |
---|---|---|---|
1.0.0 |
|
要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库。
要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库。