Perform the following gray code to binary code conversion (001)gray = (?)binary Construct the logic circuit for 3 bit gray to binary conversion.
Answers
Answered by
2
Answer:
The conversion of binary to gray code can be done by using a logic circuit. The gray code is a non-weighted code because there is no particular weight is assigned for the position of the bit.
...
Binary to Gray Code Converter Table.
Decimal Number Binary Code Gray Code
0 0000 0000
1 0001 0001
2 0010 0011
3 0011 0010
Similar questions