793 views
0 votes
0 votes

Given the dataword 101001111 and the divisor 10111, show the generation of the CRC codeword at the sender site

  1. using binary division (Modulo 2 Arithmetic)
  2. Polynomial method

2 Answers

0 votes
0 votes
The CRC bit generated is 0111.

It will be appended after the initial code, so the codeword is -1010011110111.

 

Hope it helps

Related questions

0 votes
0 votes
1 answer
1