Characters and Other Codes (3)
Gray Code
- Cyclic code: A circular shifting of a code word produces another code word.
- Gray code: A cyclic code with the property that two consecutive code words differ in only 1 bit (the distance between the two code words is 1).
- Gray code for decimal numbers 0 - 15: See Table 1.12