Data Converters v2
Data Converters v2
Instrumentation
Data Converters
Strain Gauge
Solenoid
Valve
Thermistors
Thermocouple
positive
High Speed
• Binary Weighted DAC
• Segmented DAC
• Delta Sigma DAC
High Resolution
• R-2R DAC
• PWM DAC (won’t be discussed)
• Integrating DAC (won’t be discussed)
• Weighted Capacitor DAC (won’t be discussed)
Binary Weighted (R/2nR) DAC
R2RDac.DSN
The binary weighted DAC scales the current/voltage
from the reference voltage proportional to binary
weights of the bits. As an example
What to do?
Vout
By superposition, disconnecte
R1 || R 2
Vref Vout *
( R1 || R 2) R3
0.7
0.6
Amplitude
0.5
0.4
0.3
0.2
0.1
0
0 2 4 6 8 10 12 14 16 18 20
Time
Quantization
Quantization is the process of converting a continuous
valued signal in to a discrete valued signal
This involves the mapping of the possibly infinite values
that analog signals can have in to a discrete set of
values 1
Sampled Signal
0.9
0.8
0.5
0.4
0.3
0.2
0.1
0
0 2 4 6 8 10 12 14 16 18 20
Time
Encoding
Encoding is the process of representing quantized amplitudes
using some numeric combination
In most cases this means just representing the amplitudes
with its binary equivalent
High Resolution
• Parallel-Feedback(Successive Approximation) ADC
• Ramp ADC
• Delta Sigma ADC
High Speed
• Flash ADC
• Pipeline ADC (wont’ be discussed)
• Sub-range ADC (wont’ be discussed)
• Folding ADC (wont’ be discussed)
Parallel-Feedback (Successive Approximation) ADC
The SAR starts from the MSB and one by one checks the
bits by turning them On or Off up till the LSB
The output of the DAC is
connected to the comparator
and serves as a reference
to check whether the output
of the SAR through the DAC
since Vx is constant,
1
V1 T1Vx
RC
After T1, the input switches to the Vref by the logic
control network which is positive hence producing a
negative ramp. The voltage at the output decreases
as follows 1
RC
V2 V1 VR dt
After T1
or
1 1
V2 T1Vx t xVR
RC RC
These are the fastest ADCs available and are also used
in microcontrollers as built in units