ADC and DAC. Reason for Signal Conversion digital AD2 DA1.

Slides:



Advertisements
Similar presentations
Analog to Digital Conversion (ADC)
Advertisements

Lecture 17: Analog to Digital Converters Lecturers: Professor John Devlin Mr Robert Ross.
Data Acquisition ET 228 Chapter
Digital to Analog and Analog to Digital Conversion
Digital Fundamentals Tenth Edition Floyd Chapter 12.
©2008 The McGraw-Hill Companies, Inc. All rights reserved. Digital Electronics Principles & Applications Seventh Edition Chapter 14 Connecting with Analog.
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.
Arnan Sipitakiat Dept. Computer Engineering, Chiang Mai Univeristy.
Mark Neil - Microprocessor Course 1 Digital to Analog Converters.
Analogue to Digital Conversion
Interfacing Analog and Digital Circuits
DIGITAL SYSTEMS TCE INTERFACING WITH ANALOG DEVICES (Week 12)
Interfacing with the Analog World Wen-Hung Liao, Ph.D.
 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.
EE174 – SJSU Lecture #4 Tan Nguyen
EET260: A/D and D/A converters
Analog-to-Digital Converters
Analogue Input/Output
Digital to Analog Converters
Computer Data Acquisition and Signal Conversion Chuck Kammin ABE 425 March 27, 2006.
Digital-to-Analog Analog-to-Digital Microprocessor Interface.
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
Analog to Digital Converters (ADC) Ben Lester, Mike Steele, Quinn Morrison.
Digital Electronics and Computer Interfacing
Digital to Analog Converters (DAC) 15 March 2006 Doug Hinckley Lee Huynh Dooroo Kim.
Lab IV Lecture 1 Course Overview Introduce Step 1 Course Web Page:
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.
CHAPTER 19 Data Conversion. Objectives Describe and Analyze: Analog vs. Digital Signals Resolution Digital-to-Analog Conversion Analog-to Digital Conversion.
The Silicon Laboratories C8051F020
Digital Electronics and Computer Interfacing Tim Mewes 5. Computer Interfacing – DAQ cards.
Digital Voltmeter (DVM)
Analog to Digital Converters
Analog/Digital Conversion
Comparators, DAC, and ADC
Low Power, High-Throughput AD Converters
Figure Analog-to-digital conversion.. Figure The DAC output is a staircase approximation to the original signal. Filtering removes the sharp.
Embedded Systems Design 1 Lecture Set C Interfacing the MCS-51 to: –D/A Converter –A/D Converter.
Low Power, High-Throughput AD Converters
Spencer/Ghausi, Introduction to Electronic Circuit Design, 1e, ©2003, Pearson Education, Inc. Chapter 13, slide 1 Introduction to Electronic Circuit Design.
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.
Basic Op-Amp Circuits Application: D/A Conversion.
ELECTRONIC DEVICES BASIC OP-AMP CIRCUIT MOHD AIDIL IDHAM BIN DAUD AZFAR ASYRAFIE BIN AHMAD
ECE 101 Exploring Electrical Engineering Chapter 7 Data Acquisition Herbert G. Mayer, PSU Status 11/30/2015 Derived with permission from PSU Prof. Phillip.
Sill Torres: Pipelined SAR Pipelined SAR with Comparator-Based Switch-Capacitor Residue Amplification Pedro Henrique Köhler Marra Pinto and Frank Sill.
EKT 314/4 WEEK 9 : CHAPTER 4 DATA ACQUISITION AND CONVERSION ELECTRONIC INSTRUMENTATION.
Low Power, High-Throughput AD Converters
Lecture Notes / PPT UNIT III
Analog-Digital Conversion. Other types of ADC i. Dual Slope ADCs use a capacitor connected to a reference voltage. the capacitor voltage starts at zero.
Analog-Digital Conversion. Analog outputs from sensors and analog front- ends (analog signal conditioning) have to be converted into digital signals.
Networked Embedded Systems Sachin Katti & Pengyu Zhang EE107 Spring 2016 Lecture 13 Interfacing with the Analog World.
Digital to analog converter [DAC]
Digital-to-Analog Analog-to-Digital
What is a DAC? A digital to analog converter (DAC) converts a digital signal to an analog voltage or current output DAC.
SAR ADC Tao Chen.
Analog-Digital Conversion
Digital-to-Analog Analog-to-Digital
EI205 Lecture 13 Dianguang Ma Fall 2008.
Pedro Henrique Köhler Marra Pinto and Frank Sill Torres
Principles & Applications
Created by Luis Chioye Presented by Cynthia Sosa
Simple ADC structures.
Simple ADC structures.
Lesson 8: Analog Signal Conversion
Digital Control Systems Waseem Gulsher
PIC18F458 Analog-to-Digital
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:

ADC and DAC

Reason for Signal Conversion digital AD2 DA1

Topics Analog to Digital Conversion Digital to Analog Conversion

Analog to Digital Conversion

Digilent’s PMODAD2

Schematic of PMOD AD2 PMODAD2 uses AD7991 from Analog Devices

Successive Approximation ADC 1.The analog input voltage (VIN) is held on a track/hold. 2.The N-bit register is first set to midscale (that is, , where the MSB is set to 1). This forces the DAC output (VDAC) to be VREF/2. A comparison is then performed to determine if VIN is less than, or greater than, VDAC. If VIN is greater than VDAC, the comparator output is a logic high, or 1, and the MSB of the N-bit register remains at 1. Conversely, if VIN is less than VDAC, the comparator output is a logic low.

Successive Approximation ADC 3. The SAR control logic then moves to the next bit down, forces that bit high, and does another comparison. The sequence continues all the way down to the LSB. 4. Once this is done, the conversion is complete and the N-bit digital word is available in the register.

Graphical Illustration The y-axis (and the bold line in the figure) represents the DAC output voltage. In the example, the first comparison shows that V IN < V DAC. Thus, bit 3 is set to 0. The DAC is then set to and the second comparison is performed. As V IN > V DAC, bit 2 remains at 1. The DAC is then set to , and the third comparison is performed. Bit 1 is set to 0, and the DAC is then set to for the final comparison. Finally, bit 0 remains at 1 because V IN > V DAC.

Analog to Digital Conversion Using a Capacitive DAC

During Acquisition Stage

Signal Conversion (1) (-Vin)

Signal Conversion (2) (-Vin+V REF /2) The comparator output yields a logic 1 if VCOMMON ½ × VREF). The comparator output yields logic 0 if VIN < ½ × VREF. If the comparator output is logic 1, then the bottom plate of the MSB capacitor stays connected to VREF. Otherwise, the bottom plate of the MSB capacitor is connected back to ground.

Signal Conversion (3) (-Vin+V REF /2) This slide assumes that MSB is a 1. In general, V COMMON = -V IN + B N-1 × V REF /2 + B N-2 × V REF /4 + B N-1 × V REF / B0 × V REF /2 N-1

Digielent’s DA1

Current Steering DAC

Current Steering DAC (2)

Current Steering DAC (3)

R2R 3-Bit Digital to Analog Converter 741 Op-Amp Chapter 5