0
2.7kviews
An 8 bit ADC outputs all 1's when Vi=5.1 volts find its (i) Resolution and (ii) Digital output when Vi=1.28 volts.
1 Answer
written 3.5 years ago by |
We know that Normally, the number of voltage intervals is given by
a). Resolution
where M is the ADC's resolution in bits
$Resolution \space (N)=2^8=\bf256 \space \text{quantization levels}$
$Q = \dfrac{V_i }{ (2^M-1)} mV/LSB \cdots \mathrm{Equation \ 1}$
and from equation 2, we have
$Q = \dfrac{5.1}{ (2^8-1)} mV/LSB=\bf20 mV/LSB$
$\therefore$ We can say that to change output by $1 \ \mathrm {LSB}$ we have to change input by $20 \space mV$
2. Digital Output
$D= \dfrac{1.28 V}{20\ mV/LSB}=\bf64\ LSBs$
The binary equivalent of $64 $ is $0100\space 0000_2$.