2.4 Gray Code ReturnNext In a Gray code only one bit changes between each pair of successive code words. Gray code is a reflected code. It can be defined recursively using the following rules: 1. A 1-bit Gray code has two code words, 0 and The first 2 n code words of an (n+1)-bit Gray code equal the code words of an n-bit gray code,written in order with a leading 0 appended.
3. The last 2 n code words of an (n+1)- bit Gray code equal the code words of an n-bit gray code, but written in reverse order with a leading 1 appended Example: For a 2-bit Gray code, n=1. 1-bit Gray code bit Gray code NextBackReturn 2.4 Gray Code
Example: For a 3-bit Gray code, n= bit Gray code BackReturn 3-bit Gray code Gray Code