Friday, September 12, 2008

The Algorithm for CRC computation

Hi people!! I would like to share this algorithm with you. I hope this will help all the computer programmers.
  • Get the divisor and dividend value.
  • Adding (n-1) bits with the dividend value by considering n bits of divisor.
  • Then perform binary division.
  • Send the dividend value along with the remainder value of the binary division into the transmission line.
  • Do the same binary operation in the receiver side to obtain the original information data .

No comments: