Binary to grey code conversion

Princesunny0077 8,041 views 10 slides Dec 12, 2015
Slide 1
Slide 1 of 10
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10

About This Presentation

Binary to gray and gray to binary conversion


Slide Content

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 h ave 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!!