Lecture 10: Amplifiers and Comparators Today, we will Learn how to design op-amp circuits to perform a task  Piece together basic op-amp circuits and.

Slides:



Advertisements
Similar presentations
Analog-to-Digital Converter (ADC) And
Advertisements

Data Acquisition ET 228 Chapter
Digital to Analogue Conversion
Lecture 5 Source Transformation Thevenin Equivalent Circuit
Binary Systems1 DIGITAL LOGIC DESIGN by Dr. Fenghui Yao Tennessee State University Department of Computer Science Nashville, TN.
PHY 201 (Blum) 1 Adders, Digital to Analog Conversion Ch. 8 in Digital Principles (Tokheim)
4-Integrating Peripherals in Embedded Systems (cont.)
Data Acquisition Concepts Data Translation, Inc. Basics of Data Acquisition.
5/4/2006BAE Analog to Digital (A/D) Conversion An overview of A/D techniques.
Presented by- Md. Bashir Uddin Roll: Dept. of BME KUET, Khulna-9203.
Mark Neil - Microprocessor Course 1 Digital to Analog Converters.
10/23/2003ME DAC Lecture1 DAC Sunij Chacko Pierre Emmanuel Deliou Thomas Holst Used with modification.
A/D Conversion and Interfacing Physics 270. Voltmeters.
Interfacing Analog and Digital Circuits
EET260: A/D and D/A converters
EECS 40 Spring 2003 Lecture 9S. Ross and W. G. OldhamCopyright Regents of the University of California DIFFERENTIAL AMPLIFIER +  A V+V+ VV V0V0 Differential.
Basic Electricity and Electronics Mr. McClean Concepts of Engineering and Technology Copyright © Texas Education Agency, All rights reserved.
JF 12/04111 BSC Data Acquisition and Control Data Representation Computers use base 2, instead of base 10: Internally, information is represented by binary.
Week 6aEECS40, Spring 2005 Week 6a OUTLINE Op-Amp circuits continued: examples Inverting amplifier circuit Summing amplifier circuit Non-inverting amplifier.
Level ISA3: Information Representation
10/11/2004EE 42 fall 2004 lecture 181 Lecture #18 Summary of ideal devices, amplifier examples Reminder: MIDTERM coming up one week from today (Monday.
Announcements Tuesday’s Lecture next week is cancelled –October 18 th Assignment 4 is active, due in my mailbox by 5pm Friday (October 14 th ) Mid-term.
Lecture 9: Operational Amplifiers
EECS 40 Fall 2002 Lecture 12S. Ross and W. G. OldhamCopyright Regents of the University of California DIFFERENTIAL AMPLIFIER +  A V+V+ VV V0V0 Differential.
1 Digital to Analog Converter Nov. 1, 2005 Fabian Goericke, Keunhan Park, Geoffrey Williams.
Digital to Analog Converters
Digital to Analog Converters
10/13/2004EE 42 fall 2004 lecture 191 Lecture #19 amplifier examples: comparators, op amps. Reminder: MIDTERM coming up one week from today (Monday October.
Fall 2004EE 3563 Digital Systems Design Audio Basics  Analog to Digital Conversion  Sampling Rate  Quantization  Aliasing  Digital to Analog Conversion.
(2.1) Fundamentals  Terms for magnitudes – logarithms and logarithmic graphs  Digital representations – Binary numbers – Text – Analog information 
Copyright © Cengage Learning. All rights reserved. CHAPTER 2 THE LOGIC OF COMPOUND STATEMENTS THE LOGIC OF COMPOUND STATEMENTS.
Engineering Lecture1: Logic Circuits & Concepts about basic Electrical Engineering Devices by Christin Sander.
How many computers do you have?. All digital electronics use computers. Computer CD & DVD players IPod Cell phone HDTV Digital cameras.
1 4-Integrating Peripherals in Embedded Systems (cont.)
IT253: Computer Organization
CHAPTER 11 Op-Amp Applications. Objectives Describe and Analyze: Audio mixers Integrators Differentiators Peak detectors Comparators Other applications.
Digital to Analog Converters (DAC) 15 March 2006 Doug Hinckley Lee Huynh Dooroo Kim.
Digitization When data acquisition hardware receives an analog signal it converts it to a voltage. An A/D (analog-to-digital) converter then digitizes.
Number Representation
Electronics (F.5 & C.3) Mr. Jean April 16 th, 2014.
Digital to Analog Converter (DAC)
Mark Neil - Microprocessor Course 1 Digital to Analog Converters.
Digital-to-Analog Analog-to-Digital Week 10. Data Handling Systems  Both data about the physical world and control signals sent to interact with the.
Basic Op-Amp Circuits Application: D/A Conversion.
Concepts of Engineering and Technology Copyright © Texas Education Agency, All rights reserved. 1.
Lecture #25: Electric Circuits Continued AP Physics B.
5-2-3 Analogue to Digital Converters (ADC). Analogue to Digital Conversion The process is now the opposite of that studied in Topic Now we wish.
EKT 314/4 WEEK 9 : CHAPTER 4 DATA ACQUISITION AND CONVERSION ELECTRONIC INSTRUMENTATION.
Digital-to-Analog Analog-to-Digital
Task 2: Define digital and analogue signals
Lecture Notes / PPT UNIT III
Residential Audio & Video Systems Copyright © 2005 Heathkit Company, Inc. All Rights Reserved Presentation 15 – Digital Audio and Video.
1 Op-Amps. 2 Purpose ComparatorAmplifier An Op-Amp can be used to either compare two voltages and see which one is greater, or amplify a given voltage.
Electronics SL – Option C.3 HL – Option F.5. Operational Amplifier An amplifier is a device that takes a signal and makes its bigger. – An mp3 player.
Programmable Logic Controller
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.
Purpose of This Minilab
Digital-to-Analog Analog-to-Digital
EI205 Lecture 13 Dianguang Ma Fall 2008.
Digital Electronics Jess 2008.
Digital-to-Analog Analog-to-Digital
Data Representation Keywords Sound
Digital Control Systems Waseem Gulsher
Lecture 10: Amplifiers and Comparators
Digital to Analog Converters (DAC)
COMS 161 Introduction to Computing
Presentation transcript:

Lecture 10: Amplifiers and Comparators Today, we will Learn how to design op-amp circuits to perform a task  Piece together basic op-amp circuits and adjust resistances  D/A converter Investigate another digital application of the op-amp: the comparator  1-bit A/D converter +  V+V+ VV V0V0

Designing Op-Amp Circuits You can design a new op-amp circuit by connecting our basic op-amp circuits together and selecting resistor values. Even if there is an element (or another circuit) attached to the output of an op-amp circuit, the op-amp circuit behaves the same. Break the desired task into smaller pieces which are easily done with one op-amp circuit, then connect the circuits together.

Example Design a circuit whose output is:

Number Representation A computer represents the number “1” (logic 1) by some positive voltage; usually 3 V to 5 V. The number “0” is represented by 0 V. A number in the computer is stored in binary, or base two representation. Each binary digit (bit) is represented by a voltage at a separate point. Memory Chip V2V2 V1V1 V0V0 3-bit memory

Number Representation In the circuit below, V 0 could represent the “ones” place, V 1 the “twos” place, and V 2 the “fours” place. One can have either a 1 or a 0 in each place. So, the 3-bit memory can store numbers 0 through 7. The number in each place is represented by a voltage, 0 V for 0 and, say, 5 V for 1. Memory Chip V2V2 V1V1 V0V0 3-bit memory

Digital to Analog (D/A) Conversion The op-amp circuit that we just designed converts the digital number representation in our memory chip to an analog representation. It takes a number currently represented by three voltages with place values, and reinterprets the number so that “1” is represented by 1 V, “6” is represented by 6 V, etc. The circuit:  Divides each input voltage by 5 so each will have the value 0 V or 1 V  Multiplies by the place value that number represents  Adds up the numbers

D/A Conversion Your stereo speaker has cones in it that vibrate to make the sound. An analog voltage causes the cones to vibrate. The D/A converter helps translate digitally stored music into an analog voltage for the speakers. Digital music (CD, MP3) provides a number indicating the sound amplitude at each sample time. These numbers get translated into analog voltage by the D/A converter. The more bits used to store each sample, the more audio levels represented (better quality)

A/D Conversion, Signal Degradation Naturally, we want to be able to go in the other direction as well, and convert analog representation to digital. This is useful not only in audio and data acquisition, but within digital computation as well. As a digital signal propagates, it is degraded by natural resistance and capacitance in circuits. Pretty soon, the signal is not only 0 or 1 most of the time, but has in-between (nonsense) voltages too. Always 0 or 1Degraded Signal

Comparator The degraded signal can be “cleaned up”, transformed into a signal which is nearly always 0 or 1, using a comparator. To make a comparator, We set the high rail on the op-amp to the logic 1 voltage, and the low rail to logic 0 (0 V). We set the threshold voltage V THR to be around halfway between logic 0 and logic 1. +  V IN V0V0

Using the Rails Note that in the linear region, V O = A (V IN – V THR ). Since A is large, the amplifier will hit the top rail when V IN is just a little above V THR. It will hit the low rail when V IN is just a little lower than V THR. Only a small range of V IN will leave it in the linear region. The comparator “decides” whether V IN is logic 0 or logic 1. Slope is A V0V0 +  V IN V0V0

Example Suppose we have a comparator with:  Logic 1 voltage = 5 V  Logic 0 voltage = 0 V  Threshold voltage = 2 V  R i = ∞, R O = 0 Ω, A = 1000 For the input signal V IN (t) = 5 – e -2t V, sketch V O (t) for t between 0 and 3 seconds.

2-Bit A/D Converter (with rounding)