CRC-16

Version 1.0.0 (1.31 KB) by J Chen
A function to generate CRC-16 (16-bit Cyclic Redundancy Check)
640 Downloads
Updated 12 Feb 2020

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 (2024). CRC-16 (https://github.com/fuxicon/CRC-16), GitHub. Retrieved .

MATLAB Release Compatibility
Created with R2018b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Error Detection and Correction in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!

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.