Binary To Gray Code Converter

0
Favorite
6
copy
Copy
425
Views
Binary To Gray Code Converter

Circuit Description

Graph image for Binary To Gray Code Converter

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 rathore1857

Binary To Gray Code Converter

rathore1857
Profile image for Shubhanker

Binary To Gray Code Converter

Shubhanker
Profile image for Dev_0341

Binary To Gray Code Converter

Dev_0341
Profile image for ritagya0288

Binary To Gray Code Converter

ritagya0288
Profile image for Bhaskar0316

Copy of Binary To Gray Code Converter

Bhaskar0316
Profile image for Vaibhav.3_

Binary To Gray Code Converter

Vaibhav.3_

Creator

Aryaman_0340

16 Circuits

Date Created

3 years, 6 months ago

Last Modified

3 years, 6 months ago

Tags

  • gray code
  • binary to gray code

Circuit Copied From