Binary to gray code convertor

0
Favorite
2
copy
Copy
275
Views
Binary to gray code convertor

Circuit Description

Graph image for Binary to gray code convertor

Circuit Graph

The circuit converts a 4-bit binary word to 4-bit Gray code. The most significant bit of a Gray code is the same as the most significant bit of the corresponding binary code. Thus, the most significant bit of the output is simply copied from input B3. For the other bits: Bit i of a Gray code is 1 if bits i and i + 1 of the corresponding binary code are not equal. This is implemented using XOR gates with adjacent bits of the binary code as inputs.

There are currently no comments

Profile image for dhabale1234!

Copy of Binary to gray code convertor

dhabale1234!
Profile image for dhabale1234!

Binary to gray code convertor

dhabale1234!

Creator

6034jayashri

99 Circuits

Date Created

3 years, 1 month ago

Last Modified

3 years, 1 month ago

Tags

  • gray code
  • binary to gray code

Circuit Copied From