Poles, Zeros, and Frequency Response

Size: px
Start display at page:

Download "Poles, Zeros, and Frequency Response"

Transcription

1 Complex Poles Poles, Zeros, and Frequency esponse With only resistors and capacitors, you're stuck with real poles. If you want complex poles, you need either an op-amp or an inductor as well. Complex poles allow you to build better low pass filters, high pass filters, band pass filters, and band reject filters. Graphically, this works as follows. Consider the transfer function s+a The frequency response is obtained by letting s jω: jω+a Graphically, the gain is equal to the vector '' divided by the vector ' jω + a'. The latter term is equal to the vector from the pole at -a to the origin (a) plus the vector jω. jw+a imag jw -a a real Since you're dividing by jω+a, the gain is A maximum when you're closest to the pole (i.e. at w = 0). Zero when you're far away from the pole (at infinity), and Down by 2 when the frequency is ja. If the pole is complex, this still works. The gain is A maximum when you're closest to the pole (i.e. at w = imag(a)). Zero when you're far away from the pole (at infinity), and Down by when the frequency is real(a) away from the resonance (imag(a). JSG - - rev February 26, 2009

2 For example, the frequency response of s+ j0 looks like the following. Note that the maximum gain is at w=0 (the complex part of the pole). The gain is down by 2 when you're rad/sec away from the resonance. Of course, you'll never (?) have a complex pole without it's conjugate. There should be a similar pole with a resonance at -0 rad/sec. The net result will be the above plot, slightly shifted left due to the conjugate pole. JSG rev February 26, 2009

3 Passive LC Filters: One type of LC filter uses a voltage source and LC in series: C L X Vr Vc Vl LC Filter. Make the voltage across, C, or L the output to get different types of filters. Y=Vc: Low Pass Filter Y = V c = /Cs +Ls+/Cs = LCs 2 +Cs+ Note that at DC (s=0), the gain is one (it's a low pass filter). The poles can be complex with,l,c determining the coefficients of the denominator. One element is arbitrary, the other two determine the poles. Y=Vr: Band Pass Filter Y = V r = +Ls+/Cs = Cs LCs 2 +Cs+ Note that the gain at DC (s=0) is zero due to the numerator 's'. The gain at infinity is also zero due to the denominator having an s 2 term. At resonance, LCs 2 + = 0 LCω 2 + = 0 ω 2 = LC At this frequency, the gain is one. Y = V L = High Pass Filter Y = V L = Ls +Ls+/Cs = LCs 2 LCs 2 +Cs+ Note that the gain at DC is zero while the gain as s goes to infinity is one. This makes a high pass filter. When you have complex poles, you can make the angle of the poles whatever you want. The angle affects how much resonance you get, however. Typical angles are: 0 degrees: 'C filter'. Both poles are real. JSG rev February 26, 2009

4 45 degrees: 'Butteworth Filter': The gain is maximally flat with no resonance degrees: 'Chebychev Filter' with a resonance of 3dB. For example, for the low-pass filter, the gain vs. frequency for these three angles are as follows: Note that there is a tradeoff. As you increase the angle of the poles (they become more complex), the bandwidth increases (good). The resonance also increases as well (bad). This is a common design decision in making speakers for stereos. The deeper the bass, the better the speaker sells. If you push the design too far, the speaker will have a resonance similar to the red curve above. When the bass guitar hits this note, the speaker 'booms' and plays it too loud - hence the name 'boom box.' In case you're interested, the relationship between the angle of the poles and the resonance is: where M m = 2ζ ζ 2 ζ = cos (θ) θ is the angle of the complex poles, and the transfer function can be written as? s ζω o s+ω 0 You'll see more about this in ECE 46. Example : Design a LC low pass filter with a corner at 250Hz. Solution: Take the output across the capacitor. Let ω o = 2π 250 = 500π for a corner at 250Hz. Let ζ = cos (45 0 ) = for a Butteworth filter. Then JSG rev February 26, 2009

5 LCs 2 +Cs+ = (57) 2 s 2 +0s+(57) 2 ewriting it so it's in the same form: So Let Then: /LC s 2 +/Ls+/LC LC = 572 L = 222 L = 0. H = 222 Ohms C = 4.05 uf = (57) 2 s s+(57) 2 (57) 2 Y = s s+(57) 2 To plot the gain vs. frequency the following MATLAB code works: >f = [0:000]'; >w = 2*pi*f; >s = j*w; >G = (57^2)./ (s.^ *s + 57^2); >plot(f,abs(g)) >xlabel('hz') >ylabel('gain') JSG rev February 26, 2009

6 Example 2: Design a LC high pass filter with a corner at 250Hz. Solution: Use the same design as before, just take the voltage across the inductors as the output: s 2 Y = s 2 +0s+(57) 2 >G2 = (s.^2)./ (s.^ *s + 57^2); >plot(f,abs(g2)) >xlabel('hz') >ylabel('gain') Example 3: Design a LC band pass filter which passes frequencies between 240Hz and 260Hz. Solution: Use the LC filter with the output being the resistor. For a maximum gain of 250Hz, let the complex part of the poles be imag(pole)=250hz = 500π For a bandwidth of +/-0Hz from the resonance, pick the real part of the pole to be real(pole)=0hz = 20π Thus, the transfer function should be So,? (s+20π+j500π)(s+20π j500π)? s 2 +(40π)s+ (40π)2 +(500π) 2 Matching terms: 25s s 2 +25s+2,483,92 25s s 2 +25s+2,483,92 = X Cs LCs 2 +Cs+ JSG rev February 26, 2009

7 25s s 2 +25s+2,483,92 /L = 25 /LC = 2,483,92 Let L = 0.H = 2.5 Ohms C = 4.02 uf In MATLAB: = /Ls s 2 +/Ls+/LC >G3 = (25*s)./ (s.^2 + 25*s ); >plot(f,abs(g3)) >xlabel('hz') >ylabel('gain') Band eject Filters A slight variant uses an inductor and a capacitor in series and parallel, The parallel combination is the band pass filter above (where the output is across the resistor). Note that the impedance of L and C are: or Z = jωc + jωl Z = j ωl ωc At DC, the impedance is infinity due to the capacitor. At infinity, the impedance is infinity due to the inductor. At some frequency, however, the impedance of L and C cancel. In this case, their combined resistance is zero at that particular frequency. You can do the same thing with L and C in parallel. In this case, the admittance is JSG rev February 26, 2009

8 Z = (jωl) z = jωl + jωc jωc = j Z ωc + ωl Now, the admittance is infinity at ω=0 (DC) and ω = (meaning the resistance is zero at ω=0 and ω= ). At resonance, the C and L terms cancel, resulting in the admittance being zero (or the resistance being infinity). So, LC in series has a resistance of zero at resonance LC in parallel has a resistance of infinity at resonance. This lets you build networks to pass or block different frequencies. Example 4: Design a filter to reject frequencies between 58Hz and 62Hz. Solution: Use a voltage divider like we've been doing. In the top part, use a resistor. In the part to ground, add a LC in series with a resonance of 60Hz to short out the output at 60Hz. C + X + - L Y - By voltage division, the gain is Ls+ Cs Ls+ Cs + LCs 2 + LCs 2 +Cs+ s 2 + LC s 2 + L s+ LC For a resonance of 60Hz (20 π rad/sec), let LC = (20π)2 JSG rev February 26, 2009

9 For a bandwidth of 4Hz (8 π rad/sec), let Let L = 8π L = 0. H = 2.53 Ohms C = 70.3uF The gain vs. frequency is then s 2 +(20π) 2 Y = s 2 +8πs+(20π) 2 In MATLAB: >f = [50:0.:70]'; >w = 2*pi*f; >s = j*w; >G5 = (s.^ ^2)./ (s.^ *s + 377^2); >plot(f,abs(g5)) >xlabel('hz'); >ylabel('gain') Note: You can do better if you replace the resistor with an LC parallel network. This is what the utilities do at their substations. High-frequency signals are placed on the power lines so you can talk to and from the substations. To prevent the 60Hz power from interfering with this communication, LC series / parallel networks are used to pass / block the 60Hz signal. This is more efficient that a resistor, which would dissipate energy as heat, costing the utilities money. JSG rev February 26, 2009

EE221 Circuits II. Chapter 14 Frequency Response

EE221 Circuits II. Chapter 14 Frequency Response EE22 Circuits II Chapter 4 Frequency Response Frequency Response Chapter 4 4. Introduction 4.2 Transfer Function 4.3 Bode Plots 4.4 Series Resonance 4.5 Parallel Resonance 4.6 Passive Filters 4.7 Active

More information

EE221 Circuits II. Chapter 14 Frequency Response

EE221 Circuits II. Chapter 14 Frequency Response EE22 Circuits II Chapter 4 Frequency Response Frequency Response Chapter 4 4. Introduction 4.2 Transfer Function 4.3 Bode Plots 4.4 Series Resonance 4.5 Parallel Resonance 4.6 Passive Filters 4.7 Active

More information

Poles, Zeros, and Frequency Response

Poles, Zeros, and Frequency Response Poles, Zeros, and Frequency Response With the previous circuits, you can build filters with Real poles Complex Poles, and Zeros at s = 0 Filter design uses this to places poles and zeros to give a desired

More information

R-L-C Circuits and Resonant Circuits

R-L-C Circuits and Resonant Circuits P517/617 Lec4, P1 R-L-C Circuits and Resonant Circuits Consider the following RLC series circuit What's R? Simplest way to solve for is to use voltage divider equation in complex notation. X L X C in 0

More information

Lecture 4: R-L-C Circuits and Resonant Circuits

Lecture 4: R-L-C Circuits and Resonant Circuits Lecture 4: R-L-C Circuits and Resonant Circuits RLC series circuit: What's V R? Simplest way to solve for V is to use voltage divider equation in complex notation: V X L X C V R = in R R + X C + X L L

More information

Sinusoidal Steady-State Analysis

Sinusoidal Steady-State Analysis Chapter 4 Sinusoidal Steady-State Analysis In this unit, we consider circuits in which the sources are sinusoidal in nature. The review section of this unit covers most of section 9.1 9.9 of the text.

More information

Designing Information Devices and Systems II Fall 2018 Elad Alon and Miki Lustig Discussion 5A

Designing Information Devices and Systems II Fall 2018 Elad Alon and Miki Lustig Discussion 5A EECS 6B Designing Information Devices and Systems II Fall 208 Elad Alon and Miki Lustig Discussion 5A Transfer Function When we write the transfer function of an arbitrary circuit, it always takes the

More information

Sophomore Physics Laboratory (PH005/105)

Sophomore Physics Laboratory (PH005/105) CALIFORNIA INSTITUTE OF TECHNOLOGY PHYSICS MATHEMATICS AND ASTRONOMY DIVISION Sophomore Physics Laboratory (PH5/15) Analog Electronics Active Filters Copyright c Virgínio de Oliveira Sannibale, 23 (Revision

More information

Handout 11: AC circuit. AC generator

Handout 11: AC circuit. AC generator Handout : AC circuit AC generator Figure compares the voltage across the directcurrent (DC) generator and that across the alternatingcurrent (AC) generator For DC generator, the voltage is constant For

More information

OPERATIONAL AMPLIFIER APPLICATIONS

OPERATIONAL AMPLIFIER APPLICATIONS OPERATIONAL AMPLIFIER APPLICATIONS 2.1 The Ideal Op Amp (Chapter 2.1) Amplifier Applications 2.2 The Inverting Configuration (Chapter 2.2) 2.3 The Non-inverting Configuration (Chapter 2.3) 2.4 Difference

More information

Dynamic circuits: Frequency domain analysis

Dynamic circuits: Frequency domain analysis Electronic Circuits 1 Dynamic circuits: Contents Free oscillation and natural frequency Transfer functions Frequency response Bode plots 1 System behaviour: overview 2 System behaviour : review solution

More information

Superposition (take 3)

Superposition (take 3) Superposition (take 3) Previously, we looked at how to analyze an AC to DC converter and a Buck converter. To solve these circuits, we changed the problem so that the input contained A DC signal, and An

More information

Finding Transfer Functions of Circuits Using State-Space

Finding Transfer Functions of Circuits Using State-Space Objective: Finding Transfer Functions of Circuits Using State-Space Write the state-space model for a circuit Find the transfer function for a system in state-space form Discussion Assume either The input

More information

Electronic Circuits EE359A

Electronic Circuits EE359A Electronic Circuits EE359A Bruce McNair B26 bmcnair@stevens.edu 21-216-5549 Lecture 22 578 Second order LCR resonator-poles V o I 1 1 = = Y 1 1 + sc + sl R s = C 2 s 1 s + + CR LC s = C 2 sω 2 s + + ω

More information

Lecture 6: Impedance (frequency dependent. resistance in the s- world), Admittance (frequency. dependent conductance in the s- world), and

Lecture 6: Impedance (frequency dependent. resistance in the s- world), Admittance (frequency. dependent conductance in the s- world), and Lecture 6: Impedance (frequency dependent resistance in the s- world), Admittance (frequency dependent conductance in the s- world), and Consequences Thereof. Professor Ray, what s an impedance? Answers:

More information

EE 40: Introduction to Microelectronic Circuits Spring 2008: Midterm 2

EE 40: Introduction to Microelectronic Circuits Spring 2008: Midterm 2 EE 4: Introduction to Microelectronic Circuits Spring 8: Midterm Venkat Anantharam 3/9/8 Total Time Allotted : min Total Points:. This is a closed book exam. However, you are allowed to bring two pages

More information

2. The following diagram illustrates that voltage represents what physical dimension?

2. The following diagram illustrates that voltage represents what physical dimension? BioE 1310 - Exam 1 2/20/2018 Answer Sheet - Correct answer is A for all questions 1. A particular voltage divider with 10 V across it consists of two resistors in series. One resistor is 7 KΩ and the other

More information

Second-order filters. EE 230 second-order filters 1

Second-order filters. EE 230 second-order filters 1 Second-order filters Second order filters: Have second order polynomials in the denominator of the transfer function, and can have zeroth-, first-, or second-order polynomials in the numerator. Use two

More information

Passive RL and RC Filters

Passive RL and RC Filters NDSU Passive RL and RC Filters ECE 3 Passive RL and RC Filters A filter is a system whose gain changes with frequency. Essentially, all dynamic systems are filters. -Stage Low-Pass Filter For the following

More information

Electronics. Basics & Applications. group talk Daniel Biesinger

Electronics. Basics & Applications. group talk Daniel Biesinger Electronics Basics & Applications group talk 23.7.2010 by Daniel Biesinger 1 2 Contents Contents Basics Simple applications Equivalent circuit Impedance & Reactance More advanced applications - RC circuits

More information

Chapter 33. Alternating Current Circuits

Chapter 33. Alternating Current Circuits Chapter 33 Alternating Current Circuits 1 Capacitor Resistor + Q = C V = I R R I + + Inductance d I Vab = L dt AC power source The AC power source provides an alternative voltage, Notation - Lower case

More information

Impedance and Loudspeaker Parameter Measurement

Impedance and Loudspeaker Parameter Measurement ECEN 2260 Circuits/Electronics 2 Spring 2007 2-26-07 P. Mathys Impedance and Loudspeaker Parameter Measurement 1 Impedance Measurement Many elements from which electrical circuits are built are two-terminal

More information

LCR Series Circuits. AC Theory. Introduction to LCR Series Circuits. Module. What you'll learn in Module 9. Module 9 Introduction

LCR Series Circuits. AC Theory. Introduction to LCR Series Circuits. Module. What you'll learn in Module 9. Module 9 Introduction Module 9 AC Theory LCR Series Circuits Introduction to LCR Series Circuits What you'll learn in Module 9. Module 9 Introduction Introduction to LCR Series Circuits. Section 9.1 LCR Series Circuits. Amazing

More information

The general form for the transform function of a second order filter is that of a biquadratic (or biquad to the cool kids).

The general form for the transform function of a second order filter is that of a biquadratic (or biquad to the cool kids). nd-order filters The general form for the transform function of a second order filter is that of a biquadratic (or biquad to the cool kids). T (s) A p s a s a 0 s b s b 0 As before, the poles of the transfer

More information

Operational Amplifiers

Operational Amplifiers NDSU Operational Amplifiers ECE 06 JSG Operational Amplifiers An operational amplifier is a input device with V o k(v V ) where k is a large number. For short, the following symbol is used for an differential

More information

EE292: Fundamentals of ECE

EE292: Fundamentals of ECE EE292: Fundamentals of ECE Fall 2012 TTh 10:00-11:15 SEB 1242 Lecture 18 121025 http://www.ee.unlv.edu/~b1morris/ee292/ 2 Outline Review RMS Values Complex Numbers Phasors Complex Impedance Circuit Analysis

More information

Lecture 16 FREQUENCY RESPONSE OF SIMPLE CIRCUITS

Lecture 16 FREQUENCY RESPONSE OF SIMPLE CIRCUITS Lecture 6 FREQUENCY RESPONSE OF SIMPLE CIRCUITS Ray DeCarlo School of ECE Purdue University West Lafayette, IN 47907-285 decarlo@ecn.purdue.edu EE-202, Frequency Response p 2 R. A. DeCarlo I. WHAT IS FREQUENCY

More information

Speaker: Arthur Williams Chief Scientist Telebyte Inc. Thursday November 20 th 2008 INTRODUCTION TO ACTIVE AND PASSIVE ANALOG

Speaker: Arthur Williams Chief Scientist Telebyte Inc. Thursday November 20 th 2008 INTRODUCTION TO ACTIVE AND PASSIVE ANALOG INTRODUCTION TO ACTIVE AND PASSIVE ANALOG FILTER DESIGN INCLUDING SOME INTERESTING AND UNIQUE CONFIGURATIONS Speaker: Arthur Williams Chief Scientist Telebyte Inc. Thursday November 20 th 2008 TOPICS Introduction

More information

6.1 Introduction

6.1 Introduction 6. Introduction A.C Circuits made up of resistors, inductors and capacitors are said to be resonant circuits when the current drawn from the supply is in phase with the impressed sinusoidal voltage. Then.

More information

Some of the different forms of a signal, obtained by transformations, are shown in the figure. jwt e z. jwt z e

Some of the different forms of a signal, obtained by transformations, are shown in the figure. jwt e z. jwt z e Transform methods Some of the different forms of a signal, obtained by transformations, are shown in the figure. X(s) X(t) L - L F - F jw s s jw X(jw) X*(t) F - F X*(jw) jwt e z jwt z e X(nT) Z - Z X(z)

More information

Name: Lab: M8 M2 W8 Th8 Th11 Th2 F8. cos( θ) = cos(θ) sin( θ) = sin(θ) sin(θ) = cos. θ (radians) θ (degrees) cos θ sin θ π/6 30

Name: Lab: M8 M2 W8 Th8 Th11 Th2 F8. cos( θ) = cos(θ) sin( θ) = sin(θ) sin(θ) = cos. θ (radians) θ (degrees) cos θ sin θ π/6 30 Name: Lab: M8 M2 W8 Th8 Th11 Th2 F8 Trigonometric Identities cos(θ) = cos(θ) sin(θ) = sin(θ) sin(θ) = cos Cosines and Sines of common angles Euler s Formula θ (radians) θ (degrees) cos θ sin θ 0 0 1 0

More information

8.1.6 Quadratic pole response: resonance

8.1.6 Quadratic pole response: resonance 8.1.6 Quadratic pole response: resonance Example G(s)= v (s) v 1 (s) = 1 1+s L R + s LC L + Second-order denominator, of the form 1+a 1 s + a s v 1 (s) + C R Two-pole low-pass filter example v (s) with

More information

AC analysis - many examples

AC analysis - many examples AC analysis - many examples The basic method for AC analysis:. epresent the AC sources as complex numbers: ( ). Convert resistors, capacitors, and inductors into their respective impedances: resistor Z

More information

MODULE-4 RESONANCE CIRCUITS

MODULE-4 RESONANCE CIRCUITS Introduction: MODULE-4 RESONANCE CIRCUITS Resonance is a condition in an RLC circuit in which the capacitive and inductive Reactance s are equal in magnitude, there by resulting in purely resistive impedance.

More information

Chapter 8: Converter Transfer Functions

Chapter 8: Converter Transfer Functions Chapter 8. Converter Transfer Functions 8.1. Review of Bode plots 8.1.1. Single pole response 8.1.2. Single zero response 8.1.3. Right half-plane zero 8.1.4. Frequency inversion 8.1.5. Combinations 8.1.6.

More information

EE40 Lec 13. Prof. Nathan Cheung 10/13/2009. Reading: Hambley Chapter Chapter 14.10,14.5

EE40 Lec 13. Prof. Nathan Cheung 10/13/2009. Reading: Hambley Chapter Chapter 14.10,14.5 EE4 Lec 13 Filter and eonance Pro. Nathan Cheung 1/13/9 eading: Hambley Chapter 6.6-6.8 Chapter 14.1,14.5 Slide 1 Common Filter Traner Function v. Freq H ( ) H( ) Low Pa High Pa Frequency H ( ) H ( ) Frequency

More information

AC Circuit Analysis and Measurement Lab Assignment 8

AC Circuit Analysis and Measurement Lab Assignment 8 Electric Circuit Lab Assignments elcirc_lab87.fm - 1 AC Circuit Analysis and Measurement Lab Assignment 8 Introduction When analyzing an electric circuit that contains reactive components, inductors and

More information

GATE 20 Years. Contents. Chapters Topics Page No.

GATE 20 Years. Contents. Chapters Topics Page No. GATE 0 Years Contents Chapters Topics Page No. Chapter- Chapter- Chapter- Chapter-4 Chapter-5 GATE Syllabus for this Chapter Topic elated to Syllabus Previous 0-Years GATE Questions Previous 0-Years GATE

More information

Chapter 2 Circuit Elements

Chapter 2 Circuit Elements Chapter Circuit Elements Chapter Circuit Elements.... Introduction.... Circuit Element Construction....3 Resistor....4 Inductor...4.5 Capacitor...6.6 Element Basics...8.6. Element Reciprocals...8.6. Reactance...8.6.3

More information

Filters and Tuned Amplifiers

Filters and Tuned Amplifiers Filters and Tuned Amplifiers Essential building block in many systems, particularly in communication and instrumentation systems Typically implemented in one of three technologies: passive LC filters,

More information

Solution: K m = R 1 = 10. From the original circuit, Z L1 = jωl 1 = j10 Ω. For the scaled circuit, L 1 = jk m ωl 1 = j10 10 = j100 Ω, Z L

Solution: K m = R 1 = 10. From the original circuit, Z L1 = jωl 1 = j10 Ω. For the scaled circuit, L 1 = jk m ωl 1 = j10 10 = j100 Ω, Z L Problem 9.9 Circuit (b) in Fig. P9.9 is a scaled version of circuit (a). The scaling process may have involved magnitude or frequency scaling, or both simultaneously. If R = kω gets scaled to R = kω, supply

More information

Ver 3537 E1.1 Analysis of Circuits (2014) E1.1 Circuit Analysis. Problem Sheet 1 (Lectures 1 & 2)

Ver 3537 E1.1 Analysis of Circuits (2014) E1.1 Circuit Analysis. Problem Sheet 1 (Lectures 1 & 2) Ver 3537 E. Analysis of Circuits () Key: [A]= easy... [E]=hard E. Circuit Analysis Problem Sheet (Lectures & ). [A] One of the following circuits is a series circuit and the other is a parallel circuit.

More information

EE-202 Exam III April 13, 2015

EE-202 Exam III April 13, 2015 EE-202 Exam III April 3, 205 Name: (Please print clearly.) Student ID: CIRCLE YOUR DIVISION DeCarlo-7:30-8:30 Furgason 3:30-4:30 DeCarlo-:30-2:30 202 2022 2023 INSTRUCTIONS There are 2 multiple choice

More information

Lecture 9 Time Domain vs. Frequency Domain

Lecture 9 Time Domain vs. Frequency Domain . Topics covered Lecture 9 Time Domain vs. Frequency Domain (a) AC power in the time domain (b) AC power in the frequency domain (c) Reactive power (d) Maximum power transfer in AC circuits (e) Frequency

More information

Alternating Current Circuits

Alternating Current Circuits Alternating Current Circuits AC Circuit An AC circuit consists of a combination of circuit elements and an AC generator or source. The output of an AC generator is sinusoidal and varies with time according

More information

Single Phase Parallel AC Circuits

Single Phase Parallel AC Circuits Single Phase Parallel AC Circuits 1 Single Phase Parallel A.C. Circuits (Much of this material has come from Electrical & Electronic Principles & Technology by John Bird) n parallel a.c. circuits similar

More information

REACTANCE. By: Enzo Paterno Date: 03/2013

REACTANCE. By: Enzo Paterno Date: 03/2013 REACTANCE REACTANCE By: Enzo Paterno Date: 03/2013 5/2007 Enzo Paterno 1 RESISTANCE - R i R (t R A resistor for all practical purposes is unaffected by the frequency of the applied sinusoidal voltage or

More information

Frequency Response. Re ve jφ e jωt ( ) where v is the amplitude and φ is the phase of the sinusoidal signal v(t). ve jφ

Frequency Response. Re ve jφ e jωt ( ) where v is the amplitude and φ is the phase of the sinusoidal signal v(t). ve jφ 27 Frequency Response Before starting, review phasor analysis, Bode plots... Key concept: small-signal models for amplifiers are linear and therefore, cosines and sines are solutions of the linear differential

More information

Lecture 6: Impedance (frequency dependent. resistance in the s-world), Admittance (frequency. dependent conductance in the s-world), and

Lecture 6: Impedance (frequency dependent. resistance in the s-world), Admittance (frequency. dependent conductance in the s-world), and Lecture 6: Impedance (frequency dependent resistance in the s-world), Admittance (frequency dependent conductance in the s-world), and Consequences Thereof. Professor Ray, what s an impedance? Answers:.

More information

RLC Series Circuit. We can define effective resistances for capacitors and inductors: 1 = Capacitive reactance:

RLC Series Circuit. We can define effective resistances for capacitors and inductors: 1 = Capacitive reactance: RLC Series Circuit In this exercise you will investigate the effects of changing inductance, capacitance, resistance, and frequency on an RLC series AC circuit. We can define effective resistances for

More information

ECE3050 Assignment 7

ECE3050 Assignment 7 ECE3050 Assignment 7. Sketch and label the Bode magnitude and phase plots for the transfer functions given. Use loglog scales for the magnitude plots and linear-log scales for the phase plots. On the magnitude

More information

I. Frequency Response of Voltage Amplifiers

I. Frequency Response of Voltage Amplifiers I. Frequency Response of Voltage Amplifiers A. Common-Emitter Amplifier: V i SUP i OUT R S V BIAS R L v OUT V Operating Point analysis: 0, R s 0, r o --->, r oc --->, R L ---> Find V BIAS such that I C

More information

Exercise s = 1. cos 60 ± j sin 60 = 0.5 ± j 3/2. = s 2 + s + 1. (s + 1)(s 2 + s + 1) T(jω) = (1 + ω2 )(1 ω 2 ) 2 + ω 2 (1 + ω 2 )

Exercise s = 1. cos 60 ± j sin 60 = 0.5 ± j 3/2. = s 2 + s + 1. (s + 1)(s 2 + s + 1) T(jω) = (1 + ω2 )(1 ω 2 ) 2 + ω 2 (1 + ω 2 ) Exercise 7 Ex: 7. A 0 log T [db] T 0.99 0.9 0.8 0.7 0.5 0. 0 A 0 0. 3 6 0 Ex: 7. A max 0 log.05 0 log 0.95 0.9 db [ ] A min 0 log 40 db 0.0 Ex: 7.3 s + js j Ts k s + 3 + j s + 3 j s + 4 k s + s + 4 + 3

More information

Sinusoidal Steady State Analysis (AC Analysis) Part I

Sinusoidal Steady State Analysis (AC Analysis) Part I Sinusoidal Steady State Analysis (AC Analysis) Part I Amin Electronics and Electrical Communications Engineering Department (EECE) Cairo University elc.n102.eng@gmail.com http://scholar.cu.edu.eg/refky/

More information

RLC Circuit (3) We can then write the differential equation for charge on the capacitor. The solution of this differential equation is

RLC Circuit (3) We can then write the differential equation for charge on the capacitor. The solution of this differential equation is RLC Circuit (3) We can then write the differential equation for charge on the capacitor The solution of this differential equation is (damped harmonic oscillation!), where 25 RLC Circuit (4) If we charge

More information

Sinusoidal Steady-State Analysis

Sinusoidal Steady-State Analysis Sinusoidal Steady-State Analysis Almost all electrical systems, whether signal or power, operate with alternating currents and voltages. We have seen that when any circuit is disturbed (switched on or

More information

Review of DC Electric Circuit. DC Electric Circuits Examples (source:

Review of DC Electric Circuit. DC Electric Circuits Examples (source: Review of DC Electric Circuit DC Electric Circuits Examples (source: http://hyperphysics.phyastr.gsu.edu/hbase/electric/dcex.html) 1 Review - DC Electric Circuit Multisim Circuit Simulation DC Circuit

More information

Unit 2: Modeling in the Frequency Domain. Unit 2, Part 4: Modeling Electrical Systems. First Example: Via DE. Resistors, Inductors, and Capacitors

Unit 2: Modeling in the Frequency Domain. Unit 2, Part 4: Modeling Electrical Systems. First Example: Via DE. Resistors, Inductors, and Capacitors Unit 2: Modeling in the Frequency Domain Part 4: Modeling Electrical Systems Engineering 582: Control Systems I Faculty of Engineering & Applied Science Memorial University of Newfoundland January 20,

More information

EE-202 Exam III April 6, 2017

EE-202 Exam III April 6, 2017 EE-202 Exam III April 6, 207 Name: (Please print clearly.) Student ID: CIRCLE YOUR DIVISION DeCarlo--202 DeCarlo--2022 7:30 MWF :30 T-TH INSTRUCTIONS There are 3 multiple choice worth 5 points each and

More information

Driven RLC Circuits Challenge Problem Solutions

Driven RLC Circuits Challenge Problem Solutions Driven LC Circuits Challenge Problem Solutions Problem : Using the same circuit as in problem 6, only this time leaving the function generator on and driving below resonance, which in the following pairs

More information

Electric Circuit Theory

Electric Circuit Theory Electric Circuit Theory Nam Ki Min nkmin@korea.ac.kr 010-9419-2320 Chapter 11 Sinusoidal Steady-State Analysis Nam Ki Min nkmin@korea.ac.kr 010-9419-2320 Contents and Objectives 3 Chapter Contents 11.1

More information

ECE 255, Frequency Response

ECE 255, Frequency Response ECE 255, Frequency Response 19 April 2018 1 Introduction In this lecture, we address the frequency response of amplifiers. This was touched upon briefly in our previous lecture in Section 7.5 of the textbook.

More information

2nd-order filters. EE 230 second-order filters 1

2nd-order filters. EE 230 second-order filters 1 nd-order filters Second order filters: Have second order polynomials in the denominator of the transfer function, and can have zeroth-, first-, or second-order polyinomials in the numerator. Use two reactive

More information

LECTURE 25 and MORE: Basic Ingredients of Butterworth Filtering. Objective: Design a second order low pass filter whose 3dB down point is f c,min

LECTURE 25 and MORE: Basic Ingredients of Butterworth Filtering. Objective: Design a second order low pass filter whose 3dB down point is f c,min LECTURE 25 and MORE: Basic Ingredients of Butterworth Filtering INTRODUCTION: A SIMPLISTIC DESIGN OVERVIEW Objective: Design a second order low pass filter whose 3dB down point is f c,min 500 Hz or ω c,min

More information

EE313 Fall 2013 Exam #1 (100 pts) Thursday, September 26, 2013 Name. 1) [6 pts] Convert the following time-domain circuit to the RMS Phasor Domain.

EE313 Fall 2013 Exam #1 (100 pts) Thursday, September 26, 2013 Name. 1) [6 pts] Convert the following time-domain circuit to the RMS Phasor Domain. Name If you have any questions ask them. Remember to include all units on your answers (V, A, etc). Clearly indicate your answers. All angles must be in the range 0 to +180 or 0 to 180 degrees. 1) [6 pts]

More information

Electric Circuits I FINAL EXAMINATION

Electric Circuits I FINAL EXAMINATION EECS:300, Electric Circuits I s6fs_elci7.fm - Electric Circuits I FINAL EXAMINATION Problems Points.. 3. 0 Total 34 Was the exam fair? yes no 5//6 EECS:300, Electric Circuits I s6fs_elci7.fm - Problem

More information

Part 4: Electromagnetism. 4.1: Induction. A. Faraday's Law. The magnetic flux through a loop of wire is

Part 4: Electromagnetism. 4.1: Induction. A. Faraday's Law. The magnetic flux through a loop of wire is 1 Part 4: Electromagnetism 4.1: Induction A. Faraday's Law The magnetic flux through a loop of wire is Φ = BA cos θ B A B = magnetic field penetrating loop [T] A = area of loop [m 2 ] = angle between field

More information

Consider a simple RC circuit. We might like to know how much power is being supplied by the source. We probably need to find the current.

Consider a simple RC circuit. We might like to know how much power is being supplied by the source. We probably need to find the current. AC power Consider a simple RC circuit We might like to know how much power is being supplied by the source We probably need to find the current R 10! R 10! is VS Vmcosωt Vm 10 V f 60 Hz V m 10 V C 150

More information

Sinusoidal Steady State Analysis

Sinusoidal Steady State Analysis Sinusoidal Steady State Analysis 9 Assessment Problems AP 9. [a] V = 70/ 40 V [b] 0 sin(000t +20 ) = 0 cos(000t 70 ).. I = 0/ 70 A [c] I =5/36.87 + 0/ 53.3 =4+j3+6 j8 =0 j5 =.8/ 26.57 A [d] sin(20,000πt

More information

EE292: Fundamentals of ECE

EE292: Fundamentals of ECE EE292: Fundamentals of ECE Fall 2012 TTh 10:00-11:15 SEB 1242 Lecture 20 121101 http://www.ee.unlv.edu/~b1morris/ee292/ 2 Outline Chapters 1-3 Circuit Analysis Techniques Chapter 10 Diodes Ideal Model

More information

Prof. Anyes Taffard. Physics 120/220. Voltage Divider Capacitor RC circuits

Prof. Anyes Taffard. Physics 120/220. Voltage Divider Capacitor RC circuits Prof. Anyes Taffard Physics 120/220 Voltage Divider Capacitor RC circuits Voltage Divider The figure is called a voltage divider. It s one of the most useful and important circuit elements we will encounter.

More information

1 Phasors and Alternating Currents

1 Phasors and Alternating Currents Physics 4 Chapter : Alternating Current 0/5 Phasors and Alternating Currents alternating current: current that varies sinusoidally with time ac source: any device that supplies a sinusoidally varying potential

More information

EE105 Fall 2015 Microelectronic Devices and Circuits Frequency Response. Prof. Ming C. Wu 511 Sutardja Dai Hall (SDH)

EE105 Fall 2015 Microelectronic Devices and Circuits Frequency Response. Prof. Ming C. Wu 511 Sutardja Dai Hall (SDH) EE05 Fall 205 Microelectronic Devices and Circuits Frequency Response Prof. Ming C. Wu wu@eecs.berkeley.edu 5 Sutardja Dai Hall (SDH) Amplifier Frequency Response: Lower and Upper Cutoff Frequency Midband

More information

Physics 142 AC Circuits Page 1. AC Circuits. I ve had a perfectly lovely evening but this wasn t it. Groucho Marx

Physics 142 AC Circuits Page 1. AC Circuits. I ve had a perfectly lovely evening but this wasn t it. Groucho Marx Physics 142 A ircuits Page 1 A ircuits I ve had a perfectly lovely evening but this wasn t it. Groucho Marx Alternating current: generators and values It is relatively easy to devise a source (a generator

More information

Overview of Bode Plots Transfer function review Piece-wise linear approximations First-order terms Second-order terms (complex poles & zeros)

Overview of Bode Plots Transfer function review Piece-wise linear approximations First-order terms Second-order terms (complex poles & zeros) Overview of Bode Plots Transfer function review Piece-wise linear approximations First-order terms Second-order terms (complex poles & zeros) J. McNames Portland State University ECE 222 Bode Plots Ver.

More information

EE100Su08 Lecture #11 (July 21 st 2008)

EE100Su08 Lecture #11 (July 21 st 2008) EE100Su08 Lecture #11 (July 21 st 2008) Bureaucratic Stuff Lecture videos should be up by tonight HW #2: Pick up from office hours today, will leave them in lab. REGRADE DEADLINE: Monday, July 28 th 2008,

More information

R. W. Erickson. Department of Electrical, Computer, and Energy Engineering University of Colorado, Boulder

R. W. Erickson. Department of Electrical, Computer, and Energy Engineering University of Colorado, Boulder R. W. Erickson Department of Electrical, Computer, and Energy Engineering University of Colorado, Boulder 8.1. Review of Bode plots Decibels Table 8.1. Expressing magnitudes in decibels G db = 0 log 10

More information

6.17 The Lossy Voice-Coil Inductance

6.17 The Lossy Voice-Coil Inductance 6.7. THE LOSSY VOICE-COIL INDUCTANCE Solution. The impedance function is given by (/3.3) (s/38.2) Z VC (s) =7+0.008s +70 (s/38.2) 2 +(/3.3) (s/38.2) + Example 0 Solve for the element values in the equivalent

More information

CIRCUIT ANALYSIS II. (AC Circuits)

CIRCUIT ANALYSIS II. (AC Circuits) Will Moore MT & MT CIRCUIT ANALYSIS II (AC Circuits) Syllabus Complex impedance, power factor, frequency response of AC networks including Bode diagrams, second-order and resonant circuits, damping and

More information

Sinusoidal Steady-State Analysis

Sinusoidal Steady-State Analysis Sinusoidal Steady-State Analysis Mauro Forti October 27, 2018 Constitutive Relations in the Frequency Domain Consider a network with independent voltage and current sources at the same angular frequency

More information

What s Your (real or imaginary) LCR IQ?

What s Your (real or imaginary) LCR IQ? Chroma Systems Solutions, Inc. What s Your (real or imaginary) LCR IQ? 11021, 11025 LCR Meter Keywords:. Impedance, Inductance, Capacitance, Resistance, Admittance, Conductance, Dissipation Factor, 4-Terminal

More information

ECE 202 Fall 2013 Final Exam

ECE 202 Fall 2013 Final Exam ECE 202 Fall 2013 Final Exam December 12, 2013 Circle your division: Division 0101: Furgason (8:30 am) Division 0201: Bermel (9:30 am) Name (Last, First) Purdue ID # There are 18 multiple choice problems

More information

Single-Time-Constant (STC) Circuits This lecture is given as a background that will be needed to determine the frequency response of the amplifiers.

Single-Time-Constant (STC) Circuits This lecture is given as a background that will be needed to determine the frequency response of the amplifiers. Single-Time-Constant (STC) Circuits This lecture is given as a background that will be needed to determine the frequency response of the amplifiers. Objectives To analyze and understand STC circuits with

More information

Two-Port Networks Admittance Parameters CHAPTER16 THE LEARNING GOALS FOR THIS CHAPTER ARE THAT STUDENTS SHOULD BE ABLE TO:

Two-Port Networks Admittance Parameters CHAPTER16 THE LEARNING GOALS FOR THIS CHAPTER ARE THAT STUDENTS SHOULD BE ABLE TO: CHAPTER16 Two-Port Networks THE LEARNING GOALS FOR THIS CHAPTER ARE THAT STUDENTS SHOULD BE ABLE TO: Calculate the admittance, impedance, hybrid, and transmission parameter for two-port networks. Convert

More information

I. Impedance of an R-L circuit.

I. Impedance of an R-L circuit. I. Impedance of an R-L circuit. [For inductor in an AC Circuit, see Chapter 31, pg. 1024] Consider the R-L circuit shown in Figure: 1. A current i(t) = I cos(ωt) is driven across the circuit using an AC

More information

Lecture #3. Review: Power

Lecture #3. Review: Power Lecture #3 OUTLINE Power calculations Circuit elements Voltage and current sources Electrical resistance (Ohm s law) Kirchhoff s laws Reading Chapter 2 Lecture 3, Slide 1 Review: Power If an element is

More information

(amperes) = (coulombs) (3.1) (seconds) Time varying current. (volts) =

(amperes) = (coulombs) (3.1) (seconds) Time varying current. (volts) = 3 Electrical Circuits 3. Basic Concepts Electric charge coulomb of negative change contains 624 0 8 electrons. Current ampere is a steady flow of coulomb of change pass a given point in a conductor in

More information

Chapter 32A AC Circuits. A PowerPoint Presentation by Paul E. Tippens, Professor of Physics Southern Polytechnic State University

Chapter 32A AC Circuits. A PowerPoint Presentation by Paul E. Tippens, Professor of Physics Southern Polytechnic State University Chapter 32A AC Circuits A PowerPoint Presentation by Paul E. Tippens, Professor of Physics Southern Polytechnic State University 2007 Objectives: After completing this module, you should be able to: Describe

More information

Sinusoids and Phasors

Sinusoids and Phasors CHAPTER 9 Sinusoids and Phasors We now begins the analysis of circuits in which the voltage or current sources are time-varying. In this chapter, we are particularly interested in sinusoidally time-varying

More information

First and Second Order Circuits. Claudio Talarico, Gonzaga University Spring 2015

First and Second Order Circuits. Claudio Talarico, Gonzaga University Spring 2015 First and Second Order Circuits Claudio Talarico, Gonzaga University Spring 2015 Capacitors and Inductors intuition: bucket of charge q = Cv i = C dv dt Resist change of voltage DC open circuit Store voltage

More information

Mutual Inductance. The field lines flow from a + charge to a - change

Mutual Inductance. The field lines flow from a + charge to a - change Capacitors Mutual Inductance Since electrical charges do exist, electric field lines have a starting point and an ending point. For example, if you have a + and a - change, the field lines would look something

More information

Electricity & Magnetism Lecture 21

Electricity & Magnetism Lecture 21 Electricity & Magnetism Lecture 21 Uncertainties DC Meters! Digital error of at least ±1 digit in the rightmost digit.! Analog 'calibra:on' error is specified by a percentage of the reading, o?en about

More information

Chapter 9 Objectives

Chapter 9 Objectives Chapter 9 Engr8 Circuit Analysis Dr Curtis Nelson Chapter 9 Objectives Understand the concept of a phasor; Be able to transform a circuit with a sinusoidal source into the frequency domain using phasor

More information

EECE 301 Signals & Systems Prof. Mark Fowler

EECE 301 Signals & Systems Prof. Mark Fowler EECE 3 Signals & Systems Prof. Mark Fowler Note Set #9 C-T Systems: Laplace Transform Transfer Function Reading Assignment: Section 6.5 of Kamen and Heck /7 Course Flow Diagram The arrows here show conceptual

More information

FEEDBACK, STABILITY and OSCILLATORS

FEEDBACK, STABILITY and OSCILLATORS FEEDBACK, STABILITY and OSCILLATORS à FEEDBACK, STABILITY and OSCILLATORS - STABILITY OF FEEDBACK SYSTEMS - Example : ANALYSIS and DESIGN OF PHASE-SHIFT-OSCILLATORS - Example 2: ANALYSIS and DESIGN OF

More information

Rotational Systems, Gears, and DC Servo Motors

Rotational Systems, Gears, and DC Servo Motors Rotational Systems Rotational Systems, Gears, and DC Servo Motors Rotational systems behave exactly like translational systems, except that The state (angle) is denoted with rather than x (position) Inertia

More information

AC Circuits Homework Set

AC Circuits Homework Set Problem 1. In an oscillating LC circuit in which C=4.0 μf, the maximum potential difference across the capacitor during the oscillations is 1.50 V and the maximum current through the inductor is 50.0 ma.

More information

Sinusoidal Steady State Power Calculations

Sinusoidal Steady State Power Calculations 10 Sinusoidal Steady State Power Calculations Assessment Problems AP 10.1 [a] V = 100/ 45 V, Therefore I = 20/15 A P = 1 (100)(20)cos[ 45 (15)] = 500W, 2 A B Q = 1000sin 60 = 866.03 VAR, B A [b] V = 100/

More information

Electric Circuits I Final Examination

Electric Circuits I Final Examination The University of Toledo s8fs_elci7.fm - EECS:300 Electric Circuits I Electric Circuits I Final Examination Problems Points.. 3. Total 34 Was the exam fair? yes no The University of Toledo s8fs_elci7.fm

More information

ECE 304: Design Issues for Voltage Follower as Output Stage S&S Chapter 14, pp

ECE 304: Design Issues for Voltage Follower as Output Stage S&S Chapter 14, pp ECE 34: Design Issues for oltage Follower as Output Stage S&S Chapter 14, pp. 131133 Introduction The voltage follower provides a good buffer between a differential amplifier and a load in two ways: 1.

More information