conversion of binary into gray code
0 Stars     46 Views    

Author: Vaibhav1063

Project access type: Public

Description:

With the help of 3 XOR Gates we converted a binary code into gray code and vice-versa.

The associativity of conversion is from right to left in both conversions.

Applying XOR GATE on both inputs of binary code to produce output which is in gray code. Most significant bit will remain same.

       

       Applying XOR GATE on one of the previous binary resultant input and one in current gray code to produce next binary code.

Created: Dec 22, 2020

Updated: Aug 26, 2023


Comments

You must login before you can post a comment.