Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

ADC in Analog Electronics, Study notes of Analog Electronics

An ADC (Analog-to-Digital Converter) is a fundamental component of analog electronics that converts an analog signal to a digital signal. The conversion process involves measuring the amplitude of the input analog signal at a regular time interval, and then representing the measured values as binary numbers. The resulting digital signal can then be processed by a digital system, such as a microcontroller, computer, or DSP (Digital Signal Processor).

Typology: Study notes

2022/2023

Available from 05/03/2023

rvs-manoj
rvs-manoj 🇮🇳

2 documents

1 / 22

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
What is ADC
An electronic integrated circuit which
transforms a signal from analog (continuous)
to digital (discrete) form.
Analog signals are directly measurable
quantities.
Digital signals only have two states. For
digital computer, we refer to binary states, 0
and 1.
pf3
pf4
pf5
pf8
pf9
pfa
pfd
pfe
pff
pf12
pf13
pf14
pf15
pf16

Partial preview of the text

Download ADC in Analog Electronics and more Study notes Analog Electronics in PDF only on Docsity!

What is ADC

 An electronic integrated circuit which

transforms a signal from analog (continuous)

to digital (discrete) form.

 Analog signals are directly measurable

quantities.

 Digital signals only have two states. For

digital computer, we refer to binary states, 0

and 1.

ADC process

u

I

( t )

C Quantizing & Encoding

D

n 1

D

D

u

I

′ ( t )

S

S/H circuit Input analog Input analog signal signal Output digital Output digital signal signal

2 steps

 Sampling and Holding (S/H)

 Quantizing and Encoding (Q/E)

Quantizing and Encoding

V V

V V

Analog Signal (^) Digital output in binary

  • Quantizing: Partitioning the reference signal range into a number of discrete quanta, then matching the input signal to the correct quantum.
  • Encoding: Assigning a unique digital code to each quantum, then allocating the digital code to the input signal.

Accuracy of A/D Conversion

There are two ways to best improve the accuracy of A/D conversion:  increasing the resolution which improves the accuracy in measuring the amplitude of the analog signal.  increasing the sampling rate which increases the maximum frequency that can be measured.

Types of A/D Converters

By: Todd Sifleet

 Dual Slope A/D Converter

 Successive Approximation A/D Converter

 Flash A/D Converter

 Delta-Sigma A/D Converter

 Other

 Voltage-to-frequency, staircase ramp or single slope, charge balancing or redistribution, switched capacitor, tracking, and synchro or resolver

Dual Slope A/D Converter

 Fundamental components  Integrator  Electronically Controlled Switches  Counter  Clock  Control Logic  Comparator

How Does it Work Cont.

 At t<0, S 1 is set to ground, S 2 is closed, and counter=0.  At t=0 a conversion begins and S 2 is open, and S 1 is set so the input to the integrator is Vin.  S 1 is held for TINT which is a constant predetermined time interval.  When S 1 is set the counter begins to count clock pulses, the counter resets to zero after TINT  Vout of integrator at t=TINT is VINTINT/RC is linearly proportional to VIN  At t=TINT S 1 is set so -Vref is the input to the integrator which has the voltage VINTINT/RC stored in it.  The integrator voltage then drops linearly with a slop -Vref/RC.  A compartor is used to determine when the output voltage of the integrator crosses zero  When it is zero the digitized output value is the state of the counter.

Dual Slope A/D Converter

Pros and Cons

PROS

 Conversion result is insensitive to errors in the component values.  Fewer adverse affects from “noise”  High Accuracy

CONS

 Slow  Accuracy is dependent on the use of precision external components  Cost

How does it work

 Uses the 2 N resistors to form a ladder voltage divider, which divides the reference voltage into 2 N equal intervals.  Uses the 2 N -1 comparators to determine in which of these 2 N voltage intervals the input voltage Vin lies.  The Combinational logic then translates the information provided by the output of the comparators  This ADC does not require a clock so the conversion time is essentially set by the settling time of the comparators and the propagation time of the combinational logic.

Flash A/D Converter

Pros and Cons

PROS

 Very Fast (Fastest)

 Very simple

operational theory

 Speed is only limited

by gate and

comparator

propagation delay

CONS

 Expensive

 Prone to produce

glitches in the output

 Each additional bit

of resolution

requires twice the

comparators.

Successive Approximation ADC Circuit

  • Uses a n-bit DAC to compare DAC and original analog results.
  • Uses Successive Approximation Register (SAR) supplies an approximate digital code to DAC of Vin.
  • Comparison changes digital output to bring it closer to the input value.
  • Uses Closed-Loop Feedback Conversion

Successive Approximation ADC Process

  1. MSB initialized as 1
  2. Convert digital value to analog using DAC
  3. Compares guess to analog input
  4. Is Vin>VDAC
    • Set bit 1
    • If no, bit is 0 and test next bit Closed-Loop

SAR DAC

Output

VIN

Is Vin > ½ ADC range? 0100 0000 If no, then test next bit Vref

Successive Approximation

Advantages  Capable of high speed and reliable  Medium accuracy compared to other ADC types  Good tradeoff between speed and cost  Capable of outputting the binary number in serial (one bit at a time) format. Disadvantages  Higher resolution successive approximation ADC’s will be slower  Speed limited to ~5Msps

Successive Approximation Example Example  10 bit ADC  Vin= 0.6 volts (from analog device)  V ref =1 volts  Find the digital value of Vin N= n (N of possible states) N= Vmax-Vmin/N = 1 Volt/1024 = 0.0009765625V of Vref (resolution)