answersLogoWhite

0

Converting Gray Code to Binary

1). Write down the number in gray code.

2). The most significant bit of the binary number is the most significant bit

of the gray code.

3). Add (using modulo 2) the next significant bit of the binary number to the

next significant bit of the gray coded number to obtain the next binary bit.

4). Repeat step 3 till all bits of the gray coded number have been added in

modulo 2. The resultant number is the binary equivalent of the gray number.

Converting Binary to Gray Code

1). Write down the number in binary code.

2). The most significant bit of the gray number is the most significant bit

of the binary code.

3). Add (using modulo 2) the next significant bit of the binary number to the

next significant bit of the binary number to obtain the next gray coded bit.

4). Repeat step 3 till all bits of the binary coded number have been added in

modulo 2. The resultant number is the gray coded equivalent of the binary

number.

User Avatar

Wiki User

14y ago

Still curious? Ask our experts.

Chat with our AI personalities

CoachCoach
Success isn't just about winning—it's about vision, patience, and playing the long game.
Chat with Coach
LaoLao
The path is yours to walk; I am only here to hold up a mirror.
Chat with Lao
FranFran
I've made my fair share of mistakes, and if I can help you avoid a few, I'd sure like to try.
Chat with Fran

Add your answer:

Earn +20 pts
Q: How do you convert graycode to binary?
Write your answer...
Submit
Still have questions?
magnify glass
imp