« Back to Category: Transmitters, Modulation and Processing Random (Advanced) Next in Category »
Which algorithm may be used to create a Cyclic Redundancy Check (CRC)?
Hash function
A CRC is a type of hash function. It takes an input data stream of any length and produces a fixed-size string of bits (the checksum), with the property that small changes to the input data typically result in different hash values, used for error detection.
Warning: Generated by AI