Binary to gray code conversion
WHAT IS A BINARY CODE ?
 A binary code represents text or
computer processor instructions using
the binary number system's two binary
digits, 0 and 1. The binary code assigns
a bit string to each symbol or instruction
What is gray code?
 The reflected binary code, also known
as Gray code after Frank Gray, is a
binary numeral system where two
successive values differ in only one bit
(binary digit)
Binary to gray conversion
 Lets take a input string & we have to convert it into
gray code
MSB
WILL
BE
SAME
How to built it into a circuit ? What
Could be the logic ?
Gray to binary conversion
 Taking a random input string and converting it.
MSB
WILL
BE
SAME
Here is block diagram of how it builds?
SIMULATION(BINARY-GRAY)
SIMULATION(GRAY-BINARY)
THANK YOU!!

Binary to grey code conversion

  • 1.
    Binary to graycode conversion
  • 2.
    WHAT IS ABINARY CODE ?  A binary code represents text or computer processor instructions using the binary number system's two binary digits, 0 and 1. The binary code assigns a bit string to each symbol or instruction
  • 3.
    What is graycode?  The reflected binary code, also known as Gray code after Frank Gray, is a binary numeral system where two successive values differ in only one bit (binary digit)
  • 4.
    Binary to grayconversion  Lets take a input string & we have to convert it into gray code MSB WILL BE SAME
  • 5.
    How to builtit into a circuit ? What Could be the logic ?
  • 6.
    Gray to binaryconversion  Taking a random input string and converting it. MSB WILL BE SAME
  • 7.
    Here is blockdiagram of how it builds?
  • 8.
  • 9.
  • 10.