Hamming codes (con’t)
The check bits specify the error location
- Check c1: It fails
- Error is in one of bits 1,3,5,7,9,11,13,15
- Check c2: It fails
- Error is in one of bits 3,7,11,15
- Check c3: It passes
- Error is in one of bits 3,11
- Check c4: It passes
The parity-check bits are called a syndrome
- The syndrome tells us the location of the error