Data Acquisition-1
Data Acquisition-1
• In a binary number, the bit 0 is termed the least significant bit (LSB) and the highest bit the most
significant bit (MSB).
• The combination of bits to represent a number is termed a word. Thus 1111 is a 4-bit word.
Converter
range
• For the case shown in the figure (4-bit ADC), resolution can be
simply described as the number of bits in the converter – in this
example 4 (i.e. “4-bit resolution”).
• Additionally, resolution can be described as the ratio between
the range and the number of output states available in the
converter.
• Thus, if we have an ADC with a word length of 4 bits and the
converter range is 15 V, then the number of levels with a 4-bit
word is 24 = 16, and thus the resolution is 15/16 = 0.93 V.
Converter
range
Abhishek K Ghosh, RME 1201, RMEDU 9
Analog to Digital Conversion
2. Quantization
• Example problem: A 12-bit ADC has a range of 0 - 10V. Determine its resolution (in volts),
and hence the effective dynamic range, in dB, if the ADC is used to record a signal that
varies only from 0.2 to 0.5 V
17
Analog-to-Digital Converters (ADC)
Successive approximation ADC
• When the start signal is applied, the sample
and hold (S&H) amplifier latches the analog
input.
• Then the control unit begins an iterative
process, where the digital value is
approximated, converted to an analog value
with the D/A converter, and compared to the
analog input with the comparator.
• When the D/A output equals the analog input,
the end signal is set by the control unit, and
the correct digital output is available at the
output.
18
Analog-to-Digital Converters (ADC)
Successive approximation ADC
• A 4-bit successive approximation procedure is illustrated
graphically in Figure 8.13.
• The MSB is 1/2 FS, which in this case is greater than the
signal value; therefore, the bit is turned off.
• The second bit is 1/4 FS and is less than the signal, so it is
left on.
• The third bit gives 1/4 + 1/8 of FS, which is still less than the
analog signal, so the third bit is left on.
• The fourth provides 1/4 + 1/8 + 1/16 of FS and is greater
than the signal, so the fourth bit is turned off and the
conversion is complete.
• The digital result is 0110.
19
Multiplexers
• A multiplexer is a circuit that can have inputs
of data from several sources and then, by
selecting an input channel, give an output
from just one of them.
• In applications where there is a need for
measurements to be made at a number of
different locations, rather than using a
separate ADC and microprocessor for each
measurement, a multiplexer can be used to
select each input in turn and switch it through
a single ADC and microprocessor.
• The multiplexer is essentially an electronic
switching device that enables each of the
inputs to be sampled in turn.
21