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
trypchelp Posts 13 Registration date Monday August 11, 2008 Status Member Last seen February 28, 2009 - Sep 12, 2008 at 05:01 AM
Related:
- How to check the error in Longitudnal Parity
- Network error occurred - Guide
- Check soft - Download - Finance
- How to check pc power consumption in windows 11 - Guide
- How to insert check mark in word - Guide
- How to check if someone is spying on my whatsapp - Guide
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
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
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