187k views
2 votes
Arduino analog input accepts 0-5V signals. What is the quantization step for Arduino Analog to Digital Converter (ADC)?

User Whitfin
by
7.3k points

1 Answer

2 votes

Answer:


(5)/(2^n)

Step-by-step explanation:

ADC are used for converting the analog signal to digital signal there are different type of ADC are present which convert analog to digital signal

Here the analog input is 0-5 volts

And we have to find the equalization step

The equalization step is given by
(maximu\ voltage)/(2^n)=(5)/(2^n) where n is bit size of the ADC

User Giles Roberts
by
7.9k points