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

Size: px
Start display at page:

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

Transcription

1 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 (2 nd order)

2 Lecture Schedule (Najera and Quinones) Date Najera Date Quinones 4/0 Complex Impedance AND Gate 4/7 Complex Impedance Ultrasonic Sensor 4/24 Quiz 5 Complex Impedance Review 4/3 Glucose Circuit con t Complex Impedance AND Gate 4/20 Quiz 5 Complex Impedance Ultrasonic Sensor Review 4/27 Exam 5/ Exam 5/4 No Lecture

3 Lab Schedule (Najera and Quinones) Date Najera Date Quinones 4/2 Ballistocardiograph 4/9-4/3 Ballistocardiograph 4/9 Ultrasonic 4/6-4/20 Ultrasonic 4/26 Ultrasonic 4/23-4/27 Ultrasonic 5/3 Ultrasonic-report due by end of lab Scorecard due 4/30-5/3 Ultrasonic-report due by end of lab Scorecard due

4 Homeworkdue 4/3 (Quinones), due 4/7 (Najera) P23, P24 Due 4/3 (Quinones) P23, P24 Due 4/7 (Najera)

5 Modeling Filters with Complex xx Numbers or Complex Impedance BRIEF EXPLANATION OF COMPLEX IMPEDANCE

6 Modeling Filters with Complex xx Numbers or Complex Impedance XY PLANE COMPLEX PLANE SINGLE SIGNAL

7 Modeling Filters with Complex xx Numbers or Complex Impedance XY PLANE COMPLEX PLANE MUTIPLE SIGNALS DIFFERENT AMPLITUDES AND PHASE SHIFTS

8 Modeling Filters with Complex Numbers or xx Complex Impedance If V and I are complex amplitudes of Voltage and Current, respectively. Complex impedance Z substitutes resistance R in the Ohm s Law Equation and has units of ohms ( ) then V t = Ve jwt i t = Ie jwt and complex impedance is defined as Z = R for resistors Z = V I Z = jwc for capacitors

9 Modeling Filters with Complex xx Numbers or Complex Impedance HOW TO USE KCL AND COMPLEX IMPEDANCE TO MODEL AN OP-AMP CIRCUIT

10 The type of filters examined xx in this course OP-AMP FILTERS EXAMINED IN THIS COURSE FIRST ORDER LOW PASS * HIGH PASS * BAND PASS * SECOND ORDER LOW PASS # *Active and Passive Filters # Only Active Filters

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

12 Modeling Filters with Complex xx Numbers or Complex Impedance PASSIVE FILTERS LOW AND HIGH PASS

13 Modeling Filters with Complex xx Numbers or Complex Impedance Vin R Vout C Vin Vout Z = R Z2 = jwc = jwcr + low pass filter Vin Vout Vin Vout Z = jwc Z 2 = R = jwcr jwcr + high pass filter

14 Modeling Filters with Complex xx Numbers or Complex Impedance ACTIVE FILTERS LOW AND HIGH PASS FILTERS

15 Modeling Filters with Complex xx Numbers or Complex Impedance C=nF LOW PASS FILTER R=25k R2=M Vout = R 2 R (jwcr 2 + ) HIGH PASS FILTER Vin R=25k C=nF R2=M Vout = R 2 /R jwcr + jwr C **BOTH ARE ACTIVE FILTERS**

16 Modeling Filters with Complex xx Numbers or Complex Impedance ACTIVE FILTERS LOW PASS FILTERS

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

18 First Order: Low Pass xxfilter w/gain FIRST ORDER: FOR EVERY DECADE OF FREQUENCY, THE AMPLITUDE DROPS 20 db Where the gain of the Op-Amp is equal to Wave Generator: f = Hz A = 0. V Offset = 2.5 V Low Pass Filter fc =.59 Hz C R2 = R 2 R jwcr 2 + Gain = R 2 20 db R decade Vin R Vout w = angular frequency = 2 f NETWORK ANALYZER Vref

19 First Order: Low Pass xxfilter w/gain FIRST ORDER: FOR EVERY DECADE OF FREQUENCY, THE AMPLITUDE DROPS 20 db fc =.59 Hz = R 2 R jwcr 2 + w = angular frequency = 2 f MATLAB Code: >> w=logspace(-3,5,00); >> j=sqrt(-); >> R=E3; >> R2=0E3; >> C=0E-6; >> Vout=(-R2/R)*./(+j*w*R2*C); >> loglog(w/2/pi,abs(vout)) Y = logspace(a,b,n) generates n poi nts between decades 0^a and 0^b 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 **NOTICE THE MATLAB CODE FOR MATHMATICAL OPERATIONS INVOLVING MATRICES**

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

21 Modeling Filters with Complex xx Numbers or Complex Impedance ACTIVE FILTERS SECOND ORDER LOW PASS FILTERS

22 Second Order: Low Pass xx Filter SECOND ORDER: FOR EVERY DECADE OF FREQUENCY, THE AMPLITUDE DROPS 40 db 0 k 0 k 0 F = jwcr fc =? 0 F w = angular frequency = 2 f fc =.59 Hz

23 Second Order: Low Pass xx Filter SECOND ORDER: FOR EVERY DECADE OF FREQUENCY, THE AMPLITUDE DROPS 40 db f =200 mhz A = V Offset = 2.5 V 0 k 0 k 0 F = jwcr f =.59 Hz A = V Offset = 2.5 V fc =? 0 F w = angular frequency = 2 f

24 Second Order: Low Pass xx Filter SECOND ORDER: FOR EVERY DECADE OF FREQUENCY, THE AMPLITUDE DROPS 40 db 0 k 0 k 0 F = jwcr db decade fc =? 0 F w = angular frequency = 2 f NETWORK ANALYZER

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

Lecture Week 10. Quiz #7 Op-Amps II Homework P17 and P18 Active Filters Active Filters Analysis Active Filters Bode Plots Filter Design Homework Lecture Week 10 Quiz #7 Op-Amps II Homework P17 and P18 Active Filters Active Filters Analysis Active Filters Bode Plots Filter Design Homework Quiz 7 Op-Amp II(20 pts.) Please clear desks and turn off

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

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

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

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

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 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

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

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

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

Lab 9 Frequency Domain

Lab 9 Frequency Domain Lab 9 Frequency Domain 1 Components Required Resistors Capacitors Function Generator Multimeter Oscilloscope 2 Filter Design Filters are electric components that allow applying different operations to

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

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

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

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

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

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

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

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

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

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

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

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

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

ENGR4300 Test 3A Fall 2002

ENGR4300 Test 3A Fall 2002 1. 555 Timer (20 points) Figure 1: 555 Timer Circuit For the 555 timer circuit in Figure 1, find the following values for R1 = 1K, R2 = 2K, C1 = 0.1uF. Show all work. a) (4 points) T1: b) (4 points) T2:

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

Electronics II. 3. measurement : Tuned circuits

Electronics II. 3. measurement : Tuned circuits Electronics II. 3. measurement : Tuned circuits This laboratory session involves circuits which contain a double-t (or TT), a passive RC circuit: Figure 1. Double T passive RC circuit module The upper

More information

Lab 3: AC Low pass filters (version 1.3)

Lab 3: AC Low pass filters (version 1.3) Lab 3: AC Low pass filters (version 1.3) WARNING: Use electrical test equipment with care! Always double-check connections before applying power. Look for short circuits, which can quickly destroy expensive

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

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

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

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

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

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

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

EE2210 Laboratory Project 1 Fall 2013 Function Generator and Oscilloscope

EE2210 Laboratory Project 1 Fall 2013 Function Generator and Oscilloscope EE2210 Laboratory Project 1 Fall 2013 Function Generator and Oscilloscope For students to become more familiar with oscilloscopes and function generators. Pre laboratory Work Read the TDS 210 Oscilloscope

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

55:041 Electronic Circuits The University of Iowa Fall Exam 3. Question 1 Unless stated otherwise, each question below is 1 point.

55:041 Electronic Circuits The University of Iowa Fall Exam 3. Question 1 Unless stated otherwise, each question below is 1 point. Exam 3 Name: Score /65 Question 1 Unless stated otherwise, each question below is 1 point. 1. An engineer designs a class-ab amplifier to deliver 2 W (sinusoidal) signal power to an resistive load. Ignoring

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

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

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

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

Electronics EECE2412 Spring 2016 Exam #1

Electronics EECE2412 Spring 2016 Exam #1 Electronics EECE2412 Spring 2016 Exam #1 Prof. Charles A. DiMarzio Department of Electrical and Computer Engineering Northeastern University 18 February 2016 File:12140/exams/exam1 Name: : Row # : Seat

More information

ENGR-2300 Electronic Instrumentation Quiz 3 Spring Name: Solution Please write you name on each page. Section: 1 or 2

ENGR-2300 Electronic Instrumentation Quiz 3 Spring Name: Solution Please write you name on each page. Section: 1 or 2 ENGR-2300 Electronic Instrumentation Quiz 3 Spring 2018 Name: Solution Please write you name on each page Section: 1 or 2 4 Questions Sets, 20 Points Each LMS Portion, 20 Points Question Set 1) Question

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

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

Friday, 1/27/17 Constraints on A(jω)

Friday, 1/27/17 Constraints on A(jω) Friday, 1/27/17 Constraints on A(jω) The simplest electronic oscillators are op amp based, and A(jω) is typically a simple op amp fixed gain amplifier, such as the negative gain and positive gain amplifiers

More information

University of Pittsburgh

University of Pittsburgh University of Pittsburgh Experiment #1 Lab Report Frequency Response of Operational Amplifiers Submission Date: 05/29/2018 Instructors: Dr. Ahmed Dallal Shangqian Gao Submitted By: Nick Haver & Alex Williams

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

1. An engineer measures the (step response) rise time of an amplifier as. Estimate the 3-dB bandwidth of the amplifier. (2 points)

1. An engineer measures the (step response) rise time of an amplifier as. Estimate the 3-dB bandwidth of the amplifier. (2 points) Exam 1 Name: Score /60 Question 1 Short Takes 1 point each unless noted otherwise. 1. An engineer measures the (step response) rise time of an amplifier as. Estimate the 3-dB bandwidth of the amplifier.

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

ECE 3274 Common-Emitter Amplifier Project

ECE 3274 Common-Emitter Amplifier Project ECE 3274 Common-Emitter Amplifier Project 1. Objective The objective of this lab is to design and build three variations of the common- emitter amplifier. 2. Components Qty Device 1 2N2222 BJT Transistor

More information

Low Distortion Design 3

Low Distortion Design 3 Low Distortion Design 3 TIPL 1323 TI Precision Labs Op Amps Presented by Collin Wells Prepared by John Caldwell Prerequisites: Noise 1 3 (TIPL1311 TIPL1313) Output Stage Topologies Most op amps use a Class-AB

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

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

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

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

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

1) Consider the circuit shown in figure below. Compute the output waveform for an input of 5kHz

1) Consider the circuit shown in figure below. Compute the output waveform for an input of 5kHz ) Consider the circuit shown in figure below. Compute the output waveform for an input of 5kHz Solution: a) Input is of constant amplitude of 2 V from 0 to 0. ms and 2 V from 0. ms to 0.2 ms. The output

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

ENGR4300 Fall 2005 Test 4A. Name. Section. Question 1 (25 points) Question 2 (25 points) Question 3 (25 points) Question 4 (25 points)

ENGR4300 Fall 2005 Test 4A. Name. Section. Question 1 (25 points) Question 2 (25 points) Question 3 (25 points) Question 4 (25 points) ENGR4300 Fall 2005 Test 4A Name Section Question 1 (25 points) Question 2 (25 points) Question 3 (25 points) Question 4 (25 points) Total (100 points): Please do not write on the crib sheets. On all questions:

More information

Integrators, differentiators, and simple filters

Integrators, differentiators, and simple filters BEE 233 Laboratory-4 Integrators, differentiators, and simple filters 1. Objectives Analyze and measure characteristics of circuits built with opamps. Design and test circuits with opamps. Plot gain vs.

More information

Course Description Introductions Course Website Labs and Supplies Course Terminology Module Demo Problem Solving Format Units/Variables MATLAB What s

Course Description Introductions Course Website Labs and Supplies Course Terminology Module Demo Problem Solving Format Units/Variables MATLAB What s Course Description Introductions Course Website Labs and Supplies Course Terminology Module Demo Problem Solving Format Units/Variables MATLAB What s next Course Description: Learning Outcomes STUDENTS

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

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

E84 Lab 3: Transistor

E84 Lab 3: Transistor E84 Lab 3: Transistor Cherie Ho and Siyi Hu April 18, 2016 Transistor Testing 1. Take screenshots of both the input and output characteristic plots observed on the semiconductor curve tracer with the following

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

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

Welcome to your second Electronics Laboratory Session. In this session you will learn about how to use resistors, capacitors and inductors to make

Welcome to your second Electronics Laboratory Session. In this session you will learn about how to use resistors, capacitors and inductors to make Welcome to your second Electronics Laboratory Session. In this session you will learn about how to use resistors, capacitors and inductors to make simple circuits. You will find out how these circuits

More information

Analog Electronic Circuits Code: EE-305-F

Analog Electronic Circuits Code: EE-305-F Analog Electronic Circuits Code: EE-305-F 1 INTRODUCTION Usually Called Op Amps Section -C Operational Amplifier An amplifier is a device that accepts a varying input signal and produces a similar output

More information

Federal Urdu University of Arts, Science & Technology Islamabad Pakistan THIRD SEMESTER ELECTRONICS - II BASIC ELECTRICAL & ELECTRONICS LAB

Federal Urdu University of Arts, Science & Technology Islamabad Pakistan THIRD SEMESTER ELECTRONICS - II BASIC ELECTRICAL & ELECTRONICS LAB THIRD SEMESTER ELECTRONICS - II BASIC ELECTRICAL & ELECTRONICS LAB DEPARTMENT OF ELECTRICAL ENGINEERING Prepared By: Checked By: Approved By: Engr. Saqib Riaz Engr. M.Nasim Khan Dr.Noman Jafri Lecturer

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

CHARACTERIZATION OF OP-AMP

CHARACTERIZATION OF OP-AMP EXPERIMENT 4 CHARACTERIZATION OF OP-AMP OBJECTIVES 1. To sketch and briefly explain an operational amplifier circuit symbol and identify all terminals. 2. To list the amplifier stages in a typical op-amp

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

EE 3111 Lab 7.1. BJT Amplifiers

EE 3111 Lab 7.1. BJT Amplifiers EE 3111 Lab 7.1 BJT Amplifiers BJT Amplifier Device/circuit that alters the amplitude of a signal, while keeping input waveform shape BJT amplifiers run the BJT in active mode. Forward current gain is

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

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

Electronic Instrumentation. Experiment 8: Diodes (continued) Project 4: Optical Communications Link

Electronic Instrumentation. Experiment 8: Diodes (continued) Project 4: Optical Communications Link Electronic Instrumentation Experiment 8: Diodes (continued) Project 4: Optical Communications Link Agenda Brief Review: Diodes Zener Diodes Project 4: Optical Communication Link Why optics? Understanding

More information

Lecture 11. Operational Amplifier (opamp)

Lecture 11. Operational Amplifier (opamp) Lecture 11 Operational Amplifier (opamp) Peter Cheung Department of Electrical & Electronic Engineering Imperial College London URL: www.ee.ic.ac.uk/pcheung/teaching/de1_ee/ E-mail: p.cheung@imperial.ac.uk

More information

Michael Tang TA: Ketobi 7/18/13

Michael Tang TA: Ketobi 7/18/13 Michael Tang TA: Ketobi 7/18/13 Lab Station #5 Section 1 Partners: Matt, Ryan Task 1: Basic Inverting Amplifier For this task, a basic inverting amplifier was needed to be designed to amplify the output

More information

Basics of Analog Multiplexers 1. Exercises TI Precision Labs Op Amps

Basics of Analog Multiplexers 1. Exercises TI Precision Labs Op Amps Basics of Analog Multiplexers 1 Exercises TI Precision Labs Op Amps 1 VSS VDD 1. In the circuit below, one of the input channels of the MUX36S08 is fed with a 2V p-p sinewave signal. The output of the

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

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

Digital Applications of the Operational Amplifier

Digital Applications of the Operational Amplifier Lab Procedure 1. Objective This project will show the versatile operation of an operational amplifier in a voltage comparator (Schmitt Trigger) circuit and a sample and hold circuit. 2. Components Qty

More information

ACTIVE FILTERS USING OPERATIONAL AMPLIFIERS

ACTIVE FILTERS USING OPERATIONAL AMPLIFIERS ACTIVE FILTERS USING OPERATIONAL AMPLIFIERS OBJECTIVE The purpose of the experiment is to design and compare the frequency plots of second order low pass and high pass active filters. EQUIPMENT REQUIRED

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

EELE 201 Circuits I. Fall 2013 (4 Credits)

EELE 201 Circuits I. Fall 2013 (4 Credits) EELE 201 Circuits I Instructor: Fall 2013 (4 Credits) Jim Becker 535 Cobleigh Hall 994-5988 Office hours: Monday 2:30-3:30 pm and Wednesday 3:30-4:30 pm or by appointment EMAIL: For EELE 201-related questions,

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

EE 230 Lab Lab 9. Prior to Lab

EE 230 Lab Lab 9. Prior to Lab MOS transistor characteristics This week we look at some MOS transistor characteristics and circuits. Most of the measurements will be done with our usual lab equipment, but we will also use the parameter

More information

Low Distortion Design 4

Low Distortion Design 4 Low Distortion Design 4 TIPL 1324 TI Precision Labs Op Amps Presented by Collin Wells Prepared by John Caldwell Prerequisites: Noise 1 3 (TIPL1311 TIPL1313) Distortion from Power Supplies Power supplies

More information

The Operational Amplifier This lab is adapted from the Kwantlen Lab Manual

The Operational Amplifier This lab is adapted from the Kwantlen Lab Manual Name: Partner(s): Desk #: Date: Purpose The Operational Amplifier This lab is adapted from the Kwantlen Lab Manual The purpose of this lab is to examine the functions of operational amplifiers (op amps)

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

Application Note. Piezo Amplifier. Piezoelectric Amplifier Connection. accelinstruments.com

Application Note. Piezo Amplifier. Piezoelectric Amplifier Connection. accelinstruments.com Piezo Amplifier Piezo amplifier is ideal for driving high-capacitance and high-frequency piezoelectric devices. Piezo actuators and transducers are usually capacitive. Due to their high-capacitance, their

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

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

Exam Below are two schematics of current sources implemented with MOSFETs. Which current source has the best compliance voltage?

Exam Below are two schematics of current sources implemented with MOSFETs. Which current source has the best compliance voltage? Exam 2 Name: Score /90 Question 1 Short Takes 1 point each unless noted otherwise. 1. Below are two schematics of current sources implemented with MOSFETs. Which current source has the best compliance

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

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

Phy 335, Unit 4 Transistors and transistor circuits (part one)

Phy 335, Unit 4 Transistors and transistor circuits (part one) Mini-lecture topics (multiple lectures): Phy 335, Unit 4 Transistors and transistor circuits (part one) p-n junctions re-visited How does a bipolar transistor works; analogy with a valve Basic circuit

More information

Thursday, 1/23/19 Automatic Gain Control As previously shown, 1 0 is a nonlinear system that produces a limit cycle with a distorted sinusoid for

Thursday, 1/23/19 Automatic Gain Control As previously shown, 1 0 is a nonlinear system that produces a limit cycle with a distorted sinusoid for Thursday, 1/23/19 Automatic Gain Control As previously shown, 1 0 is a nonlinear system that produces a limit cycle with a distorted sinusoid for x(t), which is not a very good sinusoidal oscillator. A

More information