answersLogoWhite

0


Best Answer

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

2011-02-08 14:18:38
This answer is:
User Avatar
Study guides

Algebra

20 cards

A polynomial of degree zero is a constant term

The grouping method of factoring can still be used when only some of the terms share a common factor A True B False

The sum or difference of p and q is the of the x-term in the trinomial

A number a power of a variable or a product of the two is a monomial while a polynomial is the of monomials

➡️
See all cards
3.81
2278 Reviews

Add your answer:

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