I need a bit of help with error detection and correction.
We have:
C = {01010101, 10101010, 00000000, 11111111}
I need to:
1) compute d(C) = min ({Hd(v,w) / v, w belongs to C});
2) find an error that can’t be detected where Hw(v) <= (d(c)-1)/3;
3) find an error that can be detected but not corrected;
PS. Is not a homework, is just one basics subjects from an old exam.
It would help me a lot a few solving hints. What I actually need, is to understand how to do them.