- #1
XcKyle93
- 37
- 0
Homework Statement
Desigh an n-bit Gray-to-binary converter.
Homework Equations
bn-1 = gn-1
bk-1 = gk-1 if bk=0
bk-1 = [itex]\overline{g}[/itex]k-1 if bk=1
The Attempt at a Solution
I just want someone to give me some hints as to how I should approach this problem... Also, when it tells me to "design,"" does it mean it wants me to design a logic network? I am confused!