- #1
SumDood_
- 30
- 6
- Homework Statement
- Convert your ID to a bit stream. If the last block is not 8 bits, add 0s to the right. Convert each block to the polynomial. Find the remainders by dividing all the blocks on the divisor, 11010.
- Relevant Equations
- Assume ID = 173
What I think I should do:
1 = 0001
7 = 0111
3 = 0011
First block = 00010111
Second Block = 00110000
Now, I do binary division
00010111/11010 = find the answer
00110000/11010 = find the answer
This is what I think I should do, but I am not sure if this is correct. Is this basically CRC?
Any help is appreciated, thank you!
1 = 0001
7 = 0111
3 = 0011
First block = 00010111
Second Block = 00110000
Now, I do binary division
00010111/11010 = find the answer
00110000/11010 = find the answer
This is what I think I should do, but I am not sure if this is correct. Is this basically CRC?
Any help is appreciated, thank you!