Tagged Questions
0
votes
1answer
31 views
Convert generator polynomial to binary number
I have a the generator polynomial which has to be converted to binary number to use in my CRC code.Like for example these are the one's that are converted correctly, I want to know how they are done.
...
0
votes
2answers
1k views
How do you compute the XOR Remainder used in CRC?
I'm trying to remember how the math is worked out to compute the remainder of an XOR algorithm in Cyclical Redundancy Checks to verify the remainder bits of a network message.
I shouldn't have tossed ...