+ All Categories
Home > Documents > High Speed Analog to Digital Converter Presentation by : Abdelrahman Radwan George Ekladious.

High Speed Analog to Digital Converter Presentation by : Abdelrahman Radwan George Ekladious.

Date post: 14-Dec-2015
Category:
Upload: charla-parrish
View: 221 times
Download: 1 times
Share this document with a friend
46
High Speed Analog to Digital Converter Presentation by : Abdelrahman Radwan George Ekladious
Transcript
Page 1: High Speed Analog to Digital Converter Presentation by : Abdelrahman Radwan George Ekladious.

High Speed Analog to Digital ConverterPresentation by:

Abdelrahman RadwanGeorge Ekladious

Page 2: High Speed Analog to Digital Converter Presentation by : Abdelrahman Radwan George Ekladious.

Introduction

•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.

Page 3: High Speed Analog to Digital Converter Presentation by : Abdelrahman Radwan George Ekladious.

Why ADC ?

•storing analog data •replicating or reconstructing analog data

• Microprocessors can only perform complex processing on digitized signals.

•When signals are in digital form they are less susceptible to the deleterious effects of additive noise.

Page 4: High Speed Analog to Digital Converter Presentation by : Abdelrahman Radwan George Ekladious.

ADC Applications

• Measurements / Data Acquisition• Control Systems• PLCs (Programmable Logic Controllers)• Sensor integration (Robotics)• Cell Phones• Video Devices

• Audio Devices

t t

e e*Controller00

1001

0100

1110

11

∆t

e*(∆t)

1001

0010

1010

0101

∆t

u*(∆t)

Page 5: High Speed Analog to Digital Converter Presentation by : Abdelrahman Radwan George Ekladious.

Principal of Operation

Page 6: High Speed Analog to Digital Converter Presentation by : Abdelrahman Radwan George Ekladious.

ADC Process

•Sampling and Holding (S/H) • Quantizing and Encoding (Q/E)

Page 7: High Speed Analog to Digital Converter Presentation by : Abdelrahman Radwan George Ekladious.

Holding and Sampling

•Holding signal benefits the accuracy of the A/D conversion.

•Minimum sampling rate should be at least twice the highest data frequency of the analog signal.

Page 8: High Speed Analog to Digital Converter Presentation by : Abdelrahman Radwan George Ekladious.

•Quantizing - breaking down analog value is a set of finite states.

•Encoding - assigning a digital word or number to each state and matching it to the input signal

Page 9: High Speed Analog to Digital Converter Presentation by : Abdelrahman Radwan George Ekladious.

•Resolution: The smallest change in analog signal that will result in a change in the digital output.

• V = Reference voltage range N = Number of bits in digital

output. 2N = Number of states. ∆V = Resolution •The resolution represents the

quantization error inherent in the conversion of the signal to digital form

Page 10: High Speed Analog to Digital Converter Presentation by : Abdelrahman Radwan George Ekladious.

QuantizingThe number of possible states that the

converter can output is:N=2n

where n is the number of bits in the AD converter

Example: For a 3 bit A/D converter, N=23=8.

Analog quantization size:Q=(Vmax-Vmin)/N = (10V – 0V)/8 = 1.25V

Page 11: High Speed Analog to Digital Converter Presentation by : Abdelrahman Radwan George Ekladious.

Quantization

We have 0-10V signals. Separate them into a set of discrete states with 1.25V increments .

Page 12: High Speed Analog to Digital Converter Presentation by : Abdelrahman Radwan George Ekladious.

Encoding

•Here we assign the digital value (binary number) to each state for the computer to read.

Page 13: High Speed Analog to Digital Converter Presentation by : Abdelrahman Radwan George Ekladious.

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.

Page 14: High Speed Analog to Digital Converter Presentation by : Abdelrahman Radwan George Ekladious.

Sampling Rate

Frequency at which ADC evaluates analog signal. As we see in the second picture, evaluating the signal more often

more accurately depicts the ADC signal .

Page 15: High Speed Analog to Digital Converter Presentation by : Abdelrahman Radwan George Ekladious.

Aliasing•Occurs when the input signal is changing

much faster than the sample rate.

For example, a 2 kHz sine wave being sampled at 1.5 kHz would be reconstructed as a 500 Hz (the aliased signal) sine wave.

Nyquist Rule:•Use a sampling frequency at least twice as

high as the maximum frequency in the signal to avoid aliasing.

Page 16: High Speed Analog to Digital Converter Presentation by : Abdelrahman Radwan George Ekladious.

A/D converter Types▫Flash ADC

▫Delta-Sigma ADC

▫Dual Slope (integrating) ADC

▫Successive Approximation ADC

Page 17: High Speed Analog to Digital Converter Presentation by : Abdelrahman Radwan George Ekladious.

Flash ADC

•Uses the 2N resistors to form a ladder voltage divider, which divides the reference voltage into 2N equal intervals.

•Consists of a series of comparators, each one comparing the input signal to a unique reference voltage.

•The comparator outputs connect to the inputs of a priority encoder circuit, which produces a binary output

Page 18: High Speed Analog to Digital Converter Presentation by : Abdelrahman Radwan George Ekladious.

Flash ADC Circuit

Page 19: High Speed Analog to Digital Converter Presentation by : Abdelrahman Radwan George Ekladious.

Comparator

+

-

VIN

VREF

VOUT If Output

VIN > VREF High

VIN < VREF Low

Page 20: High Speed Analog to Digital Converter Presentation by : Abdelrahman Radwan George Ekladious.

Flash ADC operation

•As the analog input voltage exceeds the reference voltage at each comparator, the comparator outputs will sequentially saturate to a high state.

•The priority encoder generates a binary number based on the highest-order active input, ignoring all other active inputs.

Page 21: High Speed Analog to Digital Converter Presentation by : Abdelrahman Radwan George Ekladious.

Example

•Design a Flash ADC with the following parameters:

number of output bits = 2; input voltage range = 0 to 3V; comparator outputs have positive saturation

= +12V and negative saturation = 0V;

Page 22: High Speed Analog to Digital Converter Presentation by : Abdelrahman Radwan George Ekladious.

Solution

Resolution = input voltage range / 2n

= 3 / 22

= 0.75V

Number of Comparators :2n = 22 = 4

Thus we need 4 comparators and 4 equal resistors.

Page 23: High Speed Analog to Digital Converter Presentation by : Abdelrahman Radwan George Ekladious.

Solution continued

Vref= 3V

Page 24: High Speed Analog to Digital Converter Presentation by : Abdelrahman Radwan George Ekladious.

Solution continued

Analogue input VI N

Comparator outputs / V Binary number at output

W X Y B A

VI N < 0.75V 0 0 0 0 0

0.75V < VI N < 1.50V 12 0 0 0 1

1.50V < VI N < 2.25V 12 12 0 1 0

2.25V < VI N < 3.00V 12 12 12 1 1

VI N > 3.00V Z =+12V indicating overfl ow

Page 25: High Speed Analog to Digital Converter Presentation by : Abdelrahman Radwan George Ekladious.

Flash ADC Advantages and DisadvantagesAdvantages:• Very Fast .• Very simple operational theory .• Speed is only limited by gate and comparator

propagation delay .

Disadvantages:• Expensive.• Each additional bit of resolution requires twice

the comparators.• Prone to produce glitches in the output

Page 26: High Speed Analog to Digital Converter Presentation by : Abdelrahman Radwan George Ekladious.

Successive Approximation ADC

Page 27: High Speed Analog to Digital Converter Presentation by : Abdelrahman Radwan George Ekladious.

Operation Principle•A Successive Approximation Register (SAR) is

added to the circuit

• Instead of counting up in binary sequence, this register counts by trying all values of bits starting with the MSB and finishing at the LSB.

•The register monitors the comparators output to see if the binary count is greater or less than the analog signal input and adjusts the bits accordingly

Page 28: High Speed Analog to Digital Converter Presentation by : Abdelrahman Radwan George Ekladious.

Advantages and Disadvantages SA ADCAdvantages :• Capable of high speed and reliable .• Medium accuracy compared to other

ADC types. • Good tradeoff between speed and cost.

Disadvantages :•Higher resolution successive

approximation ADC’s will be slower

Page 29: High Speed Analog to Digital Converter Presentation by : Abdelrahman Radwan George Ekladious.

Successive Approximation ADC Example

Goal: Find digital value Vin

• 8-bit ADC• Vin = 7.65

• Vfull scale = 10

Page 30: High Speed Analog to Digital Converter Presentation by : Abdelrahman Radwan George Ekladious.

Successive Approximation ADC Example

• MSB LSB• Average high/low limits• Compare to Vin

• Vin > Average MSB = 1

• Vin < Average MSB = 0

• Bit 7• (Vfull scale +0)/2 = 5• 7.65 > 5 Bit 7 = 1

Vfull scale = 10, Vin = 7.65

1             

Page 31: High Speed Analog to Digital Converter Presentation by : Abdelrahman Radwan George Ekladious.

Successive Approximation ADC Example

• MSB LSB• Average high/low limits• Compare to Vin

• Vin > Average MSB = 1

• Vin < Average MSB = 0

• Bit 6• (Vfull scale +5)/2 = 7.5• 7.65 > 7.5 Bit 6 = 1

Vfull scale = 10, Vin = 7.65

1  1           

Page 32: High Speed Analog to Digital Converter Presentation by : Abdelrahman Radwan George Ekladious.

Successive Approximation ADC Example

• MSB LSB• Average high/low limits• Compare to Vin

• Vin > Average MSB = 1

• Vin < Average MSB = 0

• Bit 5• (Vfull scale +7.5)/2 = 8.75• 7.65 < 8.75 Bit 5 = 0

Vfull scale = 10, Vin = 7.65

1  1  0         

Page 33: High Speed Analog to Digital Converter Presentation by : Abdelrahman Radwan George Ekladious.

Successive Approximation ADC Example

• MSB LSB• Average high/low limits• Compare to Vin

• Vin > Average MSB = 1

• Vin < Average MSB = 0

• Bit 4• (8.75+7.5)/2 = 8.125• 7.65 < 8.125 Bit 4 = 0

Vin = 7.65

1  1  0  0       

Page 34: High Speed Analog to Digital Converter Presentation by : Abdelrahman Radwan George Ekladious.

Successive Approximation ADC Example

• MSB LSB• Average high/low limits• Compare to Vin

• Vin > Average MSB = 1

• Vin < Average MSB = 0

• Bit 3• (8.125+7.5)/2 = 7.8125• 7.65 < 7.8125 Bit 3 = 0

Vin = 7.65

1  1  0  0 0      

Page 35: High Speed Analog to Digital Converter Presentation by : Abdelrahman Radwan George Ekladious.

Successive Approximation ADC Example

• MSB LSB• Average high/low limits• Compare to Vin

• Vin > Average MSB = 1

• Vin < Average MSB = 0

• Bit 2• (7.8125+7.5)/2 = 7.65625• 7.65 < 7.65625 Bit 2 = 0

Vin = 7.65

1  1  0  0 0   0   

Page 36: High Speed Analog to Digital Converter Presentation by : Abdelrahman Radwan George Ekladious.

Successive Approximation ADC Example

• MSB LSB• Average high/low limits• Compare to Vin

• Vin > Average MSB = 1

• Vin < Average MSB = 0

• Bit 1• (7.65625+7.5)/2 = 7.578125• 7.65 > 7.578125 Bit 1 = 1

Vin = 7.65

1  1  0  0 0   0 1  

Page 37: High Speed Analog to Digital Converter Presentation by : Abdelrahman Radwan George Ekladious.

Successive Approximation ADC Example

• MSB LSB• Average high/low limits• Compare to Vin

• Vin > Average MSB = 1

• Vin < Average MSB = 0

• Bit 0• (7.65625+7.578125)/2 =

7.6171875• 7.65 > 7.6171875 Bit 0 = 1

Vin = 7.65

1  1  0  0 0   0 1  1 

Page 38: High Speed Analog to Digital Converter Presentation by : Abdelrahman Radwan George Ekladious.

Wilkinson ADC•Speed: High•Cost: High•Accuracy: High

Wilkinson Analog Digital Converter

(ADC) circuit schematic diagram

Page 39: High Speed Analog to Digital Converter Presentation by : Abdelrahman Radwan George Ekladious.

ADC Types Comparaison

Page 40: High Speed Analog to Digital Converter Presentation by : Abdelrahman Radwan George Ekladious.

Why High speed ADCs?

Better Resolution Bandwidth

Low Power

Page 41: High Speed Analog to Digital Converter Presentation by : Abdelrahman Radwan George Ekladious.

Better Resolution Bandwidth The average speed of high-speed A/D converters has increased by a factor of ten over the past five years.

Page 42: High Speed Analog to Digital Converter Presentation by : Abdelrahman Radwan George Ekladious.

Low PowerThe usage of portable devices such as laptops and Bluetooth devices its

demanded to use a very low power ADC .

Page 43: High Speed Analog to Digital Converter Presentation by : Abdelrahman Radwan George Ekladious.

Current Research

•14 GSps, four-bit data converter pair in 90 nm CMOS [7] .

•The experimental results show that the The ADC consume 214 mW and from a 1.0-V supply and occupy 0.1575 mm2 .

Page 44: High Speed Analog to Digital Converter Presentation by : Abdelrahman Radwan George Ekladious.

Ultralow-Voltage High-Speed ADC• In the proposed design strategy [6], a 7-bit flash

ADC is designed and fabricated in 90-nm CMOS to operate with a 0.5 V supply voltage.

• Using two-way interleaving, the prototype achieves a maximum conversion rate of 420 MS/s with an ERBW of 50 MHz.

• The total power consumption of the interleaved ADC is 4.1 mW.

• Using the proposed FD-oriented design, this paper achieves at least 3.5 times speed enhancement compared with other state-of-the-art ULV ADC

Page 45: High Speed Analog to Digital Converter Presentation by : Abdelrahman Radwan George Ekladious.

High Speed ADCs Comparison

Page 46: High Speed Analog to Digital Converter Presentation by : Abdelrahman Radwan George Ekladious.

References1. http://ume.gatech.edu/mechatronics_course/ADC_F05.ppt2. http://ume.gatech.edu/mechatronics_course/ADC_F10.pptx3. http://www.me.berkeley.edu/ME102B/Past_Proj/f03/Proj6/

TMS320LF2407A_Documents/Intro-ADC.pdf4. http://www.allaboutcircuits.com/vol_4/chpt_13/6.html5. http://www.allaboutcircuits.com/vol_4/chpt_13/4.html6. Lin, J.; Mano, I.; Miyahara, M.; Matsuzawa, A., "Ultralow-Voltage

High-Speed Flash ADC Design Strategy Based on FoM-Delay Product," Very Large Scale Integration (VLSI) Systems, IEEE Transactions on, vol.PP, no.99, pp.1,1

7. Hao-Chiao Hong; Yung-Shun Chen; Wei-Chieh Fang, "14 GSps Four-Bit Noninterleaved Data Converter Pair in 90 nm CMOS With Built-In Eye Diagram Testability," Very Large Scale Integration (VLSI) Systems, IEEE Transactions on , vol.22, no.6, pp.1238,1247, June 2014


Recommended