answersLogoWhite

0


Best Answer

Gray Code input is where only one bit of the input changes at any one time. Incrementing input is where one or more inputs can change at the same time. The advantage of Gray Code input is that, at the moment of change, there is no uncertainty in the output except for the one bit resolution.

An example might be an optical encoder which shows the position of a shaft. Gray Code is much better than Incrementing in this application. Although, modern designs use only two bits in an overlapping style using XOR gates and a flip flop to drive an up-down counter.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the difference between Gray code input and incrementing inputs?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Difference between internal and external inputs?

internal input is the one where we give inputs as well and external input is the clock input


What is the difference between RAM and FIFO?

fifo is first in first out, we will get input after n clcok cycles but in RAM we can get input /access inputs at any time.This is the basic difference


Difference between instrumentation and operational amplifiers?

An instrumentation amplifier is made out of 2 or 3 operational amplifiers.


Difference between switching and multiplexing?

Multiplexing-Combining all the inputs into one output. Switching-Taking one input to the output, at a time/frequency


What is the difference between diminishing returns and diseconomies of scale?

The principle of diminishing marginal returns to inputs is when more on one input is added, while other inputs are held constant, the marginal product of the input diminishes. Diseconomies of scale or decreasing returns to scale is when the a firm doubles its inputs, output increases by less than double. With diminishing returns, only one input is being changed while holding the other is fixed. But for decreasing returns, both inputs may change


What is the difference between input nd output devices?

The difference is input programs information output tells you information


What is the difference between a voltage converter and a voltage regulator?

the difference between a voltage converter to a voltage regulator,is that a voltage converter,converts or changing the desired voltage to be used while the voltage regulator,regulates the input of the voltage amount not to excess to its inputs.


What is the plural of input?

Inputs.


How do you prove that the output of a differential amplifier is the difference of its two inputs?

A: By applying two known DC input with a known gain the output will be there to prove the difference.


Is a sensor a input output?

It is an input, sensors are always inputs.


Is a pressure switch an input or output?

It is an input, sensors are always inputs.


What is the difference between constant functions and identity functions?

A constant function returns the same value for all inputs but that value may differ from the input. Examples: x*c = y (where c is a constant) x+0 = y The identity function returns the same value as the input for all inputs. Examples: x+0 = y x*1 = y