Basics of Analog-To-digital Convertion
Basics of Analog-To-digital Convertion
coursera.org
MOOC The Development of Mobile Health Monitoring Systems
Resolution
The resolution of the converter indicates the number of discrete values
it can produce over the range of analog values. The resolution determines the
magnitude of the quantization error and therefore determines the maximum
possible average signal-to-noise ratio for an ideal ADC without the use
of oversampling. The values are usually stored electronically in binary form,
so the resolution is usually expressed as the audio bit depth. In consequence,
the number of discrete values available is assumed to be a power of two. For
example, an ADC with a resolution of 8 bits (Fig. 2) can encode an analog
input to one in 256 different levels (28 = 256). The values can represent the
ranges from 0 to 255 (i.e. unsigned integer) or from −128 to 127 (i.e. signed
integer), depending on the application.
coursera.org
MOOC The Development of Mobile Health Monitoring Systems
provided. The input voltage range for these converters is determined by the
voltage difference between VREF+ and VREF-. In either case, the voltage
range for the reference inputs is usually restricted by the VDD and VSS power
supply rails. Although a “real world” ADC will have higher resolution, a
theoretical 3-bit ADC will be used here to demonstrate the performance of the
ideal converter and the various sources of error. The figure shows the transfer
function of the ideal 3-bit ADC. As the transfer function indicates, the ideal 3-
bit ADC provides eight equally spaced digital output codes over the analog
input voltage range. Each digital output code represents a fractional value of
the reference voltage. The largest value that can be obtained from the ADC is
(n-1)/n, where n is the resolution in bits.
Resolution can also be defined electrically, and expressed in volts. The
change in voltage required to guarantee a change in the output code level is
called the least significant bit (LSB) voltage. The resolution Q of the ADC is
equal to the LSB voltage. The voltage resolution of an ADC is equal to its
overall voltage measurement range divided by the number of intervals:
𝑄=
where M is the ADC's resolution in bits and EFSR is the full scale voltage
range (also called 'span'). EFSR is given by
𝐸 =𝑉 −𝑉 ,
where VRefHi and VRefLow are the upper and lower extremes, respectively,
of the voltages that can be coded. Normally, the number of voltage intervals
is given by
𝑁=2 ,
where M is the ADC's resolution in bits. That is, one voltage interval is
assigned in between two consecutive code levels.
coursera.org
MOOC The Development of Mobile Health Monitoring Systems
ADC classification
Converting signals from analog to digital or digital to analog is an
unavoidable task for today's engineer. There are many different kinds of
analog to digital converters and digital to analog converters. While these differ
in their architecture, they all work to achieve a similar end. Since digital signal
processing cannot be done with analog values, it would be analogous to a
French speaking person trying to speak with a German speaking person. It
would not work without a translator. ADC and DAC devices can help to act like
that translator. When an ADC sees an analog voltage, its job is to turn the
analog voltage into a binary code at a given period of time. This means the
ADC will sample the analog voltage at an instant, and then it determines what
the value would be in binary on the output side of the ADC. The amount of
samples that the device takes every second will be called out on its
coursera.org
MOOC The Development of Mobile Health Monitoring Systems
coursera.org
MOOC The Development of Mobile Health Monitoring Systems
allowing for very fast conversion speeds. Each of these will have positives and
negatives. The SAR architecture will be easy to use, typically use lower power,
and have low latency time with high accuracy. The Sigma-Delta will have a
very high resolution and high stability at low power and low cost; however, it
will work at much lower speeds than the SAR and Pipeline architectures. The
Pipeline ADC will work at the higher speeds and higher bandwidth than the
previous examples, but will have a lower resolution and require more power
to run.
coursera.org
MOOC The Development of Mobile Health Monitoring Systems
coursera.org
MOOC The Development of Mobile Health Monitoring Systems
Sigma-Delta ADC
The basic elements of Sigma-Delta architecture are integrator,
comparator, and one-bit digital-to-analog converter (DAC), which together
form a sigma-delta modulator (Fig. 6). The modulator subtracts the DAC from
the analog input signal and then feeds the signal to the integrator. The output
of the integrator then goes to a comparator, which converts the signal to a
one-bit digital output.
The resulting bit is fed to the DAC, which produces an analog signal to
be subtracted from the input signal. The process repeats at a very fast
oversampled rate. The modulator produces a binary stream in which the ratio
of ones to zeros is a function of the input signal’s amplitude. By digitally
filtering and decimating this stream of one and zeroes, a binary output
representing the value of the analog input is obtained.
https://en.wikipedia.org/wiki/Analog-to-digital_converter
https://wiki.analog.com/university/courses/electronics/text/chapter-20
https://www.digikey.com/en/articles/techzone/2017/sep/adc-dac-
tutorial
http://microchipdeveloper.com/adc:start
coursera.org
MOOC The Development of Mobile Health Monitoring Systems
https://www.rohm.com/electronics-basics/ad-da-converters/ad-
converter-configurations
https://www.ti.com/seclit/ml/slyc139/slyc139.pdf
http://www.vra.be/teksten/Analog%20design.pdf
coursera.org