Pages

Friday 15 February 2019

Gray Code to Binary Code Conversion

To convert a gray code to a binary code, lets consider the formula below:
gray code to binary code conversion

G7 is the most significant bit and G0 is the least significant bit for the gray code.
B7 is the most significant bit and B0 is the least significant bit for the binary code.

Step 1:
Bbecomes G7

Step 2:
B6 becomes the addition of B7 and G6 (B7 + G6)