CRC (16-bit) polynomial is x16+x15+x2+1

Source: Internet
Author: User

The corresponding check bits column 1 1000 0000 0000 0101, but this is 17, ah, I how and 16 bits of information to different or AH? Not the highest bit of 1

You don't understand the meaning of CRC.
The 17 bits are followed by 16 zeros and then started or calculated. Total 33 bits.
Before and after the operation, a one to come: When this value is 1, take this bit to start the next 16-bit and check polynomial XOR, the result is replaced by the corresponding 16-bit value; When this bit number is 0, skip.
The first 17 are finished (in fact, they are cleared), the remaining 16 is the CRC check value.

Suppose the resulting polynomial is: G (X) =x16+x15+x2+1, how many bits does it produce?

The CRC-16 standard specifies that the generated polynomial is g (x) =x16+x15+x2+1, which produces a check code of 16 bits, and the action taken after the receiver finds an error is to automatically request a re-send.
I help you Baidu's.

CRC (16-bit) polynomial is x16+x15+x2+1

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.