Gray To Binary Conversion

0
Favorite
4
copy
Copy
583
Views
Gray  To Binary Conversion

Circuit Description

Graph image for Gray  To Binary Conversion

Circuit Graph

The circuit converts a 4-bit Gray code to 4-bit binary code. The most significant bit of a binary code is the same as the most significant bit of the corresponding Gray code. Thus, the most significant bit of the output is simply copied from input G3. For the other bits: Bit i of a binary code is 1 if bits i to n - 1, where n is the total number of bits and bit index i starts from 0 (the rightmost/LSB), of the corresponding Gray code contain an odd number of 1s. This is implemented using 2-, 3-, and 4-input XOR gates.

There are currently no comments

Profile image for Ravi_J

Parity Generator

Ravi_J
Profile image for Prerak01

Gray To Binary Conversion

Prerak01
Profile image for Madhu_03

Copy of Gray To Binary Conversion

Madhu_03
Profile image for Aniket98

Gray To Binary Conversion

Aniket98

Creator

Ravi_J

11 Circuits

Date Created

3 years, 6 months ago

Last Modified

3 years, 6 months ago

Tags

  • gray code
  • gray code to binary

Circuit Copied From