0
1.0kviews
Design a 4bit Grey to Binary code converter.
1 Answer
0
7views

Gray code:-

  • Gray code is a unit distance binary code. In this code two consequtive numbers differs by only one bit. It is also known as mirror code. It is an unweighted code since each bit doesnot have any positional value where as the whole pattern represent a number.

To …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.