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

Size: px
Start display at page:

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

Transcription

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

2 Device of the Day...

3 Piezo microphone Device of the Day...

4 Transistor Recap Transistors operate as current amplifiers With the right configuration of resistors, we can use them as voltage amplifiers We can also use them as switches But: accurate amplification can be hard: different transistors (even of the same type) can have different gain properties

5 Continuing Today Operational Amplifiers Digital to Analog Conversion Analog to Digital Conversion

6 Operational Amplifiers These devices are composed of multiple transistors and other components Performs voltage amplification Uses external feedback to control its functions

7 Operational Amplifiers Differential amplification Voltage at output is proportional to difference between voltage at inputs Very high gain: A 100,000

8 Operational Amplifiers Under what conditions would we want to amplify the difference between two signals? Transmitting an analog signal over a large distance as a differential pair is less susceptible to noise. Any E/M interference will affect the two lines in the same way. So: the difference in voltage will not change

9 Ideal Op Amp Infinite input impedance Zero output impedance (open loop) Infinite open loop voltage gain V out = 0 when both inputs are at same voltage Output can change instantaneously (infinite bandwidth)

10 Feedback V out equals V in What happened to Gain?

11 Operational Amplifiers Positive valued feedback If we want gain, we fool the negative input into thinking the output is smaller than it actually is Voltage divider Vin = Vout * R1/(R1 + R2) Gain = (R1 + R2)/R1

12 Operational Amplifiers Negative valued feedback Same current flows across both resistors V R2 is three times V R1 Gain = (R2/R1) Can connect (sum) multiple inputs

13 Operational Amplifiers VU meter Piezo microphone ic.com/appnotes.cfm/appnote_number/1127

14 Things to Think About Supply voltages typically +15V and 15V Basic cautions Inputs to an op amp must stay within a certain voltage range (typically less than fully supply range) Difference between voltages at input also have a limited range (sometimes as little at 5V) Feedback must be negative (don't mix up the inverting and non inverting inputs)

15 Digital to Analog Conversion with PWM Encode some digital value in terms of a voltage Drive a line with a PWM signal and filter with an R C circuit Output voltage proportional to average input frequency What are the difficulties with this implementation?

16 Digital to Analog Conversion with PWM We designed our R C circuit assuming that there was an insignificant amount of current being drawn by the output side This means that the filtering properties will change as a function of current draw How do we fix this?

17 Digital to Analog Conversion with PWM Design the circuit such that only a small amount of current will flow Use an OP Amp to amplify this signal: What are the drawbacks to this approach?

18 Digital to Analog Conversion with PWM Drawbacks: The analog signal that we produce might not be smooth enough The R C filtering effectively imposes a delay on the input signal (on the order of the time constant)

19 Digital to Analog Conversion: with Resistor Networks Use data pins to scale voltage divider R = 10k

20 Digital to Analog Conversion: with Resistor Networks Drawbacks: Requires N I/O ports Only have N bits of resolution

21 Analog to Digital Conversion (ADC) The process of extracting a digital representation of an input voltage Many different techniques Commercial ADC modules available Following explanations serve as a guideline when choosing type of module for individual applications

22 ADC Implementation Successive approximation ADC Try various output codes and feed them into a DAC Compare the result with the analog input as a binary search Relatively accurate and fast

23 ADC Implementation Integrating ADC Use a capacitor to keep track of the ratio of an input signal level to a reference The input signal is integrated (averaged) A counter stops when the the integrated signal matches the reference (comparator) The count is proportional to the input level After the cycle the counter is reset and the capacitor is discharged Are much slower than Successive Approximation

24 ADC Implementation Flash ADC Also known as parallel encoding Encoder generates an output corresponding to highest comparator activated by the input voltage Fastest method of A/D

25 ADC With the PICs The 687s and the 819s include an ADC module with multiplexed inputs Code example Main(){ int value0; setup_port_a(all_analog); setup_adc(adc_clock_internal); } set_adc_channel(0); value0 = Read_ADC(); printf( %u \r\n, value0);

26 Next Time Lecture Thursday: Sensor Networks Additional Reading from the Wiki: Querying the Physical World Bonnet, P., Gehrke, J., and Seshadri, P., (2000) IEEE Personal Communications, Vol. 7, No. 5, October, pages Special Issue on Smart Spaces and Environments Wearable Computers as Packet Transport Mechanisms in Highly Partitioned Ad Hoc Networks, J. Davis, A. Fagg, and B. Levine (2001), Proceedings of the Fifth International Symposium on Wearable Computers (ISWC'01) Milestone 5 due Monday

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

Embedded Control. Week 3 (7/13/11) Embedded Control Week 3 (7/13/11) Week 3 15:00 Lecture Overview of analog signals Digital-to-analog conversion Analog-to-digital conversion 16:00 Lab NXT analog IO Overview of Analog Signals Continuous

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

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

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

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

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

Discrete Op-Amp Kit MitchElectronics 2019

Discrete Op-Amp Kit MitchElectronics 2019 Discrete Op-Amp Kit MitchElectronics 2019 www.mitchelectronics.co.uk CONTENTS Introduction 3 Schematic 4 How It Works 5 Materials 9 Construction 10 Important Information 11 Page 2 INTRODUCTION Even if

More information

IFB270 Advanced Electronic Circuits

IFB270 Advanced Electronic Circuits IFB270 Advanced Electronic Circuits Chapter 13: Basic op-amp circuits Prof. Manar Mohaisen Department of EEC Engineering Introduction Review of the Precedent Lecture Op-amp operation modes and parameters

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

Lecture #3 Basic Op-Amp Circuits

Lecture #3 Basic Op-Amp Circuits Spring 2015 Benha University Faculty of Engineering at Shoubra ECE-322 Electronic Circuits (B) Lecture #3 Basic Op-Amp Circuits Instructor: Dr. Ahmad El-Banna Agenda Comparators Summing Amplifiers Integrators

More information

PHYS225 Lecture 10. Electronic Circuits

PHYS225 Lecture 10. Electronic Circuits PHYS225 Lecture 10 Electronic Circuits Last lecture Operational Amplifiers Many applications Use feedback for control Negative feedback Ideal case rules Output is whatever is needed to make inputs equal

More information

Lab 1 - Revisited. Oscilloscope demo IAP Lecture 2 1

Lab 1 - Revisited. Oscilloscope demo IAP Lecture 2 1 Lab 1 - Revisited Display signals on scope Measure the time, frequency, voltage visually and with the scope Voltage measurement* Build simple circuits on a protoboard.* Oscilloscope demo 6.091 IAP Lecture

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

Lesson number one. Operational Amplifier Basics

Lesson number one. Operational Amplifier Basics What About Lesson number one Operational Amplifier Basics As well as resistors and capacitors, Operational Amplifiers, or Op-amps as they are more commonly called, are one of the basic building blocks

More information

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

Chapter 2. Operational Amplifiers

Chapter 2. Operational Amplifiers Chapter 2. Operational Amplifiers Tong In Oh 1 Objective Terminal characteristics of the ideal op amp How to analyze op amp circuits How to use op amps to design amplifiers How to design more sophisticated

More information

Data acquisition and instrumentation. Data acquisition

Data acquisition and instrumentation. Data acquisition Data acquisition and instrumentation START Lecture Sam Sadeghi Data acquisition 1 Humanistic Intelligence Body as a transducer,, data acquisition and signal processing machine Analysis of physiological

More information

Chapter 7: From Digital-to-Analog and Back Again

Chapter 7: From Digital-to-Analog and Back Again Chapter 7: From Digital-to-Analog and Back Again Overview Often the information you want to capture in an experiment originates in the laboratory as an analog voltage or a current. Sometimes you want to

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

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

What is an Op-Amp? The Surface

What is an Op-Amp? The Surface What is an Op-Amp? The Surface An Operational Amplifier (Op-Amp) is an integrated circuit that uses external voltage to amplify the input through a very high gain. We recognize an Op-Amp as a massproduced

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

Operational Amplifiers

Operational Amplifiers CHAPTER 5 Operational Amplifiers Operational amplifiers (or Op Amp) is an active circuit element that can perform mathematical operations between signals (e.g., amplify, sum, subtract, multiply, divide,

More information

B.E. SEMESTER III (ELECTRICAL) SUBJECT CODE: X30902 Subject Name: Analog & Digital Electronics

B.E. SEMESTER III (ELECTRICAL) SUBJECT CODE: X30902 Subject Name: Analog & Digital Electronics B.E. SEMESTER III (ELECTRICAL) SUBJECT CODE: X30902 Subject Name: Analog & Digital Electronics Sr. No. Date TITLE To From Marks Sign 1 To verify the application of op-amp as an Inverting Amplifier 2 To

More information

Lecture 4. Integrated Electronics

Lecture 4. Integrated Electronics Lecture 4 Integrated Electronics P, N is the doping of silicon to carry P (+) or N (-) charge) DIODES -> Recitifier I P N If V > V ON of diode, V V ON I = R Forward bias, conducting I Von ~ 0.6 V Example:

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

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

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

Assist Lecturer: Marwa Maki. Active Filters

Assist Lecturer: Marwa Maki. Active Filters Active Filters In past lecture we noticed that the main disadvantage of Passive Filters is that the amplitude of the output signals is less than that of the input signals, i.e., the gain is never greater

More information

Operational Amplifiers

Operational Amplifiers Operational Amplifiers Jim Emery 4/7/2011 Contents 1 Operational Amplifiers 1 11 The Inverting Amplifier 3 12 The Slew rate 5 13 The Noninverting Amplifier 5 14 The Voltage Follower 6 15 The Differentiating

More information

Signal Conditioning Systems

Signal Conditioning Systems Note-13 1 Signal Conditioning Systems 2 Generalized Measurement System: The output signal from a sensor has generally to be processed or conditioned to make it suitable for the next stage Signal conditioning

More information

Figure 1.1 Mechatronic system components (p. 3)

Figure 1.1 Mechatronic system components (p. 3) Figure 1.1 Mechatronic system components (p. 3) Example 1.2 Measurement System Digital Thermometer (p. 5) Figure 2.2 Electric circuit terminology (p. 13) Table 2.2 Resistor color band codes (p. 18) Figure

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

Operational Amplifiers

Operational Amplifiers Operational Amplifiers From: http://ume.gatech.edu/mechatroni cs_course/opamp_f11.ppt What is an Op-Amp? The Surface An Operational Amplifier (Op-Amp) is an integrated circuit that uses external voltage

More information

ELEC207 LINEAR INTEGRATED CIRCUITS

ELEC207 LINEAR INTEGRATED CIRCUITS Concept of VIRTUAL SHORT For feedback amplifiers constructed with op-amps, the two op-amp terminals will always be approximately equal (V + = V - ) This condition in op-amp feedback amplifiers is known

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

EE 3305 Lab I Revised July 18, 2003

EE 3305 Lab I Revised July 18, 2003 Operational Amplifiers Operational amplifiers are high-gain amplifiers with a similar general description typified by the most famous example, the LM741. The LM741 is used for many amplifier varieties

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

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

OPERATIONAL AMPLIFIERS and FEEDBACK

OPERATIONAL AMPLIFIERS and FEEDBACK Lab Notes A. La Rosa OPERATIONAL AMPLIFIERS and FEEDBACK 1. THE ROLE OF OPERATIONAL AMPLIFIERS A typical digital data acquisition system uses a transducer (sensor) to convert a physical property measurement

More information

Page 1. Midterm #2. OpAmp Review. Inverting & Non-inverting Circuits CS/ECE 6780/5780. Al Davis. Almost ubiquitous analog circuit element since ~1968

Page 1. Midterm #2. OpAmp Review. Inverting & Non-inverting Circuits CS/ECE 6780/5780. Al Davis. Almost ubiquitous analog circuit element since ~1968 Midterm #2 Midterm 2 hints CS/ECE 6780/5780 Al Davis Today s topics: no practice midterm since it didn t help last time ADC s and DAC s chapter 11 of your text your kit has an A/D (Port D w/ DDR set to

More information

4.2.2 Metal Oxide Semiconductor Field Effect Transistor (MOSFET)

4.2.2 Metal Oxide Semiconductor Field Effect Transistor (MOSFET) 4.2.2 Metal Oxide Semiconductor Field Effect Transistor (MOSFET) The Metal Oxide Semitonductor Field Effect Transistor (MOSFET) has two modes of operation, the depletion mode, and the enhancement mode.

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

EXAM Amplifiers and Instrumentation (EE1C31)

EXAM Amplifiers and Instrumentation (EE1C31) DELFT UNIVERSITY OF TECHNOLOGY Faculty of Electrical Engineering, Mathematics and Computer Science EXAM Amplifiers and Instrumentation (EE1C31) April 18, 2017, 9.00-12.00 hr This exam consists of four

More information

Operational Amplifiers

Operational Amplifiers Fundamentals of op-amp Operation modes Golden rules of op-amp Op-amp circuits Inverting & non-inverting amplifier Unity follower, integrator & differentiator Introduction An operational amplifier, or op-amp,

More information

6.111 Lecture # 15. Operational Amplifiers. Uses of Op Amps

6.111 Lecture # 15. Operational Amplifiers. Uses of Op Amps 6.111 Lecture # 15 Operational Amplifiers Parameter Ideal '741 '357 Int Gain A Infinity 200,000/f(Hz) 20x10^6/f(Hz) Uses of Op Amps Analog uses employ negative feedback to drive + input to (nearly) the

More information

Interface Electronic Circuits

Interface Electronic Circuits Lecture (5) Interface Electronic Circuits Part: 1 Prof. Kasim M. Al-Aubidy Philadelphia University-Jordan AMSS-MSc Prof. Kasim Al-Aubidy 1 Interface Circuits: An interface circuit is a signal conditioning

More information

2018 Delaware Science Olympiad Wonders of Electricity Workshop (Basic of OpAmp and Digital Logic)

2018 Delaware Science Olympiad Wonders of Electricity Workshop (Basic of OpAmp and Digital Logic) 2018 Delaware Science Olympiad Wonders of Electricity Workshop (Basic of OpAmp and Digital Logic) Contacts Gordon Lipscy acrodyn@aol.com Wayne Lu wayne_l@hotmail.com Charlie Boncelet, PhD - boncelet@udel.edu

More information

Operational Amplifier BME 360 Lecture Notes Ying Sun

Operational Amplifier BME 360 Lecture Notes Ying Sun Operational Amplifier BME 360 Lecture Notes Ying Sun Characteristics of Op-Amp An operational amplifier (op-amp) is an analog integrated circuit that consists of several stages of transistor amplification

More information

Chlorophyll a/b-chlorophyll a sensor for the Biophysical Oceanographic Sensor Array

Chlorophyll a/b-chlorophyll a sensor for the Biophysical Oceanographic Sensor Array Intern Project Report Chlorophyll a/b-chlorophyll a sensor for the Biophysical Oceanographic Sensor Array Mary Ma Mentor: Zbigniew Kolber August 21 st, 2003 Introduction Photosynthetic organisms found

More information

ELT 215 Operational Amplifiers (LECTURE) Chapter 5

ELT 215 Operational Amplifiers (LECTURE) Chapter 5 CHAPTER 5 Nonlinear Signal Processing Circuits INTRODUCTION ELT 215 Operational Amplifiers (LECTURE) In this chapter, we shall present several nonlinear circuits using op-amps, which include those situations

More information

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer. Linear Integrated Circuits Applications

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer. Linear Integrated Circuits Applications About the Tutorial Linear Integrated Circuits are solid state analog devices that can operate over a continuous range of input signals. Theoretically, they are characterized by an infinite number of operating

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

Emitter Coupled Differential Amplifier

Emitter Coupled Differential Amplifier Emitter Coupled Differential Amplifier Returning to the transistor, a very common and useful circuit is the differential amplifier. It's basic circuit is: Vcc Q1 Q2 Re Vee To see how this circuit works,

More information

Chapter 9: Operational Amplifiers

Chapter 9: Operational Amplifiers Chapter 9: Operational Amplifiers The Operational Amplifier (or op-amp) is the ideal, simple amplifier. It is an integrated circuit (IC). An IC contains many discrete components (resistors, capacitors,

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

Practical 2P12 Semiconductor Devices

Practical 2P12 Semiconductor Devices Practical 2P12 Semiconductor Devices What you should learn from this practical Science This practical illustrates some points from the lecture courses on Semiconductor Materials and Semiconductor Devices

More information

MAS.836 HOW TO BIAS AN OP-AMP

MAS.836 HOW TO BIAS AN OP-AMP MAS.836 HOW TO BIAS AN OP-AMP Op-Amp Circuits: Bias, in an electronic circuit, describes the steady state operating characteristics with no signal being applied. In an op-amp circuit, the operating characteristic

More information

Analogue Electronic Systems

Analogue Electronic Systems Unit 47: Unit code Analogue Electronic Systems F/615/1515 Unit level 5 Credit value 15 Introduction Analogue electronic systems are still widely used for a variety of very important applications and this

More information

Department of Mechanical Engineering

Department of Mechanical Engineering Department of Mechanical Engineering 2.010 CONTROL SYSTEMS PRINCIPLES Introduction to the Operational Amplifier The integrated-circuit operational-amplifier is the fundamental building block for many electronic

More information

Lab 2 Revisited Exercise

Lab 2 Revisited Exercise Lab 2 Revisited Exercise +15V 100k 1K 2N2222 Wire up led display Note the ground leads LED orientation 6.091 IAP 2008 Lecture 3 1 Comparator, Oscillator +5 +15 1k 2 V- 7 6 Vin 3 V+ 4 V o Notice that power

More information

Operational Amplifier (Op-Amp)

Operational Amplifier (Op-Amp) Operational Amplifier (Op-Amp) 1 Contents Op-Amp Characteristics Op-Amp Circuits - Noninverting Amplifier - Inverting Amplifier - Comparator - Differential - Summing - Integrator - Differentiator 2 Introduction

More information

BME/ISE 3512 Bioelectronics. Laboratory Five - Operational Amplifiers

BME/ISE 3512 Bioelectronics. Laboratory Five - Operational Amplifiers BME/ISE 3512 Bioelectronics Laboratory Five - Operational Amplifiers Learning Objectives: Be familiar with the operation of a basic op-amp circuit. Be familiar with the characteristics of both ideal and

More information

Electronics - PHYS 2371/2 TODAY

Electronics - PHYS 2371/2 TODAY TODAY 4-terminal linear amplifier Op-Amp Basics, Ch-28, 31 Op-Amp Golden Rules for operation Op-amp gain, impedance, frequency response Videos Lab-6 Overview 1 Review Semiconductors Semiconductors Resistivity

More information

Chapter 2 Analog-to-Digital Conversion...

Chapter 2 Analog-to-Digital Conversion... Chapter... 5 This chapter examines general considerations for analog-to-digital converter (ADC) measurements. Discussed are the four basic ADC types, providing a general description of each while comparing

More information

Sensor Interfacing and Operational Amplifiers Lab 3

Sensor Interfacing and Operational Amplifiers Lab 3 Name Lab Day Lab Time Sensor Interfacing and Operational Amplifiers Lab 3 Introduction: In this lab you will design and build a circuit that will convert the temperature indicated by a thermistor s resistance

More information

LECTURE 7. OPERATIONAL AMPLIFIERS (PART 2)

LECTURE 7. OPERATIONAL AMPLIFIERS (PART 2) CIRCUITS by Ulaby & Maharbiz All rights reserved. Do not reproduce or distribute. LECTURE 7. OPERATIONAL AMPLIFIERS (PART 2) 07/16/2013 ECE225 CIRCUIT ANALYSIS All rights reserved. Do not copy or distribute.

More information

Chapter 3: Operational Amplifiers

Chapter 3: Operational Amplifiers Chapter 3: Operational Amplifiers 1 OPERATIONAL AMPLIFIERS Having learned the basic laws and theorems for circuit analysis, we are now ready to study an active circuit element of paramount importance:

More information

Experiments #7. Operational Amplifier part 1

Experiments #7. Operational Amplifier part 1 Experiments #7 Operational Amplifier part 1 1) Objectives: The objective of this lab is to study operational amplifier (op amp) and its applications. We will be simulating and building some basic op-amp

More information

ME 333 Assignment 7 and 8 PI Control of LED/Phototransistor Pair. Overview

ME 333 Assignment 7 and 8 PI Control of LED/Phototransistor Pair. Overview ME 333 Assignment 7 and 8 PI Control of LED/Phototransistor Pair Overview For this assignment, you will be controlling the light emitted from and received by an LED/phototransistor pair. There are many

More information

Operational Amplifiers

Operational Amplifiers Operational Amplifiers Spring 2008 Sean Lynch Lambros Samouris Tom Groshans History of Op Amps Non Named for their originally intended functions: performing mathematical operations and amplification Addition

More information

Section3 Chapter 2: Operational Amplifiers

Section3 Chapter 2: Operational Amplifiers 2012 Section3 Chapter 2: Operational Amplifiers Reference : Microelectronic circuits Sedra six edition 1/10/2012 Contents: 1- THE Ideal operational amplifier 2- Inverting configuration a. Closed loop gain

More information

EE 230. Electronic Circuits and Systems. Randy Geiger 2133 Coover

EE 230. Electronic Circuits and Systems. Randy Geiger 2133 Coover EE 230 Electronic Circuits and Systems Randy Geiger 2133 Coover rlgeiger@iastate.edu 294-7745 Course Description Linear Systems Frequency domain characterization of electronic circuits and systems transfer

More information

Basic electronics Prof. T.S. Natarajan Department of Physics Indian Institute of Technology, Madras Lecture- 24

Basic electronics Prof. T.S. Natarajan Department of Physics Indian Institute of Technology, Madras Lecture- 24 Basic electronics Prof. T.S. Natarajan Department of Physics Indian Institute of Technology, Madras Lecture- 24 Mathematical operations (Summing Amplifier, The Averager, D/A Converter..) Hello everybody!

More information

EEE225: Analogue and Digital Electronics

EEE225: Analogue and Digital Electronics EEE225: Analogue and Digital Electronics Lecture II James E. Green Department of Electronic Engineering University of Sheffield j.e.green@sheffield.ac.uk This Lecture 1 One Transistor Circuits Continued...

More information

Chapter 3-2 Semiconductor devices Transistors and Amplifiers-BJT Department of Mechanical Engineering

Chapter 3-2 Semiconductor devices Transistors and Amplifiers-BJT Department of Mechanical Engineering MEMS1082 Chapter 3-2 Semiconductor devices Transistors and Amplifiers-BJT Bipolar Transistor Construction npn BJT Transistor Structure npn BJT I = I + E C I B V V BE CE = V = V B C V V E E Base-to-emitter

More information

Analog Electronics. Lecture Pearson Education. Upper Saddle River, NJ, All rights reserved.

Analog Electronics. Lecture Pearson Education. Upper Saddle River, NJ, All rights reserved. Analog Electronics V Lecture 5 V Operational Amplifers Op-amp is an electronic device that amplify the difference of voltage at its two inputs. V V 8 1 DIP 8 1 DIP 20 SMT 1 8 1 SMT Operational Amplifers

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

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

OpenAFM. Electronics

OpenAFM. Electronics OpenAFM Electronics Voice Coils Each coil is controlled by a pair of push-pull amplifiers. One of each pair has a constant output voltage of 2.5v The other member of the pair is controlled by the output

More information

BME 3512 Bioelectronics Laboratory Five - Operational Amplifiers

BME 3512 Bioelectronics Laboratory Five - Operational Amplifiers BME 351 Bioelectronics Laboratory Five - Operational Amplifiers Learning Objectives: Be familiar with the operation of a basic op-amp circuit. Be familiar with the characteristics of both ideal and real

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

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

Laboratory 6. Lab 6. Operational Amplifier Circuits. Required Components: op amp 2 1k resistor 4 10k resistors 1 100k resistor 1 0.

Laboratory 6. Lab 6. Operational Amplifier Circuits. Required Components: op amp 2 1k resistor 4 10k resistors 1 100k resistor 1 0. Laboratory 6 Operational Amplifier Circuits Required Components: 1 741 op amp 2 1k resistor 4 10k resistors 1 100k resistor 1 0.1 F capacitor 6.1 Objectives The operational amplifier is one of the most

More information

EET 438a Automatic Control Systems Technology Laboratory 1 Analog Sensor Signal Conditioning

EET 438a Automatic Control Systems Technology Laboratory 1 Analog Sensor Signal Conditioning EET 438a Automatic Control Systems Technology Laboratory 1 Analog Sensor Signal Conditioning Objectives: Use analog OP AMP circuits to scale the output of a sensor to signal levels commonly found in practical

More information

WINTER 14 EXAMINATION

WINTER 14 EXAMINATION Subject Code:173 WINTER 14 EXAMINATION Model Answer Important Instructions to examiners: 1) The answers should be examined by key words and not as word-to-word as given in the model answer scheme. 2) The

More information

EKT 314 ELECTRONIC INSTRUMENTATION

EKT 314 ELECTRONIC INSTRUMENTATION EKT 314 ELECTRONIC INSTRUMENTATION Elektronik Instrumentasi Semester 2 2012/2013 Chapter 3 Analog Signal Conditioning Session 2 Mr. Fazrul Faiz Zakaria school of computer and communication engineering.

More information

MODEL ANSWER SUMMER 17 EXAMINATION Subject Title: Linear Integrated Circuit Subject Code:

MODEL ANSWER SUMMER 17 EXAMINATION Subject Title: Linear Integrated Circuit Subject Code: MODEL ANSWER SUMMER 17 EXAMINATION Subject Title: Linear Integrated Circuit Subject Code: Important Instructions to examiners: 1) The answers should be examined by key words and not as word-to-word as

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

EE 221 L CIRCUIT II. by Ming Zhu

EE 221 L CIRCUIT II. by Ming Zhu EE 221 L CIRCUIT II LABORATORY 6: OP AMP CIRCUITS by Ming Zhu DEPARTMENT OF ELECTRICAL AND COMPUTER ENGINEERING UNIVERSITY OF NEVADA, LAS VEGAS OBJECTIVE Learn to use Op Amp to implement simple linear

More information

Linear electronic. Lecture No. 1

Linear electronic. Lecture No. 1 1 Lecture No. 1 2 3 4 5 Lecture No. 2 6 7 8 9 10 11 Lecture No. 3 12 13 14 Lecture No. 4 Example: find Frequency response analysis for the circuit shown in figure below. Where R S =4kR B1 =8kR B2 =4k R

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

ELECTRONICS WITH DISCRETE COMPONENTS

ELECTRONICS WITH DISCRETE COMPONENTS ELECTRONICS WITH DISCRETE COMPONENTS Enrique J. Galvez Department of Physics and Astronomy Colgate University WILEY John Wiley & Sons, Inc. ^ CONTENTS Preface vii 1 The Basics 1 1.1 Foreword: Welcome to

More information

tyuiopasdfghjklzxcvbnmqwertyuiopas dfghjklzxcvbnmqwertyuiopasdfghjklzx cvbnmqwertyuiopasdfghjklzxcvbnmq

tyuiopasdfghjklzxcvbnmqwertyuiopas dfghjklzxcvbnmqwertyuiopasdfghjklzx cvbnmqwertyuiopasdfghjklzxcvbnmq qwertyuiopasdfghjklzxcvbnmqwertyui opasdfghjklzxcvbnmqwertyuiopasdfgh jklzxcvbnmqwertyuiopasdfghjklzxcvb nmqwertyuiopasdfghjklzxcvbnmqwer Instrumentation Device Components Semester 2 nd tyuiopasdfghjklzxcvbnmqwertyuiopas

More information

Concepts to be Reviewed

Concepts to be Reviewed Introductory Medical Device Prototyping Analog Circuits Part 3 Operational Amplifiers, http://saliterman.umn.edu/ Department of Biomedical Engineering, University of Minnesota Concepts to be Reviewed Operational

More information

Introduction to Charge Mode Accelerometers

Introduction to Charge Mode Accelerometers Introduction to Charge Mode Accelerometers Dytran charge mode accelerometers are designed to measure shock and vibration phenomena over a broad temperature range. These accelerometers, unlike the Low Impedance

More information

Unit WorkBook 1 Level 4 ENG U22 Electronic Circuits and Devices 2018 UniCourse Ltd. All Rights Reserved. Sample

Unit WorkBook 1 Level 4 ENG U22 Electronic Circuits and Devices 2018 UniCourse Ltd. All Rights Reserved. Sample Pearson BTEC Level 4 Higher Nationals in Engineering (RQF) Unit 22: Electronic Circuits and Devices Unit Workbook 1 in a series of 4 for this unit Learning Outcome 1 Operational Amplifiers Page 1 of 23

More information

Using Optical Isolation Amplifiers in Power Inverters for Voltage, Current and Temperature Sensing

Using Optical Isolation Amplifiers in Power Inverters for Voltage, Current and Temperature Sensing Using Optical Isolation Amplifiers in Power Inverters for Voltage, Current and Temperature Sensing by Hong Lei Chen, Product Manager, Avago Technologies Abstract Many industrial equipments and home appliances

More information

Electronics I Circuit Drawings. Robert R. Krchnavek Rowan University Spring, 2018

Electronics I Circuit Drawings. Robert R. Krchnavek Rowan University Spring, 2018 Electronics I Circuit Drawings Robert R. Krchnavek Rowan University Spring, 2018 Ideal Diode Piecewise Linear Models of a Diode Piecewise Linear Models of a Diode 1 r d Piecewise Linear Models of a Diode

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