Analog to Digital Converters (ADC) Ben Lester, Mike Steele, Quinn Morrison.

Slides:



Advertisements
Similar presentations
Interfacing to the Analog World
Advertisements

Analog to Digital Conversion (ADC)
Analog-to-Digital Converter (ADC) And
Lecture 17: Analog to Digital Converters Lecturers: Professor John Devlin Mr Robert Ross.
Data Acquisition ET 228 Chapter
Digital to Analogue Conversion
Digital to Analog and Analog to Digital Conversion
©2008 The McGraw-Hill Companies, Inc. All rights reserved. Digital Electronics Principles & Applications Seventh Edition Chapter 14 Connecting with Analog.
CE 478: Microcontroller Systems University of Wisconsin-Eau Claire Dan Ernst Analog to Digital (and back again) Interfacing a microprocessor-based system.
5/4/2006BAE Analog to Digital (A/D) Conversion An overview of A/D techniques.
ADC and DAC. Reason for Signal Conversion digital AD2 DA1.
Lecture 9: D/A and A/D Converters
DIGITAL SYSTEMS TCE INTERFACING WITH ANALOG DEVICES (Week 12)
Interfacing with the Analog World Wen-Hung Liao, Ph.D.
1 Dr. Un-ki Yang Particle Physics Group or Shuster 5.15 Amplifiers and Feedback: 3.
Quantization Prof. Siripong Potisuk.
Storey: Electrical & Electronic Systems © Pearson Education Limited 2004 OHT 26.1 Data Acquisition and Conversion  Introduction  Sampling  Signal Reconstruction.
 Circuit building blocks that compare the strength of two signals (usually Volts) and provide an output signal when one is bigger than the other are.
AD/DA Converter National Instruments NI USB-6009 BME 1008 Introduction to Biomedical Engineering FIU, Spring 2015 Feb 12 Lesson 4 - NI USB Matlab.
Analog to Digital Converters (ADC)
EE174 – SJSU Lecture #4 Tan Nguyen
EET260: A/D and D/A converters
EE 472 – Senior Project Hang B. Lee, Applied Physics & EE Advisor: Prof. Robert Grober “Noise Characterization of A/D Converter on PIC Microcontroller”
Analog-to-Digital Converters
PH4705/ET4305: A/D: Analogue to Digital Conversion
In presenting Order: Josh Navikonis Moiz H Mike Hochman Brian Post Analog-Digital Converters ME /29/2009.
Digital to Analog and Analog to Digital Conversion
Computer Data Acquisition and Signal Conversion Chuck Kammin ABE 425 March 27, 2006.
Digital to Analog Converters
Digital to Analog Converters (DAC) 1
Engineering 1040: Mechanisms & Electric Circuits Winter 2015 Analog & Digital Signals Analog to Digital Conversion (ADC)
Data Converters ELEC 330 Digital Systems Engineering Dr. Ron Hayne
Lab IV Lecture 1 Course Overview Introduce Step 1 Course Web Page
Analog to Digital Converter
Analog to Digital conversion. Introduction  The process of converting an analog signal into an equivalent digital signal is known as Analog to Digital.
Data Acquisition Systems
Instrumentation (AMME2700) 1 Instrumentation Dr. Xiaofeng Wu.
Lab IV Lecture 1 Course Overview Introduce Step 1 Course Web Page:
Lecture 15: Digital to Analog Converters Lecturers: Professor John Devlin Mr Robert Ross.
Digital to Analog Converters (DAC) 2 ©Paul Godin Created March 2008.
Data Acquisition ET 228 Chapter 15 Subjects Covered Analog to Digital Converter Characteristics Integrating ADCs Successive Approximation ADCs Flash ADCs.
Representing Numerical Data Analog Any signal that varies continuously over time Mechanical Pneumatic Hydraulic Electrical Digital Quantities are represented.
High Speed Analog to Digital Converter
Digital to Analog Converters (DAC) 1 Technician Series ©Paul Godin March 2015.
1 Data-Converter Circuits A/D and D/A Chapter 9 1.
Analog to Digital Converters
Analog/Digital Conversion
Comparators, DAC, and ADC
Low Power, High-Throughput AD Converters
ECE 2799 Electrical and Computer Engineering Design ANALOG to DIGITAL CONVERSION Prof. Bitar Last Update:
16722 Mo: data acquisition150+1 data acquisition.
Low Power, High-Throughput AD Converters
0808/0809 ADC. Block Diagram ADC ADC0808/ADC Bit μP Compatible A/D Converters with 8-Channel Multiplexer The 8-bit A/D converter uses successive.
EKT 314/4 WEEK 9 : CHAPTER 4 DATA ACQUISITION AND CONVERSION ELECTRONIC INSTRUMENTATION.
Lecture Notes / PPT UNIT III
Digital Logic & Design Dr. Waseem Ikram Lecture 45.
Spring 2006CSE 597A: Analog-Digital IC Design Scan-Flash ADC Low Power, High-Throughput AD Converters Melvin Eze Pennsylvania State University
Digital to analog converter [DAC]
MECH 373 Instrumentation and Measurements
Digital-to-Analog Analog-to-Digital
SAR ADC Tao Chen.
ECE 331 – Digital System Design
Principles & Applications
Digital-to-Analog & Analog-to-Digital Conversion
Simple ADC structures.
Lesson 8: Analog Signal Conversion
Conversation between Analogue and Digital System
Analog-to-digital converter
Chapter 7 Converters.
 Both data about the physical world and control signals sent to interact with the physical world are typically "analog" or continuously varying quantities.
Presentation transcript:

Analog to Digital Converters (ADC) Ben Lester, Mike Steele, Quinn Morrison

Topics Introduction Why? Types and Comparisons Successive Approximation ADC example Applications ADC System in the CML-12C32 Microcontroller

Analog systems are typically what engineers need to analyze. ADCs are used to turn analog information into digital data.

Process Sampling, Quantification, Encoding Outpu t States Discrete Voltage Ranges (V) Out- put Binary Equivalent

Resolution, Accuracy, and Conversion time Resolution – Number of discrete values it can produce over the range of analog values; Q=R/N Accuracy – Improved by increasing sampling rate and resolution. Time – Based on number of steps required in the conversion process.

Comparing types of ADCs Flash ADC Wilkinson ADC Integrating ADC Successive Approximation Converter

Flash ADC Speed: High Cost: High Accuracy: Low

Wilkinson ADC Speed: High Cost: High Accuracy: High Wilkinson Analog Digital Converter (ADC) circuit schematic diagram

Integrating ADC Speed: Low Cost: Low Accuracy: High

Successive Approximation Converter Speed: High Cost: High Accuracy: High but limited

Successive Approximation ADC Example Mike Steele Goal: Find digital value V in 8-bit ADC V in = 7.65 V full scale = 10

Successive Approximation ADC Example MSB  LSB Average high/low limits Compare to V in V in > Average  MSB = 1 V in < Average  MSB = 0 Bit 7 (V full scale +0)/2 = > 5  Bit 7 = 1 V full scale = 10, V in =

Successive Approximation ADC Example MSB  LSB Average high/low limits Compare to V in V in > Average  MSB = 1 V in < Average  MSB = 0 Bit 6 (V full scale +5)/2 = > 7.5  Bit 6 = 1 V full scale = 10, V in =

Successive Approximation ADC Example MSB  LSB Average high/low limits Compare to V in V in > Average  MSB = 1 V in < Average  MSB = 0 Bit 5 (V full scale +7.5)/2 = < 8.75  Bit 5 = 0 V full scale = 10, V in =

Successive Approximation ADC Example MSB  LSB Average high/low limits Compare to V in V in > Average  MSB = 1 V in < Average  MSB = 0 Bit 4 ( )/ <  Bit 4 = 0 V in =

Successive Approximation ADC Example MSB  LSB Average high/low limits Compare to V in V in > Average  MSB = 1 V in < Average  MSB = 0 Bit 3 ( )/2 = <  Bit 3 = 0 V in =

Successive Approximation ADC Example MSB  LSB Average high/low limits Compare to V in V in > Average  MSB = 1 V in < Average  MSB = 0 Bit 2 ( )/2 = <  Bit 2 = 0 V in =

Successive Approximation ADC Example MSB  LSB Average high/low limits Compare to V in V in > Average  MSB = 1 V in < Average  MSB = 0 Bit 1 ( )/2 = >  Bit 1 = 1 V in =

Successive Approximation ADC Example MSB  LSB Average high/low limits Compare to V in V in > Average  MSB = 1 V in < Average  MSB = 0 Bit 0 ( )/2 = >  Bit 0 = 1 V in =

Successive Approximation ADC Example = bits, 2 8 = 256 Digital Output 195/256 = Analog Input 7.65/10 = Resolution (V max – V min )/2 n  10/256 = Voltage Bit V in = 7.65

ADC Applications Measurements / Data Acquisition Control Systems PLCs (Programmable Logic Controllers) Sensor integration (Robotics) Cell Phones Video Devices Audio Devices tt ee* Controller ∆t e*(∆t) ∆t u*(∆t)