Embedded Control. Week 3 (7/13/11)

Size: px
Start display at page:

Download "Embedded Control. Week 3 (7/13/11)"

Transcription

1 Embedded Control Week 3 (7/13/11)

2 Week 3 15:00 Lecture Overview of analog signals Digital-to-analog conversion Analog-to-digital conversion 16:00 Lab NXT analog IO

3 Overview of Analog Signals Continuous voltage signals Vcc Voltage may be any value between reference voltages Analog voltage signals are the output 0V signal of many types of sensors Advantages and disadvantages Advantages of analog signals High information density in signals Disadvantages of analog signals Susceptible to fluctuations in voltage (noise)

4 Digital-to-Analog Conversion (DAC) Converting discrete digital signals to continuous analog voltage signals Used to generate voltage signals to drive analog devices DC motors Audio speakers Monitors Used to generate voltage signals to compare with an input analog signal (analog-to-digital conversion) Voltage output is limited to resolution (number of states, Nres) of the DAC (e.g. n-bit resolution, 2^n states) and the reference voltage (Vref) Voltage output is a linear function of the numerical input, N V out V ref N N in res V ref N 2 in n

5 Operational Amplifier VS Overview A circuit component that amplifies a voltage signal based on a differential input (+, ) to produce an output voltage between that of the cathode and anode connections Pin connections (+) non-inverting input ( ) inverting input (Vs+) cathode connection (Vs ) anode connection (Vout) voltage output + VS+ Vout + VS+ Vout VS

6 Binary Resistor Ladder/Weighted Summing Amplifier DAC that uses a row of resistors of exponentially increasing value connected in parallel from the most-significant-bit (MSB) to the least-significantbit (LSB) to convert a binary value to a proportional voltage Circuit has one resistor per MSB BN input of a non-standard resistance; the resistors B(N 1) leading up to the MSB must be of an increasingly high tolerance B2 Circuit acts as a current divider that divides each input voltage by the corresponding resistance and adds the currents into the summing amplifier LSB B1 B0 1RΩ 2RΩ V o 2^(N 2)RΩ 2^(N 1)RΩ 2^(N)RΩ IBN R f R IB(N 1) V ref N i0 IB2 IB1 IB0 Itotal + RfΩ VS VS+ V R Vout Bi Bi VO

7 R-2R Resistor Ladder RfΩ DAC that uses a ladder configuration of resistors of either R or 2R resistance to convert a binary value to a proportional voltage signal Circuit uses two standard resistors (or pairs of standard resistors) per input; the resistors leading up to the MSB must be of an increasingly high tolerance V o R f R V ref N i0 V R Bi Bi MSB BN B(N 1) B2 B1 LSB B0 2RΩ IBN 2RΩ IB(N 1) 2RΩ IB2 2RΩ IB1 2RΩ IB0 Itotal 1RΩ 1RΩ 1RΩ 1RΩ 2RΩ + VS VS+ Vout VO

8 Digital-to-Analog Conversion - Problem A DAC with a 12-bit resolution is used to generate a voltage between 0V and 5V What is the voltage increment per bit of the DAC? What is the voltage produced if the input is 3152? What is the maximum voltage that can be produced by the DAC?

9 Digital-to-Analog Conversion - Solution A DAC with a 12-bit resolution is used to generate a voltage between 0V and 5V What is the voltage increment per bit of the DAC? 1 1 5V 5V mV What is the voltage produced if the input is 3152? V 5V V What is the maximum voltage that can be produced by the DAC? V 5V V

10 Analog-to-Digital Conversion (ADC) Converting continuous analog voltage signals to discrete digital signals Used to read output of analog devices Any sensor that returns an analog voltage as a measurement of state Numerical output is limited to resolution (number of states, Nres) of the ADC (e.g. n-bit resolution, 2^n states) and the reference voltage (Vref) Numerical output is a linear function of the voltage input, V Vin N out int Nres int 2 Vref n V V in ref

11 Method of Successive Approximation/Bisection Method ADCs use the method of successive approximation to find the numerical representation of the voltage input by generating voltages that are half of the voltage range and comparing the input voltage to the generated voltage Decrease the generated voltage by half of the current voltage range if the input voltage is less than the generated voltage; increase the generated voltage by half of the current voltage range if the input voltage is greater than or equal to the generated voltage 0 1 MSB LSB 21

12 Analog-to-Digital Conversion Problem 1 Using the method of successive approximation, find the output of the ADC and draw the steps taken to find the output MSB LSB

13 Analog-to-Digital Conversion Solution 1 Using the method of successive approximation, find the output of the ADC and draw the steps taken to find the output The input voltage (16) is greater than or equal to the generated voltage (32/2 = 16), so the generated voltage increments by (16/2 = 8) and becomes ( = 24) and the fifth bit (MSB) becomes MSB LSB

14 Analog-to-Digital Conversion Solution 1 Using the method of successive approximation, find the output of the ADC and draw the steps taken to find the output The input voltage (16) is less than the generated voltage (24), so the generated voltage decrements by (8/2 = 4) and becomes ( = 20) and the fourth bit becomes MSB 0 LSB

15 Analog-to-Digital Conversion Solution 1 Using the method of successive approximation, find the output of the ADC and draw the steps taken to find the output The input voltage (16) is less than the generated voltage (20), so the generated voltage decrements by (4/2 = 2) and becomes ( = 18) and the third bit becomes MSB 0 0 LSB

16 Analog-to-Digital Conversion Solution 1 Using the method of successive approximation, find the output of the ADC and draw the steps taken to find the output The input voltage (16) is less than the generated voltage (18), so the generated voltage decrements by (2/2 = 1) and becomes ( = 17) and the second bit becomes MSB LSB

17 Analog-to-Digital Conversion Solution 1 Using the method of successive approximation, find the output of the ADC and draw the steps taken to find the output The input voltage (16) is less than the generated voltage (17), so the first bit (MSB) bit becomes 0 and the numerical output is solved 0 1 MSB LSB 16

18 Analog-to-Digital Conversion Problem 2 An ADC has a 10-bit resolution and an input voltage range of 0V to 5V what is the voltage increment of the ADC? What is the numerical output of the ADC if the input voltage is 3.93V? What is the voltage input of the ADC if the numerical output is 775?

19 Analog-to-Digital Conversion Solution 2 An ADC has a 10-bit resolution and an input voltage range of 0V to 5V what is the voltage increment of the ADC? 1 1 5V 5V mV What is the numerical output of the ADC if the input voltage is 3.93V? V int 2 int V What is the voltage input of the ADC if the numerical output is 775? V 5V V

20 Lab NXT analog IO Building digital-to-analog converter circuits using the NXT and HiTechnic sensor expansion kit

21 Weighted Summing Amplifier 500Ω B3 B2 B1 B0 4RΩ 2RΩ 1kΩ 500Ω + VS Vout VS+ Vcc

22 R-2R Resistor Ladder 1kΩ B3 B2 B1 B0 2kΩ 2kΩ 2kΩ 2kΩ 1kΩ 1kΩ 1kΩ + VS Vout VS+ Vcc 2kΩ

P a g e 1. Introduction

P a g e 1. Introduction P a g e 1 Introduction 1. Signals in digital form are more convenient than analog form for processing and control operation. 2. Real world signals originated from temperature, pressure, flow rate, force

More information

DATA CONVERSION AND LAB (17.368) Fall Class # 07. October 16, 2008

DATA CONVERSION AND LAB (17.368) Fall Class # 07. October 16, 2008 DATA CONVERSION AND LAB (17.368) Fall 2008 Class # 07 October 16, 2008 Dohn Bowden 1 Today s Lecture Outline Course Admin Lab #3 next week Exam in two weeks 10/30/08 Detailed Technical Discussions Digital

More information

ELG3336: Converters Analog to Digital Converters (ADCs) Digital to Analog Converters (DACs)

ELG3336: Converters Analog to Digital Converters (ADCs) Digital to Analog Converters (DACs) ELG3336: Converters Analog to Digital Converters (ADCs) Digital to Analog Converters (DACs) Digital Output Dout 111 110 101 100 011 010 001 000 ΔV, V LSB V ref 8 V FSR 4 V 8 ref 7 V 8 ref Analog Input

More information

Data Conversion and Lab (17.368) Fall Lecture Outline

Data Conversion and Lab (17.368) Fall Lecture Outline Data Conversion and Lab (17.368) Fall 2013 Lecture Outline Class # 07 October 17, 2013 Dohn Bowden 1 Today s Lecture Outline Administrative Detailed Technical Discussions Digital to Analog Conversion Lab

More information

Embedded Control. Week 1 (6/29/11)

Embedded Control. Week 1 (6/29/11) Embedded Control Week 1 (6/29/11) Week 1 15:00 Lecture Circuit theory, terminology Overview of elementary circuit components Reading circuit diagrams 16:00 Lab NXT GPIO with HiTechnic sensor expansion

More information

University of Pittsburgh

University of Pittsburgh University of Pittsburgh Experiment #7 Lab Report Analog-Digital Applications Submission Date: 08/01/2018 Instructors: Dr. Ahmed Dallal Shangqian Gao Submitted By: Nick Haver & Alex Williams Station #2

More information

University of Portland EE 271 Electrical Circuits Laboratory. Experiment: Digital-to-Analog Converter

University of Portland EE 271 Electrical Circuits Laboratory. Experiment: Digital-to-Analog Converter University of Portland EE 271 Electrical Circuits Laboratory Experiment: Digital-to-Analog Converter I. Objective The objective of this experiment is to build and test a circuit that can convert a binary

More information

Analog I/O. ECE 153B Sensor & Peripheral Interface Design Winter 2016

Analog I/O. ECE 153B Sensor & Peripheral Interface Design Winter 2016 Analog I/O ECE 153B Sensor & Peripheral Interface Design Introduction Anytime we need to monitor or control analog signals with a digital system, we require analogto-digital (ADC) and digital-to-analog

More information

ELG4139: Converters Analog to Digital Converters (ADCs) Digital to Analog Converters (DACs)

ELG4139: Converters Analog to Digital Converters (ADCs) Digital to Analog Converters (DACs) ELG4139: Converters Analog to Digital Converters (ADCs) Digital to Analog Converters (DACs) Digital Output Dout 111 110 101 100 011 010 001 000 ΔV, V LSB V ref 8 V FS 4 V 8 ref 7 V 8 ref Analog Input V

More information

Operational Amplifiers (Op Amps)

Operational Amplifiers (Op Amps) Operational Amplifiers (Op Amps) Introduction * An operational amplifier is modeled as a voltage controlled voltage source. * An operational amplifier has a very high input impedance and a very high gain.

More information

Digital to Analog Converters (DAC) Adam Fleming Mark Hunkele 3/11/2005

Digital to Analog Converters (DAC) Adam Fleming Mark Hunkele 3/11/2005 Digital to Analog Converters (DAC) Adam Fleming Mark Hunkele 3/11/2005 Outline Purpose Types Performance Characteristics Applications 2 Purpose To convert digital values to analog voltages Performs inverse

More information

Data Converters. Dr.Trushit Upadhyaya EC Department, CSPIT, CHARUSAT

Data Converters. Dr.Trushit Upadhyaya EC Department, CSPIT, CHARUSAT Data Converters Dr.Trushit Upadhyaya EC Department, CSPIT, CHARUSAT Purpose To convert digital values to analog voltages V OUT Digital Value Reference Voltage Digital Value DAC Analog Voltage Analog Quantity:

More information

Last Time. P and N type semiconductors Diode internals Transistors NPN PNP

Last Time. P and N type semiconductors Diode internals Transistors NPN PNP Last Time P and N type semiconductors Diode internals Transistors NPN PNP Device of the Day... Piezo microphone Device of the Day... Transistor Recap Transistors operate as current amplifiers With the

More information

Data Acquisition: A/D & D/A Conversion

Data Acquisition: A/D & D/A Conversion Data Acquisition: A/D & D/A Conversion Mark Colton ME 363 Spring 2011 Sampling: A Review In order to store and process measured variables in a computer, the computer must sample the variables 10 Continuous

More information

University of Pennsylvania. Department of Electrical and Systems Engineering. ESE Undergraduate Laboratory. Analog to Digital Converter

University of Pennsylvania. Department of Electrical and Systems Engineering. ESE Undergraduate Laboratory. Analog to Digital Converter University of Pennsylvania Department of Electrical and Systems Engineering ESE Undergraduate Laboratory Analog to Digital Converter PURPOSE The purpose of this lab is to design and build a simple Digital-to-Analog

More information

Experiments #6. Differential Amplifier

Experiments #6. Differential Amplifier Experiments #6 Differential Amplifier 1) Objectives: To understand the DC and AC operation of a differential amplifier. To measure DC voltages and currents in differential amplifier. To obtain measured

More information

A-D and D-A Converters

A-D and D-A Converters Chapter 5 A-D and D-A Converters (No mathematical derivations) 04 Hours 08 Marks When digital devices are to be interfaced with analog devices (or vice a versa), Digital to Analog converter and Analog

More information

EEE3410 Microcontroller Applications Department of Electrical Engineering. Lecture 10. Analogue Interfacing. Vocational Training Council, Hong Kong.

EEE3410 Microcontroller Applications Department of Electrical Engineering. Lecture 10. Analogue Interfacing. Vocational Training Council, Hong Kong. Department of Electrical Engineering Lecture 10 Analogue Interfacing 1 In this Lecture. Interface 8051 with the following Input/Output Devices Transducer/Sensors Analogue-to-Digital Conversion (ADC) Digital-to-Analogue

More information

Lecture 6: Digital/Analog Techniques

Lecture 6: Digital/Analog Techniques Lecture 6: Digital/Analog Techniques The electronics signals that we ve looked at so far have been analog that means the information is continuous. A voltage of 5.3V represents different information that

More information

ANALOG TO DIGITAL (ADC) and DIGITAL TO ANALOG CONVERTERS (DAC)

ANALOG TO DIGITAL (ADC) and DIGITAL TO ANALOG CONVERTERS (DAC) COURSE / CODE DIGITAL SYSTEM FUNDAMENTALS (ECE421) DIGITAL ELECTRONICS FUNDAMENTAL (ECE422) ANALOG TO DIGITAL (ADC) and DIGITAL TO ANALOG CONVERTERS (DAC) Connecting digital circuitry to sensor devices

More information

UNIVERSITY of PENNSYLVANIA DEPARTMENT OF ELECTRICAL AND SYSTEMS ENGINEERING ESE Undergraduate Labs Electrical Circuits and Systems II Laboratory

UNIVERSITY of PENNSYLVANIA DEPARTMENT OF ELECTRICAL AND SYSTEMS ENGINEERING ESE Undergraduate Labs Electrical Circuits and Systems II Laboratory UNIVERSITY of PENNSYLVANIA DEPARTMENT OF ELECTRICAL AND SYSTEMS ENGINEERING ESE Undergraduate Labs Electrical Circuits and Systems II Laboratory Overview Analog-to-Digital (ADC) and Digital-to-Analog (DAC)

More information

Digital to Analog Converters (DAC) 15 March 2006 Doug Hinckley Lee Huynh Dooroo Kim

Digital to Analog Converters (DAC) 15 March 2006 Doug Hinckley Lee Huynh Dooroo Kim Digital to Analog Converters (DAC) 5 March 006 Doug Hinckley Lee Huynh Dooroo Kim What is a DAC? A digital to analog converter (DAC) converts a digital signal to an analog voltage or current output. 000

More information

The simplest DAC can be constructed using a number of resistors with binary weighted values. X[3:0] is the 4-bit digital value to be converter to an

The simplest DAC can be constructed using a number of resistors with binary weighted values. X[3:0] is the 4-bit digital value to be converter to an 1 Although digital technology dominates modern electronic systems, the physical world remains mostly analogue in nature. The most important components that link the analogue world to digital systems are

More information

Analog to Digital Conversion

Analog to Digital Conversion Analog to Digital Conversion Why It s Needed Embedded systems often need to measure values of physical parameters These parameters are usually continuous (analog) and not in a digital form which computers

More information

Lab Exercise 6: Digital/Analog conversion

Lab Exercise 6: Digital/Analog conversion Lab Exercise 6: Digital/Analog conversion Introduction In this lab exercise, you will study circuits for analog-to-digital and digital-to-analog conversion Preparation Before arriving at the lab, you should

More information

CHAPTER ELEVEN - Interfacing With the Analog World

CHAPTER ELEVEN - Interfacing With the Analog World CHAPTER ELEVEN - Interfacing With the Analog World 11.1 (a) Analog output = (K) x (digital input) (b) Smallest change that can occur in the analog output as a result of a change in the digital input. (c)

More information

INTEGRATED CIRCUITS. AN109 Microprocessor-compatible DACs Dec

INTEGRATED CIRCUITS. AN109 Microprocessor-compatible DACs Dec INTEGRATED CIRCUITS 1988 Dec DAC products are designed to convert a digital code to an analog signal. Since a common source of digital signals is the data bus of a microprocessor, DAC circuits that are

More information

Working with ADCs, OAs and the MSP430

Working with ADCs, OAs and the MSP430 Working with ADCs, OAs and the MSP430 Bonnie Baker HPA Senior Applications Engineer Texas Instruments 2006 Texas Instruments Inc, Slide 1 Agenda An Overview of the MSP430 Data Acquisition System SAR Converters

More information

UNIT III Data Acquisition & Microcontroller System. Mr. Manoj Rajale

UNIT III Data Acquisition & Microcontroller System. Mr. Manoj Rajale UNIT III Data Acquisition & Microcontroller System Mr. Manoj Rajale Syllabus Interfacing of Sensors / Actuators to DAQ system, Bit width, Sampling theorem, Sampling Frequency, Aliasing, Sample and hold

More information

Control System Circuits with Opamps

Control System Circuits with Opamps Control System Circuits with Opamps 27.04.2009 Purpose To introduce opamps, transistors and their usage To apply a control system with analog circuit elements. Difference Amplifier Figure 1 Basic Difference

More information

CENG4480 Lecture 04: Analog/Digital Conversions

CENG4480 Lecture 04: Analog/Digital Conversions CENG4480 Lecture 04: Analog/Digital Conversions Bei Yu byu@cse.cuhk.edu.hk (Latest update: October 3, 2018) Fall 2018 1 / 31 Overview Preliminaries Comparator Digital to Analog Conversion (DAC) Analog

More information

Advantages of Analog Representation. Varies continuously, like the property being measured. Represents continuous values. See Figure 12.

Advantages of Analog Representation. Varies continuously, like the property being measured. Represents continuous values. See Figure 12. Analog Signals Signals that vary continuously throughout a defined range. Representative of many physical quantities, such as temperature and velocity. Usually a voltage or current level. Digital Signals

More information

Outline. Analog/Digital Conversion

Outline. Analog/Digital Conversion Analog/Digital Conversion The real world is analog. Interfacing a microprocessor-based system to real-world devices often requires conversion between the microprocessor s digital representation of values

More information

SUMMER EXAMINATIONS 2014

SUMMER EXAMINATIONS 2014 SUMMER EXAMINATIONS 2014 ENG302014N MODULE TITLE LEVEL TIME ALLOWED Advanced Electromechanical System Design Six Two hours Instructions to students: Enter your student number not your name on all answer

More information

Analog to Digital Converters

Analog to Digital Converters Analog to Digital Converters By: Byron Johns, Danny Carpenter Stephanie Pohl, Harry Bo Marr http://ume.gatech.edu/mechatronics_course/fadc_f05.ppt (unless otherwise marked) Presentation Outline Introduction:

More information

Lab 4. Transistor as an amplifier, part 2

Lab 4. Transistor as an amplifier, part 2 Lab 4 Transistor as an amplifier, part 2 INTRODUCTION We continue the bi-polar transistor experiments begun in the preceding experiment. In the common emitter amplifier experiment, you will learn techniques

More information

Analog-to-Digital Converter (ADC) And Digital-to-Analog Converter (DAC)

Analog-to-Digital Converter (ADC) And Digital-to-Analog Converter (DAC) 1 Analog-to-Digital Converter (ADC) And Digital-to-Analog Converter (DAC) 2 1. DAC In an electronic circuit, a combination of high voltage (+5V) and low voltage (0V) is usually used to represent a binary

More information

The need for Data Converters

The need for Data Converters The need for Data Converters ANALOG SIGNAL (Speech, Images, Sensors, Radar, etc.) PRE-PROCESSING (Filtering and analog to digital conversion) DIGITAL PROCESSOR (Microprocessor) POST-PROCESSING (Digital

More information

Designing Information Devices and Systems I Discussion 10A

Designing Information Devices and Systems I Discussion 10A Last Updated: 2019-04-09 07:42 1 EECS 16A Spring 2019 Designing Information Devices and Systems I Discussion 10A For Reference: Circuits Cookbook, Abridged Voltage Divider Voltage Summer Unity Gain Buffer

More information

UNIVERSITY OF NORTH CAROLINA AT CHARLOTTE Department of Electrical and Computer Engineering

UNIVERSITY OF NORTH CAROLINA AT CHARLOTTE Department of Electrical and Computer Engineering UNIVERSITY OF NORTH CAROLINA AT CHARLOTTE Department of Electrical and Computer Engineering EXPERIMENT 10 ANALOG-TO-DIGITAL AND DIGITAL-TO-ANALOG CONVERSION OBJECTIVES The purpose of this experiment is

More information

Introduction to Operational Amplifiers

Introduction to Operational Amplifiers P. R. Nelson ECE 322 Fall 2012 p. 1/50 Introduction to Operational Amplifiers Phyllis R. Nelson prnelson@csupomona.edu Professor, Department of Electrical and Computer Engineering California State Polytechnic

More information

DASL 120 Introduction to Microcontrollers

DASL 120 Introduction to Microcontrollers DASL 120 Introduction to Microcontrollers Lecture 2 Introduction to 8-bit Microcontrollers Introduction to 8-bit Microcontrollers Introduction to 8-bit Microcontrollers Introduction to Atmel Atmega328

More information

AD8218 REVISION HISTORY

AD8218 REVISION HISTORY Zero Drift, Bidirectional Current Shunt Monitor FEATURES High common-mode voltage range 4 V to 8 V operating.3 V to 85 V survival Buffered output voltage Gain = 2 V/V Wide operating temperature range:

More information

L9: Analog Building Blocks (OpAmps,, A/D, D/A)

L9: Analog Building Blocks (OpAmps,, A/D, D/A) L9: Analog Building Blocks (OpAmps,, A/D, D/A) Acknowledgement: Dave Wentzloff Introduction to Operational Amplifiers DC Model Typically very high input resistance ~ 300KΩ v id in a v id out High DC gain

More information

Hello, and welcome to the TI Precision Labs video series discussing comparator applications. The comparator s job is to compare two analog input

Hello, and welcome to the TI Precision Labs video series discussing comparator applications. The comparator s job is to compare two analog input Hello, and welcome to the TI Precision Labs video series discussing comparator applications. The comparator s job is to compare two analog input signals and produce a digital or logic level output based

More information

Chapter 5: Signal conversion

Chapter 5: Signal conversion Chapter 5: Signal conversion Learning Objectives: At the end of this topic you will be able to: explain the need for signal conversion between analogue and digital form in communications and microprocessors

More information

PART 1: DESCRIPTION OF THE DIGITAL CONTROL SYSTEM

PART 1: DESCRIPTION OF THE DIGITAL CONTROL SYSTEM ELECTRICAL ENGINEERING TECHNOLOGY PROGRAM EET 433 CONTROL SYSTEMS ANALYSIS AND DESIGN LABORATORY EXPERIENCES INTRODUCTION TO DIGITAL CONTROL PART 1: DESCRIPTION OF THE DIGITAL CONTROL SYSTEM 1. INTRODUCTION

More information

DSP Project. Reminder: Project proposal is due Friday, October 19, 2012 by 5pm in my office (Small 239).

DSP Project. Reminder: Project proposal is due Friday, October 19, 2012 by 5pm in my office (Small 239). DSP Project eminder: Project proposal is due Friday, October 19, 2012 by 5pm in my office (Small 239). Budget: $150 for project. Free parts: Surplus parts from previous year s project are available on

More information

L10: Analog Building Blocks (OpAmps,, A/D, D/A)

L10: Analog Building Blocks (OpAmps,, A/D, D/A) L10: Analog Building Blocks (OpAmps,, A/D, D/A) Acknowledgement: Materials in this lecture are courtesy of the following sources and are used with permission. Dave Wentzloff 1 Introduction to Operational

More information

MEDIUM SPEED ANALOG-DIGITAL CONVERTERS

MEDIUM SPEED ANALOG-DIGITAL CONVERTERS CMOS Analog IC Design Page 10.7-1 10.7 - MEDIUM SPEED ANALOG-DIGITAL CONVERTERS INTRODUCTION Successive Approximation Algorithm: 1.) Start with the MSB bit and work toward the LSB bit. 2.) Guess the MSB

More information

Microprocessor based process control

Microprocessor based process control Microprocessor based process control Presented by Dr. Walid Ghoneim Lecture on: Op Amps and Their Applications in Signal Conditioning References: Op Amps for Everyone, MANCINI, R. (2002). The Forrest Mims

More information

High Precision 10 V IC Reference AD581

High Precision 10 V IC Reference AD581 High Precision 0 V IC Reference FEATURES Laser trimmed to high accuracy 0.000 V ±5 mv (L and U models) Trimmed temperature coefficient 5 ppm/ C maximum, 0 C to 70 C (L model) 0 ppm/ C maximum, 55 C to

More information

Lecture 7: Analog Signals and Conversion

Lecture 7: Analog Signals and Conversion ECE342 Introduction to Embedded Systems Lecture 7: Analog Signals and Conversion Ying Tang Electrical and Computer Engineering Rowan University 1 Analog Signals Everywhere Everything is an analogy in the

More information

Module 13: Interfacing ADC. Introduction ADC Programming DAC Programming Sensor Interfacing

Module 13: Interfacing ADC. Introduction ADC Programming DAC Programming Sensor Interfacing Module 13: Interfacing ADC Introduction ADC Programming DAC Programming Sensor Interfacing Introduction ADC Devices o Analog-to-digital converters (ADC) are among the most widely used devices for data

More information

Chapter 2 Signal Conditioning, Propagation, and Conversion

Chapter 2 Signal Conditioning, Propagation, and Conversion 09/0 PHY 4330 Instrumentation I Chapter Signal Conditioning, Propagation, and Conversion. Amplification (Review of Op-amps) Reference: D. A. Bell, Operational Amplifiers Applications, Troubleshooting,

More information

sch-remote.com EVOR04 Application note: Measure power

sch-remote.com EVOR04 Application note: Measure power sch-remote.com EVOR04 Application note: Measure power Overview In many audio applications is need to measure the true output power of amplifier, independently of load characteristics. Also opposite case

More information

Data Converters. Lecture Fall2013 Page 1

Data Converters. Lecture Fall2013 Page 1 Data Converters Lecture Fall2013 Page 1 Lecture Fall2013 Page 2 Representing Real Numbers Limited # of Bits Many physically-based values are best represented with realnumbers as opposed to a discrete number

More information

Chapter 3 Novel Digital-to-Analog Converter with Gamma Correction for On-Panel Data Driver

Chapter 3 Novel Digital-to-Analog Converter with Gamma Correction for On-Panel Data Driver Chapter 3 Novel Digital-to-Analog Converter with Gamma Correction for On-Panel Data Driver 3.1 INTRODUCTION As last chapter description, we know that there is a nonlinearity relationship between luminance

More information

Basic Operational Amplifier Circuits

Basic Operational Amplifier Circuits Basic Operational Amplifier Circuits Comparators A comparator is a specialized nonlinear op-amp circuit that compares two input voltages and produces an output state that indicates which one is greater.

More information

L10: Analog Building Blocks (OpAmps,, A/D, D/A)

L10: Analog Building Blocks (OpAmps,, A/D, D/A) L10: Analog Building Blocks (OpAmps,, A/D, D/A) Acknowledgement: Dave Wentzloff 1 Introduction to Operational Amplifiers DC Model Typically very high input resistance ~ 300KΩ v id in a v id out v out High

More information

or Op Amps for short

or Op Amps for short or Op Amps for short Objective of Lecture Describe how an ideal operational amplifier (op amp) behaves. Chapter 14.1 Electrical Engineering: Principles and Applications Chapter 5.1-5.3 Fundamentals of

More information

Analog to Digital Conversion

Analog to Digital Conversion Analog to Digital Conversion 02534567998 6 4 2 3 4 5 6 ANALOG to DIGITAL CONVERSION Analog variation (Continuous, smooth variation) Digitized Variation (Discrete set of points) N2 N1 Digitization applied

More information

Analogue to Digital Conversion

Analogue to Digital Conversion Analogue to Digital Conversion Turns electrical input (voltage/current) into numeric value Parameters and requirements Resolution the granularity of the digital values Integral NonLinearity proportionality

More information

EEE312: Electrical measurement & instrumentation

EEE312: Electrical measurement & instrumentation University of Turkish Aeronautical Association Faculty of Engineering EEE department EEE312: Electrical measurement & instrumentation Digital Electronic meters BY Ankara March 2017 1 Introduction The digital

More information

EE 421L Digital Electronics Laboratory. Laboratory Exercise #9 ADC and DAC

EE 421L Digital Electronics Laboratory. Laboratory Exercise #9 ADC and DAC EE 421L Digital Electronics Laboratory Laboratory Exercise #9 ADC and DAC Department of Electrical and Computer Engineering University of Nevada, at Las Vegas Objective: The purpose of this laboratory

More information

Input Drive Circuitry for SAR ADCs. Section 8

Input Drive Circuitry for SAR ADCs. Section 8 for SAR ADCs Section 8 SAR ADCs in particular have input stages that have a very dynamic behavior. Designing circuitry to drive these loads is an interesting challenge. We ve been looking at this for some

More information

Question Paper Code: 21398

Question Paper Code: 21398 Reg. No. : Question Paper Code: 21398 B.E./B.Tech. DEGREE EXAMINATION, MAY/JUNE 2013 Fourth Semester Electrical and Electronics Engineering EE2254 LINEAR INTEGRATED CIRCUITS AND APPLICATIONS (Regulation

More information

EECS 373 Design of Microprocessor-Based Systems

EECS 373 Design of Microprocessor-Based Systems EECS 373 Design of Microprocessor-Based Systems Prabal Dutta University of Michigan Lecture 11: Sampling, ADCs, and DACs Oct 7, 2014 Some slides adapted from Mark Brehob, Jonathan Hui & Steve Reinhardt

More information

EECS 373 Design of Microprocessor-Based Systems

EECS 373 Design of Microprocessor-Based Systems EECS 373 Design of Microprocessor-Based Systems Ronald Dreslinski University of Michigan Sampling, ADCs, and DACs and more Some slides adapted from Mark Brehob, Prabal Dutta, Jonathan Hui & Steve Reinhardt

More information

Data Conversion and Lab Lab 4 Fall Digital to Analog Conversions

Data Conversion and Lab Lab 4 Fall Digital to Analog Conversions Digital to Analog Conversions Objective o o o o o To construct and operate a binary-weighted DAC To construct and operate a Digital to Analog Converters Testing the ADC and DAC With DC Input Testing the

More information

Lab 2 Operational Amplifier

Lab 2 Operational Amplifier Lab 2 Operational Amplifier Last Name: First Name: Student Number: Lab Section: Monday Tuesday Wednesday Thursday Friday TA Signature: Note: The Pre-Lab section must be completed prior to the lab session.

More information

Testing Integral and Differential Non-Linearity of ADC Using Servo Loop Solution

Testing Integral and Differential Non-Linearity of ADC Using Servo Loop Solution Testing Integral and Differential Non-Linearity of ADC Using Servo Loop Solution Jin-Soo Ko Teradyne 2007. 6. 29. 1 Overview Solution for INL/DNL testing of high-resolution Analog-to- Digital converter

More information

IXYS IXI848A. High-Side Current Monitor. General Description. Features: Applications: Ordering Information. General Application Circuit

IXYS IXI848A. High-Side Current Monitor. General Description. Features: Applications: Ordering Information. General Application Circuit High-Side Current Monitor Features: High-Side Current Sense Amplifier 2.7V to 60V Input Range 0.7 Typical Full Scale Accuracy Scalable Output Voltage SOIC Package Applications: Power Management Systems

More information

The University of Texas at Arlington Lecture 10 ADC and DAC

The University of Texas at Arlington Lecture 10 ADC and DAC The University of Texas at Arlington Lecture 10 ADC and DAC CSE 3442/5442 Measuring Physical Quantities (Digital) computers use discrete values, and use these to emulate continuous values if needed. In

More information

Data Conversion and Lab Lab 1 Fall Operational Amplifiers

Data Conversion and Lab Lab 1 Fall Operational Amplifiers Operational Amplifiers Lab Report Objectives Materials See separate report form located on the course webpage. This form should be completed during the performance of this lab. 1) To construct and operate

More information

DIGITAL TO ANALOG CONVERTER (DAC)

DIGITAL TO ANALOG CONVERTER (DAC) PH315 DIGITAL TO ANALOG CONVETE (DAC) Portland State University 1. PUPOSE: Construction of digitaltoanalogue converters using different techniques, namely the scaled resistors into summing junction, and

More information

Chapter 7. Introduction. Analog Signal and Discrete Time Series. Sampling, Digital Devices, and Data Acquisition

Chapter 7. Introduction. Analog Signal and Discrete Time Series. Sampling, Digital Devices, and Data Acquisition Chapter 7 Sampling, Digital Devices, and Data Acquisition Material from Theory and Design for Mechanical Measurements; Figliola, Third Edition Introduction Integrating analog electrical transducers with

More information

PHYSICS 330 LAB Operational Amplifier Frequency Response

PHYSICS 330 LAB Operational Amplifier Frequency Response PHYSICS 330 LAB Operational Amplifier Frequency Response Objectives: To measure and plot the frequency response of an operational amplifier circuit. History: Operational amplifiers are among the most widely

More information

Introduction to Analog Interfacing. ECE/CS 5780/6780: Embedded System Design. Various Op Amps. Ideal Op Amps

Introduction to Analog Interfacing. ECE/CS 5780/6780: Embedded System Design. Various Op Amps. Ideal Op Amps Introduction to Analog Interfacing ECE/CS 5780/6780: Embedded System Design Scott R. Little Lecture 19: Operational Amplifiers Most embedded systems include components that measure and/or control real-world

More information

Analog to Digital Conversion

Analog to Digital Conversion Analog to Digital Conversion The MSP in the name of our microcontroller MSP430G2554 is abbreviation for Mixed Signal Processor. This means that our microcontroller can be used to handle both analog and

More information

VALLIAMMAI ENGINEERING COLLEGE SRM Nagar, Kattankulathur 603 203. DEPARTMENT OF ELECTRONICS & COMMUNICATION ENGINEERING QUESTION BANK SUBJECT : EC6404 LINEAR INTEGRATED CIRCUITS SEM / YEAR: IV / II year

More information

High-Speed Analog to Digital Converters. ELCT 1003:High Speed ADCs

High-Speed Analog to Digital Converters. ELCT 1003:High Speed ADCs High-Speed Analog to Digital Converters Ann Kotkat Barbara Georgy Mahmoud Tantawi Ayman Sakr Heidi El-Feky Nourane Gamal 1 Outline Introduction. Process of ADC. ADC Specifications. Flash ADC. Pipelined

More information

Real Time Embedded Systems. Lecture 1 January 17, 2012

Real Time Embedded Systems.  Lecture 1 January 17, 2012 Analog Real Time Embedded Systems www.atomicrhubarb.com/embedded Lecture 1 January 17, 2012 Topic Section Topic Where in the books Catsoulis chapter/page Simon chapter/page Zilog UM197 (ZNEO Z16F Series

More information

Lab 2: Discrete BJT Op-Amps (Part I)

Lab 2: Discrete BJT Op-Amps (Part I) Lab 2: Discrete BJT Op-Amps (Part I) This is a three-week laboratory. You are required to write only one lab report for all parts of this experiment. 1.0. INTRODUCTION In this lab, we will introduce and

More information

CENG4480 Lecture 02: Operational Amplifier 1

CENG4480 Lecture 02: Operational Amplifier 1 CENG4480 Lecture 02: Operational Amplifier 1 Bei Yu 2016 Fall byu@cse.cuhk.edu.hk 1 / 33 Overview Introduction Op-Amp Preliminaries Op-Amp List 2 / 33 Overview Introduction Op-Amp Preliminaries Op-Amp

More information

Linear Integrated Circuits

Linear Integrated Circuits Linear Integrated Circuits Single Slope ADC Comparator checks input voltage with integrated reference voltage, V REF At the same time the number of clock cycles is being counted. When the integrator output

More information

Quad Ground Sense Operational Amplifier. The CO324 is monolithic IC with four built-in operational amplifiers featuring internal phase compensation.

Quad Ground Sense Operational Amplifier. The CO324 is monolithic IC with four built-in operational amplifiers featuring internal phase compensation. The CO4 is monolithic IC with four built-in operational amplifiers featuring internal phase compensation. Either a dual or single power supply can be driven, and these products can be driven by a digital

More information

NJM2823. Precision Micropower Shunt Voltage Reference

NJM2823. Precision Micropower Shunt Voltage Reference Precision Micropower Shunt Voltage Reference GENERAL DESCRIPTION NJM2823 is a precision and low quiescent current shunt voltage reference. Reference voltage form bandgap circuit has guaranteed the high

More information

OP5340-1/OP USER GUIDE

OP5340-1/OP USER GUIDE OP5340-1/OP5340-2 USER GUIDE Analog to Digital Converter Module www.opal-rt.com Published by OPAL-RT Technologies, Inc. 1751 Richardson, suite 2525 Montréal (Québec) Canada H3K 1G6 www.opal-rt.com 2014

More information

Operational amplifiers

Operational amplifiers Operational amplifiers Bởi: Sy Hien Dinh INTRODUCTION Having learned the basic laws and theorems for circuit analysis, we are now ready to study an active circuit element of paramount importance: the operational

More information

Analytical Chemistry II

Analytical Chemistry II Analytical Chemistry II L3: Signal processing (selected slides) Semiconductor devices Apart from resistors and capacitors, electronic circuits often contain nonlinear devices: transistors and diodes. The

More information

12 Bit 1 GS/s Return-to-Zero DAC Evaluation Board

12 Bit 1 GS/s Return-to-Zero DAC Evaluation Board EVRDA012RZ 12 Bit 1 GS/s Return-to-Zero DAC Evaluation Board Features 2 mating board options for input: UHD or SMA On-Board Balun Conveniently Converts High-Speed Clock Input to Differential Clock Fully

More information

Low Cost 10-Bit Monolithic D/A Converter AD561

Low Cost 10-Bit Monolithic D/A Converter AD561 a FEATURES Complete Current Output Converter High Stability Buried Zener Reference Laser Trimmed to High Accuracy (1/4 LSB Max Error, AD561K, T) Trimmed Output Application Resistors for 0 V to +10 V, 5

More information

Fundamentals of Data Converters. DAVID KRESS Director of Technical Marketing

Fundamentals of Data Converters. DAVID KRESS Director of Technical Marketing Fundamentals of Data Converters DAVID KRESS Director of Technical Marketing 9/14/2016 Analog to Electronic Signal Processing Sensor (INPUT) Amp Converter Digital Processor Actuator (OUTPUT) Amp Converter

More information

CENG4480 Embedded System Development and Applications The Chinese University of Hong Kong Laboratory 1: Op Amp (I)

CENG4480 Embedded System Development and Applications The Chinese University of Hong Kong Laboratory 1: Op Amp (I) CENG4480 Embedded System Development and Applications The Chinese University of Hong Kong Laboratory 1: Op Amp (I) Student ID: 2018 Fall 1 Introduction This lab session introduces some very basic concepts

More information

AT431 Adjustable Precision Shunt Regulators

AT431 Adjustable Precision Shunt Regulators FEATURES DESCRIPTION Programmable Output Voltage to 40V Voltage Reference Tolerance 1.0% for B Series and 0.5% for A Series Low Dynamic Output Impedance 0.22Ω Sink Current Capability of 0.1mA to 100mA

More information

Differential Amplifier : input. resistance. Differential amplifiers are widely used in engineering instrumentation

Differential Amplifier : input. resistance. Differential amplifiers are widely used in engineering instrumentation Differential Amplifier : input resistance Differential amplifiers are widely used in engineering instrumentation Differential Amplifier : input resistance v 2 v 1 ir 1 ir 1 2iR 1 R in v 2 i v 1 2R 1 Differential

More information

ANALOG TO DIGITAL CONVERTER ANALOG INPUT

ANALOG TO DIGITAL CONVERTER ANALOG INPUT ANALOG INPUT Analog input involves sensing an electrical signal from some source external to the computer. This signal is generated as a result of some changing physical phenomenon such as air pressure,

More information

High Voltage, Bidirectional Current Shunt Monitor AD8210

High Voltage, Bidirectional Current Shunt Monitor AD8210 High Voltage, Bidirectional Current Shunt Monitor FEATURES ±4 V HBM ESD High common-mode voltage range 2 V to +65 V operating 5 V to +68 V survival Buffered output voltage 5 ma output drive capability

More information

LINEAR IC APPLICATIONS

LINEAR IC APPLICATIONS 1 B.Tech III Year I Semester (R09) Regular & Supplementary Examinations December/January 2013/14 1 (a) Why is R e in an emitter-coupled differential amplifier replaced by a constant current source? (b)

More information