« Back to Category: Transmitters, Modulation and Processing Random (Advanced) Next in Category »
What is the purpose of a Cyclic Redundancy Check (CRC)?
Error detection
A CRC is an error-detecting code. The sender calculates a short check value based on the data block, and appends it. The receiver recalculates it; if they don't match, an error is detected.
Warning: Generated by AI