in reply to Re^7:ECC computation
in thread ECC computation
I tried online parity calculator from here.
For example, I entered my hex data 7EA0F6A0 and clicked 'use extra parity bit'. Then the hamming code it generated is 0111111 (The CGI code for this is such that it puts the code in LSB bits for some reason).
With the Perl code, I see ECC as 0110110.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^9: ECC computation
by choroba (Cardinal) on Jan 07, 2020 at 09:47 UTC | |
by savangadi (Initiate) on Jan 07, 2020 at 17:10 UTC |