How to check the error in Longitudnal Parity

Closed
awais - Sep 11, 2008 at 06:51 PM
trypchelp Posts 13 Registration date Monday August 11, 2008 Status Member Last seen February 28, 2009 - Sep 12, 2008 at 05:01 AM
Hello,
The question that i am asking fro this or io that how can we check the longitudnal parity check.
Related:

1 response

trypchelp Posts 13 Registration date Monday August 11, 2008 Status Member Last seen February 28, 2009 1
Sep 12, 2008 at 05:01 AM
hey there,

here is the algoritm that you have to write for the longitudinal parity check:

Set LRC = O
For each character c in the string
do
Set LRC = LRC XOR c
end do



hope it helps you
-1