CRC-16
Version 1.0.0 (1.31 KB) by
J Chen
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')
Cite As
J Chen (2026). CRC-16 (https://github.com/fuxicon/CRC-16), GitHub. Retrieved .
MATLAB Release Compatibility
Created with
R2018b
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
- Wireless Communications > Communications Toolbox > PHY Components > Error Detection and Correction >
Find more on Error Detection and Correction in Help Center and MATLAB Answers
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Versions that use the GitHub default branch cannot be downloaded
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0 |
|
To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.
