recategorized
1,363 views
0 votes
0 votes

Let $G(x)$ be generator polynomial used for CRC checking. The condition that should be satisfied by $G(x)$ to correct odd numbered error bits, will be:

  1. $(1+x)$ is factor of $G(x)$
  2. $(1-x)$ is factor of $G(x)$
  3.  $(1+x^{2})$ is factor of $G(x)$
  4. $x$ is factor of $G(x)$
recategorized

3 Answers

2 votes
2 votes

Ans will be A

In this case polynomial generator should satisfy

(A) Polynomial generated shouldn’t be divisible by x

(B) It should be divisible by 1 + x   i.e  1 + x is a factor of polynomial

Answer:

Related questions

2 votes
2 votes
4 answers
4
go_editor asked Feb 1, 2017
3,026 views
Let C be a binary linear code with minimum distance $2t+1$ then it can correct upto ___ bits of error$t+1$$t$$t-2$$t/2$