LSU 06/04/2007Electronics 71 Analog to Digital Converters Electronics Unit – Lecture 7 Representing a continuously varying physical quantity by a sequence.

Slides:



Advertisements
Similar presentations
EET260: A/D and D/A conversion
Advertisements

Analog-to-Digital Converter (ADC) And
Lecture 17: Analog to Digital Converters Lecturers: Professor John Devlin Mr Robert Ross.
Digital to Analog and Analog to Digital Conversion
Digital Fundamentals Tenth Edition Floyd Chapter 12.
Announcements Assignment 8 posted –Due Friday Dec 2 nd. A bit longer than others. Project progress? Dates –Thursday 12/1 review lecture –Tuesday 12/6 project.
CE 478: Microcontroller Systems University of Wisconsin-Eau Claire Dan Ernst Analog to Digital (and back again) Interfacing a microprocessor-based system.
Analog to Digital Conversion. Introduction  An analog-to-digital converter (ADC, A/D, or A to D) is a device that converts continuous signals to discrete.
COMP3221: Microprocessors and Embedded Systems
Analog to Digital Conversion. 12 bit vs 16 bit A/D Card Input Volts = A/D 12 bit 2 12 = Volts = Volts = 2048 −10 Volts = 0 Input Volts.
5/4/2006BAE Analog to Digital (A/D) Conversion An overview of A/D techniques.
Shuvra Das University of Detroit Mercy
Analog to Digital Converters (ADC) 2 ©Paul Godin Created April 2008.
Lecture 9: D/A and A/D Converters
Sampling and quantization Seminary 2. Problem 2.1 Typical errors in reconstruction: Leaking and aliasing We have a transmission system with f s =8 kHz.
Analogue to Digital Conversion
Interfacing Analog and Digital Circuits
1 Dr. Un-ki Yang Particle Physics Group or Shuster 5.15 Amplifiers and Feedback: 3.
Storey: Electrical & Electronic Systems © Pearson Education Limited 2004 OHT 26.1 Data Acquisition and Conversion  Introduction  Sampling  Signal Reconstruction.
Analogue to Digital Conversion
Embedded Systems Development and Applications
Introduction to Data Conversion
Discussion #25 – ADCECEN 3011 Conversion Mosiah 5:2 2 And they all cried with one voice, saying: Yea, we believe all the words which though has spoken.
Pulse Code Modulation Lecture 5.
Ph. Farthouat CERN ELEC 2002 ADC 1 Analog to Digital Conversion  Introduction  Main characteristics –Resolution –Dynamic range –Bandwidth –Conversion.
Data Acquisition. Data Acquisition System Analog Signal Signal Conditioner ADC Digital Processing Communication.
Fundamentals of Digital Audio. The Central Problem n Waves in nature, including sound waves, are continuous: Between any two points on the curve, no matter.
 Principles of Digital Audio. Analog Audio  3 Characteristics of analog audio signals: 1. Continuous signal – single repetitive waveform 2. Infinite.
Computer Data Acquisition and Signal Conversion Chuck Kammin ABE 425 March 27, 2006.
Computer Based Data Acquisition Basics. Outline Basics of data acquisition Analog to Digital Conversion –Quantization –Aliasing.
Fall 2004EE 3563 Digital Systems Design Audio Basics  Analog to Digital Conversion  Sampling Rate  Quantization  Aliasing  Digital to Analog Conversion.
Key terms Sampling rate – how often we read the value of the signal Resolution – the separation between “levels” for our samples (can we read the value.
Data Converters ELEC 330 Digital Systems Engineering Dr. Ron Hayne
Electronics Involves the use of devices and circuits to control the flow of electric current to achieve some purpose. These circuits contain: Resistors,
Data Communications & Computer Networks, Second Edition1 Chapter 2 Fundamentals of Data and Signals.
ECE 4371, Fall, 2014 Introduction to Telecommunication Engineering/Telecommunication Laboratory Zhu Han Department of Electrical and Computer Engineering.
ACOE2551 Microprocessors Data Converters Analog to Digital Converters (ADC) –Convert an analog quantity (voltage, current) into a digital code Digital.
LSU 06/04/2007Electronics 61 Data Acquisition Electronics Unit – Lecture 6 Sensors and Transducers Signal conditioning Data sampling and recording.
Analog to Digital Converters (ADC) 1
Analog to Digital Converter
COMMUNICATION SYSTEM EEEB453 Chapter 5 (Part IV) DIGITAL TRANSMISSION.
Professor: Dr. Miguel Alonso Jr.
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
ISAT 300 Computer-Based Instrumentation (part 2) Sampling and A/D Converters 11/14/01.
University of Tehran 1 Interface Design Transforms Omid Fatemi.
Data Acquisition ET 228 Chapter 15 Subjects Covered Analog to Digital Converter Characteristics Integrating ADCs Successive Approximation ADCs Flash ADCs.
CS Spring 2009 CS 414 – Multimedia Systems Design Lecture 3 – Digital Audio Representation Klara Nahrstedt Spring 2009.
High Speed Analog to Digital Converter
Analog-to-Digital and Digital-to-Analog Conversion
ECE 4371, 2009 Class 9 Zhu Han Department of Electrical and Computer Engineering Class 9 Sep. 22 nd, 2009.
1 Data-Converter Circuits A/D and D/A Chapter 9 1.
IT-101 Section 001 Lecture #9 Introduction to Information Technology.
Analog/Digital Conversion
Digital to Analog Converter (DAC)
CS Spring 2014 CS 414 – Multimedia Systems Design Lecture 3 – Digital Audio Representation Klara Nahrstedt Spring 2014.
Introduction to Data Conversion EE174 – SJSU Tan Nguyen.
Networked Embedded Systems Sachin Katti & Pengyu Zhang EE107 Spring 2016 Lecture 13 Interfacing with the Analog World.
Lifecycle from Sound to Digital to Sound. Characteristics of Sound Amplitude Wavelength (w) Frequency ( ) Timbre Hearing: [20Hz – 20KHz] Speech: [200Hz.
MECH 373 Instrumentation and Measurements
Microprocessors Data Converters Analog to Digital Converters (ADC)
EI205 Lecture 13 Dianguang Ma Fall 2008.
Basics of Converter Technology
Chapter 3 Sampling.
Quantization and Encoding
Analog to Digital Converters Electronics Unit – Lecture 7
Lesson 8: Analog Signal Conversion
Digital Control Systems Waseem Gulsher
Conversation between Analogue and Digital System
Chapter 7 Converters.
Presentation transcript:

LSU 06/04/2007Electronics 71 Analog to Digital Converters Electronics Unit – Lecture 7 Representing a continuously varying physical quantity by a sequence of discrete numerical values

LSU 06/04/2007Electronics 72 Conversion Methods (selected types, there are others) Ladder Comparison Successive Approximation Slope Integration Flash Comparison

LSU 06/04/2007Electronics 73 Ladder Comparison

LSU 06/04/2007Electronics 74 Single slope integration Charge a capacitor at constant current Count clock ticks Stop when the capacitor voltage matches the input Cannot achieve high resolution –Capacitor and/or comparator - + IN C R S Enable N-bit Output Q Oscillator Clk Counter Start Conversion Vin Counting time

LSU 06/04/2007Electronics 75 Successive Approximation

LSU 06/04/2007Electronics 76 Flash Comparison If N is the number of bits in the output word…. Then 2 N comparators will be required. With modern microelectronics this is quite possible, but will be expensive.

LSU 06/04/2007Electronics 77 Pro and Cons Slope Integration & Ladder Approximation Cheap but Slow

LSU 06/04/2007Electronics 78 Pro and Cons Flash Comparison Fast but Expensive Slope Integration & Ladder Approximation Cheap but Slow

LSU 06/04/2007Electronics 79 Pro and Cons Successive Approximation The Happy Medium ?? Slope Integration & Ladder Approximation Cheap but Slow Flash Comparison Fast but Expensive

LSU 06/04/2007Electronics 710 Resolution Suppose a binary number with N bits is to represent an analog value ranging from 0 to A There are 2 N possible numbers Resolution = A / 2 N

LSU 06/04/2007Electronics 711 Resolution Example Temperature range of 0 K to 300 K to be linearly converted to a voltage signal of 0 to 2.5 V, then digitized with an 8-bit A/D converter 2.5 / 2 8 = V, or about 10 mV per step 300 K / 2 8 = 1.2 K per step

LSU 06/04/2007Electronics 712 Resolution Example Temperature range of 0 K to 300 K to be linearly converted to a voltage signal of 0 to 2.5 V, then digitized with a 10-bit A/D converter 2.5 / 2 10 = V, or about 2.4 mV per step 300 K / 2 10 = 0.29 K per step Is the noise present in the system well below 2.4 mV ?

LSU 06/04/2007Electronics 713 Quantization Noise Each conversion has an average uncertainty of one- half of the step size ½(A / 2 N ) This quantization error places an upper limit on the signal to noise ratio that can be realized. Maximum (ideal) SNR ≈ 6 N decibels ( N = # bits ) e.g. 8 bit → 49.8 db, 10 bit → 61.8 db

LSU 06/04/2007Electronics 714 Signal to Noise Ratio Recovering a signal masked by noise Some audio examples In each successive example the noise power is reduced by a factor of two (3 db reduction), thus increasing the signal to noise ratio by 3 db each time. Example 1Example 2Example 3Example 4

LSU 06/04/2007Electronics 715 Conversion Time Time required to acquire a sample of the analog signal and determine the numerical representation. Sets the upper limit on the sampling frequency. For the A/D on the BalloonSat board, T C ≈ 32 μs, So the sampling rate cannot exceed about 30,000 samples per second (neglecting program overhead)

LSU 06/04/2007Electronics 716 Data Collection – Sampling Rate The Nyquist Rate A signal must be sampled at a rate at least twice that of the highest frequency component that must be reproduced. Example – Hi-Fi sound (20-20,000 Hz) is generally sampled at about 44 kHz. External temperature during flight need only be sampled every few seconds at most.

LSU 06/04/2007Electronics 717 Activity E7a Do the HuSAC ® a party game for techies... Hu man S uccessive A pproximation C onverter

LSU 06/04/2007Electronics 718 Activity Data Acquisition Using BalloonSat