Lecture Week 10. Quiz #7 Op-Amps II Homework P17 and P18 Active Filters Active Filters Analysis Active Filters Bode Plots Filter Design Homework

Size: px
Start display at page:

Download "Lecture Week 10. Quiz #7 Op-Amps II Homework P17 and P18 Active Filters Active Filters Analysis Active Filters Bode Plots Filter Design Homework"

Transcription

1 Lecture Week 10 Quiz #7 Op-Amps II Homework P17 and P18 Active Filters Active Filters Analysis Active Filters Bode Plots Filter Design Homework

2 Quiz 7 Op-Amp II(20 pts.) Please clear desks and turn off phones and put them in back packs You need a pencil, straight edge and calculator 20 minutes Keep eyes on your own paper Follow the same format as for homework

3 Homework - P17 Assume that the circuit below has reached equilibrium and that the capacitor is fully charged. (a) Determine the value of V A, (b) the current flowing through R 1, R 2, and R 3, and (c) the power consumed by R 3. Show all calculations required to solve this problem, all units, and all unit conversions for full credit.

4 Homework P18 (a) Write the expression for KVL for the circuit below, and (b) determine the value of the current (I).

5 Active Filters An active filter not only gets rid of unwanted frequencies, but it also amplifies those signals that we want A passive filter will only get rid of unwanted frequencies The higher the order of the filter, the more aggressive the roll off will be (the range of frequencies where the amplitude of the signal decreases will be shorter) VS

6 Active Filters Cutoff Frequencies An active filter will still amplify signals after the cutoff frequency is reached DO NOT assume that the filter will jump straight to zero after it has hit its cutoff frequency STILL AMPLYFING

7 Making Sense of a Bode Plot Everything above 0 db means amplification or > 0 db means no change or = Everything below 0 db means diminishment or <

8 Analysis of Active Low-Pass C Vin R1 R2 Vout = R 2 R 1 1 (jwcr 2 + 1) Which R contributes to the filtering part, and which contribute to the amplification part?

9 Exercise: Analysis of Active High-Pass Filter using KCL at node A and complex impedance. R2 Vin R1 C A Vout = R 2 /R 1 jwcr jwr 1 C

10 FIRST ORDER First Order COMPLEX IMPEDANCE MODELS LOW PASS HIGH PASS PASSIVE = 1 jwcr + 1 = jwcr jwcr + 1 ACTIVE = R 2 R 1 1 (jwr 2 C + 1) = R 2 R 1 jwr 1 C 1 + jwr 1 C SECOND ORDER Second Order BAND PASS LOW PASS = R 2 R 1 1 (jwc 2 R 2 + 1) = 1 (jwrc + 1) 2 PASSIVE jwr 1 C jwr 1 C 1 **Notice the common components for all types of low pass filters and for all types of high pass filters** ACTIVE

11 COMPLEX IMPEDANCE MODELS FIRST ORDER All low pass filters have this expression: = 1 jwcr + 1 SECOND All high ORDER pass filters have this expression: = jwcr jwcr + 1

12 Band-Pass Filter Identify the low pass filter fc value and the high pass filter fc value Active Band-Pass Filter Bode Plot

13 First Order: Low Pass Filter w/gain FIRST ORDER: FOR EVERY DECADE OF FREQUENCY, THE AMPLITUDE DROPS 20 db = R 2 R 1 1 jwcr Low Pass Filter WHAT IS THE VALUE OF fc FOR THIS FILTER? WHAT IS THE GAIN? C1 R2 10 F 10 k w = angular frequency = 2 f Vin R1 The gain of the Inverting Op- Amp is equal to 1 k Vout Gain = R 2 R 1 Vref

14 First Order: Low Pass Filter w/gain Wave Generator: f = 1Hz A = 0.1 V Offset = 2.5 V Gain = R 2 R 1 = 10 NETWORK ANALYZER 20 db 1 decade Vref

15 First Order: Low Pass Filter w/gain Wave Generator: f = 1Hz A = 0.1 V Offset = 2.5 V Image Source:

16 First Order: Low Pass Filter w/gain FIRST ORDER: FOR EVERY DECADE OF FREQUENCY, THE AMPLITUDE DROPS 20 db fc = 1.59 Hz = R 2 R 1 1 jwcr MATLAB Code: >> w=logspace(-3,5,100); >> j=sqrt(-1); >> R1=1E3; >> R2=10E3; >> C=10E-6; >> Vout=(-R2/R1)*1./(1+j*w*R2*C); Y = logspace(a,b,n) generates n points between decades 10^a and 10^b >> loglog(w/2/pi,abs(vout)) Converts w in radians/sec to f in Hz since w = 2 f or f = w/2 Creates a loglog plot of Vout vs f w = angular frequency = 2 f **NOTICE THE MATLAB CODE FOR MATHMATICAL OPERATIONS INVOLVING MATRICES**

17 First Order: Low Pass r / Plot FIRST ORDER: FOR EVERY DECADE OF FREQUENCY, THE AMPLITUDE DROPS 20 db >> w=logspace(-3,3,100); >> j=sqrt(-1); >> R1=1E3; fc = 1.59 Hz >> R2=10E3; >> C=10E-6; >> Vout=(-R2/R1)*1./(1+j*w*R2*C); >> loglog(w/2/pi,abs(vout)) Converts w in radians/sec to f in Hz = R 2 R 1 1 jwcr w = angular frequency = 2 f MATLAB Y = 1 decadelogspace(a,b,n) generates n poi nts between decades 10^a and 10^b 1 decade since w = 2 f or f = w/2 Creates a loglog plot of w vs Vout

18 Active Filter Design What are the frequencies of the signals you are trying to capture? Is the signal that you are trying to capture small in amplitude? How much noise are you willing to have in your output?

19 Design Example Design Example List of Requirements: 1. Pass frequencies above 1Hz (HIGH PASS FILTER) and diminish or eliminate frequencies above 15 Hz (LOW PASS FILTER) 2. Amplitude signal will be in the range of millivolts 3. We need a *fairly clean signal * By fair we mean that the data displayed to the user is usable, if not, we expect feedback from the user

20 Bandwidth Design We need a bandpass to pass a certain range of frequencies Calculate the necessary cutoff frequencies for the low-pass and high-pass F c1 and F c2 filters. DO NOT calculate the cutoff frequency exactly at the specified frequencies, remember that the filter does not suddenly jump to zero amplitude! F c1 = 0.1 Hz = F c2 = 10 Hz = 1 2πR 1 C 1 1 2πR 2 C 2 OR

21 Amplification Design Always look at the amplitude of the raw signal! We are in the millivolts range, and we want to amplify our signal to the volts range. How can we do it? Calculate the gain to be 10 or more! Inverting Amplifier G = R f R in Non-Inverting Amplifier G = R R 2 OR

22 Filter Noise Are we happy with the signal to noise ratio? High frequencies are an issue? Add more low-pass filters Low frequencies are an issue? Add more high-pass filters Yes we are happy with our filter!

23 Homework- Due 11/6 (Najera), Due 11/9 (Martinez- Acosta) P19 P20

24 What s Next in Week 11? Will introduce LAB Module VII Blood Pressure Sensor (Design your own circuit!) LECTURE Quiz #8 Op-Amps III More active filters Build, Test, and Model a 2 nd order Low Pass Filter Please bring laptops to all lectures and labs.

25 Questions?

Introduction to Complex Impedance. Passive Low Pass Filter (1 st order) Passive High Pass Filter. Active Low Pass Filter. Active High Pass Filter

Introduction to Complex Impedance. Passive Low Pass Filter (1 st order) Passive High Pass Filter. Active Low Pass Filter. Active High Pass Filter Introduction to Complex Impedance for Passive Low Pass Filter ( st order) Passive High Pass Filter ( st order) Active Low Pass Filter ( st order) Active High Pass Filter ( st order) Active Low Pass Filter

More information

Quiz 6 Op-Amp Characteristics

Quiz 6 Op-Amp Characteristics Lecture Week 11 Quiz 6: Op-Amp Characteristics Complex Numbers and Phasor Domain Review Passive Filters Review Active Filters Complex Impedance and Bode Plots Workshop Quiz 6 Op-Amp Characteristics Please

More information

EE1305/EE1105 Homework Problems Packet

EE1305/EE1105 Homework Problems Packet EE1305/EE1105 Homework Problems Packet P1 - The gate length of a tri-gate transistor is 22 nm. How many gate lengths fit across a human hair with a diameter of 100 μm? Show all units and unit conversions

More information

Lecture Week 8. Quiz #5 KCL/KVL Homework P15 Capacitors RC Circuits and Phasor Analysis RC filters Bode Plots Cutoff frequency Homework

Lecture Week 8. Quiz #5 KCL/KVL Homework P15 Capacitors RC Circuits and Phasor Analysis RC filters Bode Plots Cutoff frequency Homework Lecture Week 8 Quiz #5 KCL/KVL Homework P15 Capacitors RC Circuits and Phasor Analysis RC filters Bode Plots Cutoff frequency Homework Quiz 5 KCL/KVL (20 pts.) Please clear desks and turn off phones and

More information

Lecture Week 7. Quiz 4 - KCL/KVL Capacitors RC Circuits and Phasor Analysis RC filters Workshop

Lecture Week 7. Quiz 4 - KCL/KVL Capacitors RC Circuits and Phasor Analysis RC filters Workshop Lecture Week 7 Quiz 4 - KCL/KVL Capacitors RC Circuits and Phasor Analysis RC filters Workshop Quiz 5 KCL/KVL Please clear desks and turn off phones and put them in back packs You need a pencil, straight

More information

Homework KCL/KVL Review Bode Plots Active Filters

Homework KCL/KVL Review Bode Plots Active Filters Homework KCL/KVL Review Bode Plots Active Filters Homeworkdue 3/6 (Najera), due 3/9 (Quinones) SUCCESS POINTS: REPORT WRITING CHECK TO MAKE SURE EVERYTHING YOU SAY REFER DIRECTLY TO YOUR TABLES AND GRAPHS?

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

Lecture Week 5. Quiz #2 Ohm s Law Homework Power Review Shorthand Notation Active Components Ideal Op-amps

Lecture Week 5. Quiz #2 Ohm s Law Homework Power Review Shorthand Notation Active Components Ideal Op-amps Lecture Week 5 Quiz #2 Ohm s Law Homework Power Review Shorthand Notation Active Components Ideal Op-amps Quiz 2 Ohm s Law (20 pts.) Please clear desks and turn off phones and put them in back packs You

More information

Lecture 2 Analog circuits. Seeing the light..

Lecture 2 Analog circuits. Seeing the light.. Lecture 2 Analog circuits Seeing the light.. I t IR light V1 9V +V IR detection Noise sources: Electrical (60Hz, 120Hz, 180Hz.) Other electrical IR from lights IR from cameras (autofocus) Visible light

More information

ECEN Network Analysis Section 3. Laboratory Manual

ECEN Network Analysis Section 3. Laboratory Manual ECEN 3714----Network Analysis Section 3 Laboratory Manual LAB 07: Active Low Pass Filter Oklahoma State University School of Electrical and Computer Engineering. Section 3 Laboratory manual - 1 - Spring

More information

Lecture 2 Analog circuits. Seeing the light..

Lecture 2 Analog circuits. Seeing the light.. Lecture 2 Analog circuits Seeing the light.. I t IR light V1 9V +V IR detection Noise sources: Electrical (60Hz, 120Hz, 180Hz.) Other electrical IR from lights IR from cameras (autofocus) Visible light

More information

When you have completed this exercise, you will be able to relate the gain and bandwidth of an op amp

When you have completed this exercise, you will be able to relate the gain and bandwidth of an op amp Op Amp Fundamentals When you have completed this exercise, you will be able to relate the gain and bandwidth of an op amp In general, the parameters are interactive. However, in this unit, circuit input

More information

EK307 Active Filters and Steady State Frequency Response

EK307 Active Filters and Steady State Frequency Response EK307 Active Filters and Steady State Frequency Response Laboratory Goal: To explore the properties of active signal-processing filters Learning Objectives: Active Filters, Op-Amp Filters, Bode plots Suggested

More information

FREQUENCY RESPONSE AND PASSIVE FILTERS LABORATORY

FREQUENCY RESPONSE AND PASSIVE FILTERS LABORATORY FREQUENCY RESPONSE AND PASSIVE FILTERS LABORATORY In this experiment we will analytically determine and measure the frequency response of networks containing resistors, AC source/sources, and energy storage

More information

ITT Technical Institute ET245 Devices II Unit 5 Chapter

ITT Technical Institute ET245 Devices II Unit 5 Chapter ITT Technical Institute ET245 Devices II Unit 5 Chapter 7.1 7.3 Unit 5 Agenda Lecture: Chapter 7, Sections 7.1 7.3 Lab 3, Linear Op amp Circuits continued from last week Assignment: Complete Problems (pg

More information

Lecture Week 4. Homework Voltage Divider Equivalent Circuit Observation Exercise

Lecture Week 4. Homework Voltage Divider Equivalent Circuit Observation Exercise Lecture Week 4 Homework Voltage Divider Equivalent Circuit Observation Exercise Homework: P6 Prove that the equation relating change in potential energy to voltage is dimensionally consistent, using the

More information

Analog Filters D R. T A R E K T U T U N J I P H I L A D E L P H I A U N I V E R S I T Y, J O R D A N

Analog Filters D R. T A R E K T U T U N J I P H I L A D E L P H I A U N I V E R S I T Y, J O R D A N Analog Filters D. T A E K T U T U N J I P H I L A D E L P H I A U N I V E S I T Y, J O D A N 2 0 4 Introduction Electrical filters are deigned to eliminate unwanted frequencies Filters can be classified

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 Continuing the discussion of Op Amps, the next step is filters. There are many different types of filters, including low pass, high pass and band pass. We will discuss each of the

More information

ME 365 EXPERIMENT 7 SIGNAL CONDITIONING AND LOADING

ME 365 EXPERIMENT 7 SIGNAL CONDITIONING AND LOADING ME 365 EXPERIMENT 7 SIGNAL CONDITIONING AND LOADING Objectives: To familiarize the student with the concepts of signal conditioning. At the end of the lab, the student should be able to: Understand the

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

EK307 Passive Filters and Steady State Frequency Response

EK307 Passive Filters and Steady State Frequency Response EK307 Passive Filters and Steady State Frequency Response Laboratory Goal: To explore the properties of passive signal-processing filters Learning Objectives: Passive filters, Frequency domain, Bode plots

More information

Analog Electronics. Lecture. Op-amp Circuits and Active Filters. Muhammad Amir Yousaf

Analog Electronics. Lecture. Op-amp Circuits and Active Filters. Muhammad Amir Yousaf Analog Electronics Lecture Op-amp Circuits and Active Filters Muhammad Amir Yousaf Instrumentation Amplifiers An instrumentation amplifier (IA) amplifies the voltage difference between its terminals. It

More information

EE233 Autumn 2016 Electrical Engineering University of Washington. EE233 HW7 Solution. Nov. 16 th. Due Date: Nov. 23 rd

EE233 Autumn 2016 Electrical Engineering University of Washington. EE233 HW7 Solution. Nov. 16 th. Due Date: Nov. 23 rd EE233 HW7 Solution Nov. 16 th Due Date: Nov. 23 rd 1. Use a 500nF capacitor to design a low pass passive filter with a cutoff frequency of 50 krad/s. (a) Specify the cutoff frequency in hertz. fc c 50000

More information

ECE3204 D2015 Lab 1. See suggested breadboard configuration on following page!

ECE3204 D2015 Lab 1. See suggested breadboard configuration on following page! ECE3204 D2015 Lab 1 The Operational Amplifier: Inverting and Non-inverting Gain Configurations Gain-Bandwidth Product Relationship Frequency Response Limitation Transfer Function Measurement DC Errors

More information

ECE4902 Lab 5 Simulation. Simulation. Export data for use in other software tools (e.g. MATLAB or excel) to compare measured data with simulation

ECE4902 Lab 5 Simulation. Simulation. Export data for use in other software tools (e.g. MATLAB or excel) to compare measured data with simulation ECE4902 Lab 5 Simulation Simulation Export data for use in other software tools (e.g. MATLAB or excel) to compare measured data with simulation Be sure to have your lab data available from Lab 5, Common

More information

Lab 9: Operational amplifiers II (version 1.5)

Lab 9: Operational amplifiers II (version 1.5) Lab 9: Operational amplifiers II (version 1.5) WARNING: Use electrical test equipment with care! Always double-check connections before applying power. Look for short circuits, which can quickly destroy

More information

Laboratory 9. Required Components: Objectives. Optional Components: Operational Amplifier Circuits (modified from lab text by Alciatore)

Laboratory 9. Required Components: Objectives. Optional Components: Operational Amplifier Circuits (modified from lab text by Alciatore) Laboratory 9 Operational Amplifier Circuits (modified from lab text by Alciatore) Required Components: 1x 741 op-amp 2x 1k resistors 4x 10k resistors 1x l00k resistor 1x 0.1F capacitor Optional Components:

More information

Ideal Op Amps. The Two Golden Rules for circuits with ideal op-amps*

Ideal Op Amps. The Two Golden Rules for circuits with ideal op-amps* Ideal Op Amps The Two Golden Rules for circuits with ideal op-amps* No voltage difference between op-amp input terminals No current into op-amp inputs * when used in negative feedback amplifiers 1 Approach

More information

EE320L Electronics I. Laboratory. Laboratory Exercise #2. Basic Op-Amp Circuits. Angsuman Roy. Department of Electrical and Computer Engineering

EE320L Electronics I. Laboratory. Laboratory Exercise #2. Basic Op-Amp Circuits. Angsuman Roy. Department of Electrical and Computer Engineering EE320L Electronics I Laboratory Laboratory Exercise #2 Basic Op-Amp Circuits By Angsuman Roy Department of Electrical and Computer Engineering University of Nevada, Las Vegas Objective: The purpose of

More information

Physics 303 Fall Module 4: The Operational Amplifier

Physics 303 Fall Module 4: The Operational Amplifier Module 4: The Operational Amplifier Operational Amplifiers: General Introduction In the laboratory, analog signals (that is to say continuously variable, not discrete signals) often require amplification.

More information

Chapter 3, Sections Electrical Filters

Chapter 3, Sections Electrical Filters Chapter 3, Sections 3.2.4-3.2.5 Electrical Filters Signals DC and AC Components - Many signals can be constructed as sums of AC and DC components: 2.5 2 1.5 2 1.5 1.5 1 2 3 4 1.5 -.5-1 1 2 3 4 = + 2.5

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

Laboratory 4 Operational Amplifier Department of Mechanical and Aerospace Engineering University of California, San Diego MAE170

Laboratory 4 Operational Amplifier Department of Mechanical and Aerospace Engineering University of California, San Diego MAE170 Laboratory 4 Operational Amplifier Department of Mechanical and Aerospace Engineering University of California, San Diego MAE170 Megan Ong Diana Wu Wong B01 Tuesday 11am April 28 st, 2015 Abstract: The

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

Instrumentation Amplifiers Filters Integrators Differentiators Frequency-Gain Relation Non-Linear Op-Amp Applications DC Imperfections

Instrumentation Amplifiers Filters Integrators Differentiators Frequency-Gain Relation Non-Linear Op-Amp Applications DC Imperfections Lecture Op-Amp Building Blocks and Applications Instrumentation Amplifiers Filters Integrators Differentiators Frequency-Gain elation Non-Linear Op-Amp Applications DC Imperfections ELG439 Check List for

More information

Assume availability of the following components to DESIGN and DRAW the circuits of the op. amp. applications listed below:

Assume availability of the following components to DESIGN and DRAW the circuits of the op. amp. applications listed below: ========================================================================================== UNIVERSITY OF SOUTHERN MAINE Dept. of Electrical Engineering TEST #3 Prof. M.G.Guvench ELE343/02 ==========================================================================================

More information

Frequency Selective Circuits

Frequency Selective Circuits Lab 15 Frequency Selective Circuits Names Objectives in this lab you will Measure the frequency response of a circuit Determine the Q of a resonant circuit Build a filter and apply it to an audio signal

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

Designing Information Devices and Systems II Fall 2018 Elad Alon and Miki Lustig Homework 4

Designing Information Devices and Systems II Fall 2018 Elad Alon and Miki Lustig Homework 4 EECS 16B Designing Information Devices and Systems II Fall 2018 Elad Alon and Miki Lustig Homework 4 This homework is solely for your own practice. However, everything on it is in scope for midterm 1,

More information

Electronics basics for MEMS and Microsensors course

Electronics basics for MEMS and Microsensors course Electronics basics for course, a.a. 2017/2018, M.Sc. in Electronics Engineering Transfer function 2 X(s) T(s) Y(s) T S = Y s X(s) The transfer function of a linear time-invariant (LTI) system is the function

More information

OPERATIONAL AMPLIFIERS (OP-AMPS) II

OPERATIONAL AMPLIFIERS (OP-AMPS) II OPERATIONAL AMPLIFIERS (OP-AMPS) II LAB 5 INTRO: INTRODUCTION TO INVERTING AMPLIFIERS AND OTHER OP-AMP CIRCUITS GOALS In this lab, you will characterize the gain and frequency dependence of inverting op-amp

More information

Kent Bertilsson Muhammad Amir Yousaf

Kent Bertilsson Muhammad Amir Yousaf Today s topics Analog System (Rev) Frequency Domain Signals in Frequency domain Frequency analysis of signals and systems Transfer Function Basic elements: R, C, L Filters RC Filters jw method (Complex

More information

Mechatronics. Analog and Digital Electronics: Studio Exercises 1 & 2

Mechatronics. Analog and Digital Electronics: Studio Exercises 1 & 2 Mechatronics Analog and Digital Electronics: Studio Exercises 1 & 2 There is an electronics revolution taking place in the industrialized world. Electronics pervades all activities. Perhaps the most important

More information

Signal Conditioning Devices

Signal Conditioning Devices Lecture 4. Signal Conditioning Devices Signal Conditioning Operations In previous lectures we have studied various sensors and transducers used in a mechatronics system. Transducers sense physical phenomenon

More information

PHYS225 Lecture 15. Electronic Circuits

PHYS225 Lecture 15. Electronic Circuits PHYS225 Lecture 15 Electronic Circuits Last lecture Difference amplifier Differential input; single output Good CMRR, accurate gain, moderate input impedance Instrumentation amplifier Differential input;

More information

Ballistocardiograph 1

Ballistocardiograph 1 3 Lab 9: Ballistocardiograph Goal: Build and test a ballistocardiograph from strain gauges, op-amps and second-order filters. Deliverables: A short lab report that includes 1. The Bode plots of the filter

More information

LM311 comparator open collector output. LM311 comparator open collector output. LM311 comparator open collector output

LM311 comparator open collector output. LM311 comparator open collector output. LM311 comparator open collector output 00k 40% LM3 comparator open collector output LM3 comparator open collector output ON OFF LM3 comparator open collector output Example: QRD4 reflectance sensor V V V6 V 330 R4 47K V V V QRD4 R3 V5 V LM3

More information

Lecture Week 4. Quiz 2 Ohm s Law Series Circuits Parallel Circuits Equivalent Circuits Workshop

Lecture Week 4. Quiz 2 Ohm s Law Series Circuits Parallel Circuits Equivalent Circuits Workshop Lecture Week 4 Quiz 2 Ohm s Law Series Circuits Parallel Circuits Equivalent Circuits Workshop Quiz 2 - Ohm s Law Please clear desks and turn off phones and put them in back packs You need pencil, straight

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

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

ECE4902 C Lab 5 MOSFET Common Source Amplifier with Active Load Bandwidth of MOSFET Common Source Amplifier: Resistive Load / Active Load

ECE4902 C Lab 5 MOSFET Common Source Amplifier with Active Load Bandwidth of MOSFET Common Source Amplifier: Resistive Load / Active Load ECE4902 C2012 - Lab 5 MOSFET Common Source Amplifier with Active Load Bandwidth of MOSFET Common Source Amplifier: Resistive Load / Active Load PURPOSE: The primary purpose of this lab is to measure the

More information

Input & Output Limitations 3. Multiple Choice Quiz TI Precision Labs Op Amps

Input & Output Limitations 3. Multiple Choice Quiz TI Precision Labs Op Amps Input & Output Limitations 3 Multiple Choice Quiz TI Precision Labs Op Amps Quiz: Input & Output Limitations 3 1. The figure below shows a classic bipolar output stage. Which of the following is true?

More information

ECE 2201 PRELAB 6 BJT COMMON EMITTER (CE) AMPLIFIER

ECE 2201 PRELAB 6 BJT COMMON EMITTER (CE) AMPLIFIER ECE 2201 PRELAB 6 BJT COMMON EMITTER (CE) AMPLIFIER Hand Analysis P1. Determine the DC bias for the BJT Common Emitter Amplifier circuit of Figure 61 (in this lab) including the voltages V B, V C and V

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

An amplifier increases the power (amplitude) of an

An amplifier increases the power (amplitude) of an Amplifiers Signal In Amplifier Signal Out An amplifier increases the power (amplitude) of an electronic signal, as shown in the figure above. Amplifiers are found everywhere in TV s, radios. MP3 players,

More information

Operational Amplifiers 2 Active Filters ReadMeFirst

Operational Amplifiers 2 Active Filters ReadMeFirst Operational Amplifiers 2 Active Filters ReadMeFirst Lab Summary In this lab you will build two active filters on a breadboard, using an op-amp, resistors, and capacitors, and take data for the magnitude

More information

Homework Assignment 03

Homework Assignment 03 Homework Assignment 03 Question 1 (Short Takes), 2 points each unless otherwise noted. 1. Two 0.68 μf capacitors are connected in series across a 10 khz sine wave signal source. The total capacitive reactance

More information

PURPOSE: NOTE: Be sure to record ALL results in your laboratory notebook.

PURPOSE: NOTE: Be sure to record ALL results in your laboratory notebook. EE4902 Lab 9 CMOS OP-AMP PURPOSE: The purpose of this lab is to measure the closed-loop performance of an op-amp designed from individual MOSFETs. This op-amp, shown in Fig. 9-1, combines all of the major

More information

Lab 10: Oscillators (version 1.1)

Lab 10: Oscillators (version 1.1) Lab 10: Oscillators (version 1.1) WARNING: Use electrical test equipment with care! Always double-check connections before applying power. Look for short circuits, which can quickly destroy expensive equipment.

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

Each question is worth 4 points. ST07 One-hour Quiz #2 1 3/20/2007

Each question is worth 4 points. ST07 One-hour Quiz #2 1 3/20/2007 Name: Date: DEPARTMENT OF ELECTRICAL ENGINEERING AND COMPUTER SCIENCE MASSACHUSETTS INSTITUTE OF TECHNOLOGY CAMBRIDGE, MASSACHUSETTS 02139 Spring Term 2007 Quiz 2 6.101 Introductory Analog Electronics

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

Facility of Engineering. Biomedical Engineering Department. Medical Electronic Lab BME (317) Pre-Report Forms

Facility of Engineering. Biomedical Engineering Department. Medical Electronic Lab BME (317) Pre-Report Forms Facility of Engineering Biomedical Engineering Department Medical Electronic Lab BME (317) Pre-Report Forms Prepared by Eng.Hala Amari Spring 2014 Facility of Engineering Biomedical Engineering Department

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

University of Utah Electrical Engineering Department ECE 2100 Experiment No. 2 Linear Operational Amplifier Circuits II

University of Utah Electrical Engineering Department ECE 2100 Experiment No. 2 Linear Operational Amplifier Circuits II University of Utah Electrical Engineering Department ECE 2100 Experiment No. 2 Linear Operational Amplifier Circuits II Minimum required points = 51 Grade base, 100% = 85 points Recommend parts should

More information

Homework Assignment 07

Homework Assignment 07 Homework Assignment 07 Question 1 (Short Takes). 2 points each unless otherwise noted. 1. A single-pole op-amp has an open-loop low-frequency gain of A = 10 5 and an open loop, 3-dB frequency of 4 Hz.

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

Homework Assignment 06

Homework Assignment 06 Question 1 (2 points each unless noted otherwise) Homework Assignment 06 1. True or false: when transforming a circuit s diagram to a diagram of its small-signal model, we replace dc constant current sources

More information

When input, output and feedback voltages are all symmetric bipolar signals with respect to ground, no biasing is required.

When input, output and feedback voltages are all symmetric bipolar signals with respect to ground, no biasing is required. 1 When input, output and feedback voltages are all symmetric bipolar signals with respect to ground, no biasing is required. More frequently, one of the items in this slide will be the case and biasing

More information

Electronic Instrumentation

Electronic Instrumentation Electronic Instrumentation Project 4: Optical Communication Link 1. Optical Communications 2. Initial Design 3. PSpice Model 4. Final Design 5. Project Report Why use optics? Advantages of optical communication

More information

Pre-Lab. Introduction

Pre-Lab. Introduction Pre-Lab Read through this entire lab. Perform all of your calculations (calculated values) prior to making the required circuit measurements. You may need to measure circuit component values to obtain

More information

ActiveLowPassFilter -- Overview

ActiveLowPassFilter -- Overview ActiveLowPassFilter -- Overview OBJECTIVES: At the end of performing this experiment, learners would be able to: Describe the concept of active Low Pass Butterworth Filter Obtain the roll-off factor and

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

EE 2274 RC and Op Amp Circuit Completed Prior to Coming to Lab. Prelab Part I: RC Circuit

EE 2274 RC and Op Amp Circuit Completed Prior to Coming to Lab. Prelab Part I: RC Circuit EE 2274 RC and Op Amp Circuit Completed Prior to Coming to Lab Prelab Part I: RC Circuit 1. Design a high pass filter (Fig. 1) which has a break point f b = 1 khz at 3dB below the midband level (the -3dB

More information

Intruder Alarm Name Mohamed Alsubaie MMU ID Supervisor Pr. Nicholas Bowring Subject Electronic Engineering Unit code 64ET3516

Intruder Alarm Name Mohamed Alsubaie MMU ID Supervisor Pr. Nicholas Bowring Subject Electronic Engineering Unit code 64ET3516 Intruder Alarm Name MMU ID Supervisor Subject Unit code Course Mohamed Alsubaie 09562211 Pr. Nicholas Bowring Electronic Engineering 64ET3516 BEng (Hons) Computer and Communication Engineering 1. Introduction

More information

Homework Assignment 07

Homework Assignment 07 Homework Assignment 07 Question 1 (Short Takes). 2 points each unless otherwise noted. 1. A single-pole op-amp has an open-loop low-frequency gain of A = 10 5 and an open loop, 3-dB frequency of 4 Hz.

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

Homework Assignment 10

Homework Assignment 10 Homework Assignment 10 Question The amplifier below has infinite input resistance, zero output resistance and an openloop gain. If, find the value of the feedback factor as well as so that the closed-loop

More information

ECE 317 Laboratory #1 Force Sensitive Resistors

ECE 317 Laboratory #1 Force Sensitive Resistors ECE 317 Laboratory #1 Force Sensitive Resistors Background Force, pressure, and position sensing are required for a wide variety of uses. In this lab, we will investigate a sensor called a force sensitive

More information

LIC & COMMUNICATION LAB MANUAL

LIC & COMMUNICATION LAB MANUAL LIC & Communication Lab Manual LIC & COMMUNICATION LAB MANUAL FOR V SEMESTER B.E (E& ( E&C) (For private circulation only) NAME: DEPARTMENT OF ELECTRONICS & COMMUNICATION SRI SIDDHARTHA INSTITUTE OF TECHNOLOGY

More information

EE501 Lab 7 Opamp Measurement

EE501 Lab 7 Opamp Measurement EE501 Lab 7 Opamp Measurement Report due: Nov. 6, 2014 Objective: 1. Understand basic opamp measurement circuits. 2. Build testbench circuits for opamp measurement. Tasks: Op amps are very high gain amplifiers

More information

Homework Assignment 13

Homework Assignment 13 Question 1 Short Takes 2 points each. Homework Assignment 13 1. Classify the type of feedback uses in the circuit below (i.e., shunt-shunt, series-shunt, ) 2. True or false: an engineer uses series-shunt

More information

Homework Assignment 06

Homework Assignment 06 Homework Assignment 06 Question 1 (Short Takes) One point each unless otherwise indicated. 1. Consider the current mirror below, and neglect base currents. What is? Answer: 2. In the current mirrors below,

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 5 GAIN-BANDWIDTH PRODUCT AND SLEW RATE OBJECTIVES In this experiment the student will explore two

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

BIOE 123 Module 3. Electronics 2: Time Varying Circuits. Lecture (30 min) Date. Learning Goals

BIOE 123 Module 3. Electronics 2: Time Varying Circuits. Lecture (30 min) Date. Learning Goals BIOE 123 Module 3 Electronics 2: Time Varying Circuits Lecture (30 min) Date Learning Goals Learn about the behavior of capacitors and inductors Learn how to analyze time-varying circuits to quantify parameters

More information

E40M. Instrumentation Amps and Noise. M. Horowitz, J. Plummer, R. Howe 1

E40M. Instrumentation Amps and Noise. M. Horowitz, J. Plummer, R. Howe 1 E40M Instrumentation Amps and Noise M. Horowitz, J. Plummer, R. Howe 1 ECG Lab - Electrical Picture Signal amplitude 1 mv Noise level will be significant will need to amplify and filter We ll use filtering

More information

ME411 Engineering Measurement & Instrumentation. Winter 2017 Lecture 3

ME411 Engineering Measurement & Instrumentation. Winter 2017 Lecture 3 ME411 Engineering Measurement & Instrumentation Winter 2017 Lecture 3 1 Current Measurement DC or AC current Use of a D Arsonval Meter - electric current carrying conductor passing through a magnetic field

More information

Introduction (cont )

Introduction (cont ) Active Filter 1 Introduction Filters are circuits that are capable of passing signals within a band of frequencies while rejecting or blocking signals of frequencies outside this band. This property of

More information

Lecture 2 Analog circuits...or How to detect the Alarm beacon

Lecture 2 Analog circuits...or How to detect the Alarm beacon Lecture 2 Analog circuits..or How to detect the Alarm beacon I t IR light generates collector current V1 9V +V I c Q1 OP805 IR detection Vout Noise sources: Electrical (60Hz, 120Hz, 180Hz.) Other electrical

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

School of Sciences. ELECTRONICS II ECE212A 2 nd Assignment

School of Sciences. ELECTRONICS II ECE212A 2 nd Assignment School of Sciences SPRING SEMESTER 2010 INSTRUCTOR: Dr Konstantinos Katzis COURSE / SECTION: ECE212N COURSE TITLE: Electronics II OFFICE RM#: 124 (1 st floor) OFFICE TEL#: 22713296 OFFICE HOURS: Monday

More information

The above figure represents a two stage circuit. Recall, the transfer function relates. Vout

The above figure represents a two stage circuit. Recall, the transfer function relates. Vout LABORATORY 12: Bode plots/second Order Filters Material covered: Multistage circuits Bode plots Design problem Overview Notes: Two stage circuits: Vin1 H1(s) Vout1 Vin2 H2(s) Vout2 The above figure represents

More information

EE 210 Lab Exercise #5: OP-AMPS I

EE 210 Lab Exercise #5: OP-AMPS I EE 210 Lab Exercise #5: OP-AMPS I ITEMS REQUIRED EE210 crate, DMM, EE210 parts kit, T-connector, 50Ω terminator, Breadboard Lab report due at the ASSIGNMENT beginning of the next lab period Data and results

More information

Laboratory Exercises for Analog Circuits and Electronics as Hardware Homework with Student Laptop Computer Instrumentation

Laboratory Exercises for Analog Circuits and Electronics as Hardware Homework with Student Laptop Computer Instrumentation Laboratory Exercises for Analog Circuits and Electronics as Hardware Homework with Student Laptop Computer Instrumentation Marion O. Hagler Department of Electrical and Computer Engineering Mississippi

More information

ECE 363 FINAL (F16) 6 problems for 100 pts Problem #1: Fuel Pump Controller (18 pts)

ECE 363 FINAL (F16) 6 problems for 100 pts Problem #1: Fuel Pump Controller (18 pts) ECE 363 FINAL (F16) NAME: 6 problems for 100 pts Problem #1: Fuel Pump Controller (18 pts) You are asked to design a high-side switch for a remotely operated fuel pump. You decide to use the IRF9520 power

More information

Lecture 2 Analog circuits. IR detection

Lecture 2 Analog circuits. IR detection Seeing the light.. Lecture Analog circuits I t IR light V 9V V Q OP805 RL IR detection Noise sources: Electrical (60Hz, 0Hz, 80Hz.) Other electrical IR from lights IR from cameras (autofocus) Visible light

More information

6. The Operational Amplifier

6. The Operational Amplifier 1 6. The Operational Amplifier This chapter introduces a new component which, although technically nonlinear, can be treated effectively with linear models This element known as the operational amplifier

More information

EE 368 Electronics Lab. Experiment 10 Operational Amplifier Applications (2)

EE 368 Electronics Lab. Experiment 10 Operational Amplifier Applications (2) EE 368 Electronics Lab Experiment 10 Operational Amplifier Applications (2) 1 Experiment 10 Operational Amplifier Applications (2) Objectives To gain experience with Operational Amplifier (Op-Amp). To

More information