문제

I know that to find an error in signal we have to divide given signal with given polynomial and if 0 remains there is no error. But if I have received signal: 0000 0101 0101 0000 1010 0101 and polynomial 10001000000100001(CRC-CCITT) how do I Xor them:

1010101000010100101 (signal without zeroes)

XOR

10001000000100001

Or

000001010101000010100101 (original signal)

XOR

10001000000100001

Also do I remove beginning 0 from signal or leave them ? Thanks in advance

Here is what I think, do I perform xor on 1. or on 2. example?

올바른 솔루션이 없습니다

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 cs.stackexchange
scroll top