0
8.7kviews
What are the conditions to be satisfied for valid CRC generator polynomial. Draw block diagram of CRC generator.
1 Answer
| written 9.5 years ago by |

Polynomial representation:
D(x)= Data word
C(x)= Code word
g(x)= Generator polynomial
s(x)= Syndrome
e(x)= error Polynomial
Single bit error is e(x)=xi where I is the position of the bit in error. If single bit error is caught then xi ≠ divisible by g(x). If generator has more than 1 term …