EECS 2602 Winter Laboratory 3 Fourier series, Fourier transform and Bode Plots in MATLAB

Size: px
Start display at page:

Download "EECS 2602 Winter Laboratory 3 Fourier series, Fourier transform and Bode Plots in MATLAB"

Transcription

1 EECS 6 Winer 7 Laboraory 3 Fourier series, Fourier ransform and Bode Plos in MATLAB Inroducion: The objecives of his lab are o use MATLAB:. To plo periodic signals wih Fourier series represenaion. To obain and plo he oupu response signal wih periodic inpu signal 3. To learn and creae plos for he frequency response of a sysem (i.e. Bode plo) in MATALB There are 5 exercises in his lab. Noe: You are encouraged o complee he pre-lab exercises before you begin his lab. Periodic signals wih Fourier series represenaion Recall ha an arbirary periodic signal wih a fundamenal period T can be expressed as an exponenial Fourier series as follows: ( ) = n= x D n e jnω where he exponenial Fourier series coefficiens D n are calculaed as: D = x( ) n T T e jnω In an LTIC sysem wih impulse response h() as shown in Fig., he oupu response signal is hen given by: jnω y ( ) Dne H ( ω) ω = n ω n= = where H(ω) is he Fourier ransform of h() Hence, he oupu signal y() is anoher periodic signal wih he same fundamenal period T. d h() Fig. y() Laboraory exercise. a) Consider he following periodic signal, which is a full-wave recified sine-wave. Using he Fourier coefficiens ha you deermined from he pre-lab exercise, plo in MATALB ha considers he firs 4 erms in he Fourier series if T = seconds. Plo for [Noe: you should no simply ener erm by erm in MATLAB o complee he plo ]

2 EECS 6 Winer 7 -T T T b) Based on he Fourier coefficiens ha you deermined from he pre-lab exercise, if T = seconds, plo boh he magniude specrum and phase specrum of as a funcion of n for - n in MATLAB. Remember he magniude specrum is he magniude of he exponenial Fourier series coefficiens (i.e. D n ) and he phase specrum is he phase of he exponenial Fourier series coefficiens. Use MATLAB buil-in funcion sem()o plo all he poins in boh plos. Use subplo() o plo he magniude specrum in he upper plo and he phase specrum in he lower plo. Label boh plos. c) is now an inpu signal for an LTIC sysem wih impulse response h ( ), and he Fourier ransform of h() in his sysem is: H( ω) =. Deermine he oupu response signal 3.5 jω y(). Plo boh and he oupu signal y() on he same graph. Plo a few cycles. [Noe: you need o complee all he mahemaical analysis in MATLAB]. Laboraory exercise. a) Consider a symmerical square wave signal x () wih an ampliude of and a fundamenal period of T, he Fourier series is given as: 4 x sin πn ( ) = ( nω ) n=,3,5,... Deermine he exponenial Fourier series of his signal and plo i in MATLAB for -5 n 5. x () - b) If an LTIC sysem wih impulse response h () and he Fourier ransform of h () is given as: H ( ω) =, deermine he oupu response signal y (). Plo boh x () and he oupu jω signal y() on he same graph for -5 n 5.

3 EECS 6 Winer 7 c) Suppose he impulse response h () is modified and is given as: H ( ω) = jω. Plo boh x () and he oupu signal y () on he same graph for -5 n 5. Commen on he differences ha you observe in he new oupu response signal. Creaing Bode plos (i.e. gain and phase responses) in MATLAB The Fourier complex expression (we usually call his he ransfer funcion ) H(ω) provides a complee descripion of he LTIC sysems. In many applicaions, he graphical plos of and versus frequency (ω) are used o analyze he characerisics of he LTIC sysem. The magniude specrum response funcion is also referred o as he gain response of he sysem, while he phase specrum is referred o as he phase response of he sysem. Here, we inroduce Bode plos, where a logarihmic scale is used for he frequency ω axis for boh gain and phase responses of he sysem. In Bode plos, he magniude H( ω) in decibels (dbs) and phase H ( ω) are ploed as funcions of frequency ω using a logarihmic scale. Use of a logarihmic scale, wih base, on he frequency ω axis has he advanage of allowing a wider range of frequencies o be ploed, wih he lower frequencies represened a a higher resoluion. Hence, in a Bode plo, he magniude H( ω) is expressed in dbs as H( ω) log and is ploed as a funcion of log ω. The phase Bode plo hen plos he phase H( ω) as a funcion of log ω. We will spend more ime in he lecures o discuss how o skech and creae a Bode plo. In MATLAB, here is a bode funcion ha is used o skech he Bode plo. he Bode plo of he following Fourier ransfer funcion H(ω): Suppose we wan o creae H ( ω). 3 jω = () The above Fourier ransfer funcion is expressed in MATLAB in erms of he Laplace variable s = jω. In he nex chaper, we will show ha he independen variable s represens he enire complex plane and leads o he generalizaion of he Fourier ransfer funcion ino an alernaive ransfer funcion, known as Laplace ransfer funcion. Hence, subsiuing ino () resuls in: H ( s). 3s = () Given H(s), he Bode plos are obained in MATLAB using he following insrucions: numcoefficien = ; % coefficiens of he numeraor dencoefficien = [-3.]; % coefficiens of he denominaor sysem = f(numcoefficien, dencoefficien)% specify he ransfer funcion bode(sysem, {., }); % skech he Bode plo of he ransfer funcion grid; 3

4 EECS 6 Winer 7 In he above MATLAB insrucions, we have used new buil-in funcions: f()and bode(). The funcion f() specifies he LTIC sysem H(s) in erms of he coefficiens of he polynomials of s in he numeraor and denominaor. The buil-in funcion bode() skeches he Bode plos. I acceps inpu argumens. The firs inpu argumen sys is used o represen he LTIC sysem, while he second inpu argumen {., } specifies he frequency range,.radians/sec o radians/sec, used o skech he Bode plos. When he above insrucions are execued in MATLAB, you will see he following from he MATLAB Command window, as well as he Bode plos of sysem. sysem = s -. Coninuous-ime funcion. ransfer Magniude (db) Phase (deg) Bode Diagram Frequency (rad/s) Noe ha he second inpu argumen in bode()can be omied and he bode insrucion will reurn a Bode plo wih auomaically adjused frequency range deermined by MATLAB. You can also plo muliple Bode plos on he same graph using he following srucure: bode(sysem, sysem,, sysemn); Laboraory exercise 3. a) Consider he wo impulse response funcions again in exercise b) and c), give he Bode plos of boh funcions and plo hem on he same graph. Label your plos. b) Now, wih he help of he Bode plos, explain he differences ha you observed in y() in exercises b) and c). c) Plo he oupu response signal y() if he inpu signal is given by he square wave signal in exercise, and he impulse response is given by he cascaded connecion of h b () and h c (), ha is: h b () h c () y() where ( ω) and ( ω) H b = jω H b = jω 4

5 EECS 6 Winer 7 Laboraory exercise 4. Consider he circui in Fig., which is an LTIC sysem ha can be represened by a s order differenial equaion relaing and y(). If R =, R L =, C = µf, based on he Fourier ransfer funcion ha you deermined from he pre-lab exercise, obain he Bode plos of his LTIC sysem (i.e. y(s)/x(s)) from MATLAB. R C R L y() Fig. Laboraory exercise 5. a) Consider he circui in Fig. 3, which is an LTIC sysem ha can be represened by a nd order differenial equaion relaing and y(). If R L = Ω, L = mh, C = µf, based on he Fourier ransfer funcion ha you deermined from he pre-lab exercise, obain he Bode plos of his LTIC sysem (i.e. y(s)/x(s)) from MATLAB. b) Now R L is increased o Ω, wih L and C remain he same, obain he Bode plos of his LTIC sysem again from MATLAB. Wha did you observe? Explain. L C R y() Fig. 3 Submiing your M-files and published repor: You can submi your files and repor o eecs6@gmail.com or hardcopy repor. Files o be submied: 5

6 EECS 6 Winer 7. Main M-file: he main file should conain your soluions in exercise 5.. Published repor of he main M-file in pdf (in your M-file, selec he PUBLISH Tab and click ) 6

Chapter 2 : Fourier Series. Chapter 3 : Fourier Series

Chapter 2 : Fourier Series. Chapter 3 : Fourier Series Chaper 2 : Fourier Series.0 Inroducion Fourier Series : represenaion of periodic signals as weighed sums of harmonically relaed frequencies. If a signal x() is periodic signal, hen x() can be represened

More information

10. State Space Methods

10. State Space Methods . Sae Space Mehods. Inroducion Sae space modelling was briefly inroduced in chaper. Here more coverage is provided of sae space mehods before some of heir uses in conrol sysem design are covered in he

More information

Continuous Time. Time-Domain System Analysis. Impulse Response. Impulse Response. Impulse Response. Impulse Response. ( t) + b 0.

Continuous Time. Time-Domain System Analysis. Impulse Response. Impulse Response. Impulse Response. Impulse Response. ( t) + b 0. Time-Domain Sysem Analysis Coninuous Time. J. Robers - All Righs Reserved. Edied by Dr. Rober Akl 1. J. Robers - All Righs Reserved. Edied by Dr. Rober Akl 2 Le a sysem be described by a 2 y ( ) + a 1

More information

EE 301 Lab 2 Convolution

EE 301 Lab 2 Convolution EE 301 Lab 2 Convoluion 1 Inroducion In his lab we will gain some more experience wih he convoluion inegral and creae a scrip ha shows he graphical mehod of convoluion. 2 Wha you will learn This lab will

More information

ME 452 Fourier Series and Fourier Transform

ME 452 Fourier Series and Fourier Transform ME 452 Fourier Series and Fourier ransform Fourier series From Joseph Fourier in 87 as a resul of his sudy on he flow of hea. If f() is almos any periodic funcion i can be wrien as an infinie sum of sines

More information

EECS20n, Solution to Midterm 2, 11/17/00

EECS20n, Solution to Midterm 2, 11/17/00 EECS20n, Soluion o Miderm 2, /7/00. 0 poins Wrie he following in Caresian coordinaes (i.e. in he form x + jy) (a) 2 poins j 3 j 2 + j += j ++j +=2 (b) 2 poins ( j)/( + j) = j (c) 2 poins cos π/4+jsin π/4

More information

23.2. Representing Periodic Functions by Fourier Series. Introduction. Prerequisites. Learning Outcomes

23.2. Representing Periodic Functions by Fourier Series. Introduction. Prerequisites. Learning Outcomes Represening Periodic Funcions by Fourier Series 3. Inroducion In his Secion we show how a periodic funcion can be expressed as a series of sines and cosines. We begin by obaining some sandard inegrals

More information

e 2t u(t) e 2t u(t) =?

e 2t u(t) e 2t u(t) =? EE : Signals, Sysems, and Transforms Fall 7. Skech he convoluion of he following wo signals. Tes No noes, closed book. f() Show your work. Simplify your answers. g(). Using he convoluion inegral, find

More information

DEPARTMENT OF ELECTRICAL AND ELECTRONIC ENGINEERING EXAMINATIONS 2008

DEPARTMENT OF ELECTRICAL AND ELECTRONIC ENGINEERING EXAMINATIONS 2008 [E5] IMPERIAL COLLEGE LONDON DEPARTMENT OF ELECTRICAL AND ELECTRONIC ENGINEERING EXAMINATIONS 008 EEE/ISE PART II MEng BEng and ACGI SIGNALS AND LINEAR SYSTEMS Time allowed: :00 hours There are FOUR quesions

More information

Laplace Transform and its Relation to Fourier Transform

Laplace Transform and its Relation to Fourier Transform Chaper 6 Laplace Transform and is Relaion o Fourier Transform (A Brief Summary) Gis of he Maer 2 Domains of Represenaion Represenaion of signals and sysems Time Domain Coninuous Discree Time Time () [n]

More information

Signal and System (Chapter 3. Continuous-Time Systems)

Signal and System (Chapter 3. Continuous-Time Systems) Signal and Sysem (Chaper 3. Coninuous-Time Sysems) Prof. Kwang-Chun Ho kwangho@hansung.ac.kr Tel: 0-760-453 Fax:0-760-4435 1 Dep. Elecronics and Informaion Eng. 1 Nodes, Branches, Loops A nework wih b

More information

Q1) [20 points] answer for the following questions (ON THIS SHEET):

Q1) [20 points] answer for the following questions (ON THIS SHEET): Dr. Anas Al Tarabsheh The Hashemie Universiy Elecrical and Compuer Engineering Deparmen (Makeup Exam) Signals and Sysems Firs Semeser 011/01 Final Exam Dae: 1/06/01 Exam Duraion: hours Noe: means convoluion

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# .#W.#Erickson# Deparmen#of#Elecrical,#Compuer,#and#Energy#Engineering# Universiy#of#Colorado,#Boulder# Chaper 2 Principles of Seady-Sae Converer Analysis 2.1. Inroducion 2.2. Inducor vol-second balance,

More information

Some Basic Information about M-S-D Systems

Some Basic Information about M-S-D Systems Some Basic Informaion abou M-S-D Sysems 1 Inroducion We wan o give some summary of he facs concerning unforced (homogeneous) and forced (non-homogeneous) models for linear oscillaors governed by second-order,

More information

Chapter One Fourier Series and Fourier Transform

Chapter One Fourier Series and Fourier Transform Chaper One I. Fourier Series Represenaion of Periodic Signals -Trigonomeric Fourier Series: The rigonomeric Fourier series represenaion of a periodic signal x() x( + T0 ) wih fundamenal period T0 is given

More information

( ) ( ) if t = t. It must satisfy the identity. So, bulkiness of the unit impulse (hyper)function is equal to 1. The defining characteristic is

( ) ( ) if t = t. It must satisfy the identity. So, bulkiness of the unit impulse (hyper)function is equal to 1. The defining characteristic is UNIT IMPULSE RESPONSE, UNIT STEP RESPONSE, STABILITY. Uni impulse funcion (Dirac dela funcion, dela funcion) rigorously defined is no sricly a funcion, bu disribuion (or measure), precise reamen requires

More information

Section 3.5 Nonhomogeneous Equations; Method of Undetermined Coefficients

Section 3.5 Nonhomogeneous Equations; Method of Undetermined Coefficients Secion 3.5 Nonhomogeneous Equaions; Mehod of Undeermined Coefficiens Key Terms/Ideas: Linear Differenial operaor Nonlinear operaor Second order homogeneous DE Second order nonhomogeneous DE Soluion o homogeneous

More information

For example, the comb filter generated from. ( ) has a transfer function. e ) has L notches at ω = (2k+1)π/L and L peaks at ω = 2π k/l,

For example, the comb filter generated from. ( ) has a transfer function. e ) has L notches at ω = (2k+1)π/L and L peaks at ω = 2π k/l, Comb Filers The simple filers discussed so far are characeried eiher by a single passband and/or a single sopband There are applicaions where filers wih muliple passbands and sopbands are required The

More information

Topic Astable Circuits. Recall that an astable circuit has two unstable states;

Topic Astable Circuits. Recall that an astable circuit has two unstable states; Topic 2.2. Asable Circuis. Learning Objecives: A he end o his opic you will be able o; Recall ha an asable circui has wo unsable saes; Explain he operaion o a circui based on a Schmi inverer, and esimae

More information

Voltage/current relationship Stored Energy. RL / RC circuits Steady State / Transient response Natural / Step response

Voltage/current relationship Stored Energy. RL / RC circuits Steady State / Transient response Natural / Step response Review Capaciors/Inducors Volage/curren relaionship Sored Energy s Order Circuis RL / RC circuis Seady Sae / Transien response Naural / Sep response EE4 Summer 5: Lecure 5 Insrucor: Ocavian Florescu Lecure

More information

EECE 301 Signals & Systems Prof. Mark Fowler

EECE 301 Signals & Systems Prof. Mark Fowler EECE 31 Signals & Sysems Prof. Mar Fowler Noe Se #1 C-T Signals: Circuis wih Periodic Sources 1/1 Solving Circuis wih Periodic Sources FS maes i easy o find he response of an RLC circui o a periodic source!

More information

Chapter 2. First Order Scalar Equations

Chapter 2. First Order Scalar Equations Chaper. Firs Order Scalar Equaions We sar our sudy of differenial equaions in he same way he pioneers in his field did. We show paricular echniques o solve paricular ypes of firs order differenial equaions.

More information

2.7. Some common engineering functions. Introduction. Prerequisites. Learning Outcomes

2.7. Some common engineering functions. Introduction. Prerequisites. Learning Outcomes Some common engineering funcions 2.7 Inroducion This secion provides a caalogue of some common funcions ofen used in Science and Engineering. These include polynomials, raional funcions, he modulus funcion

More information

LAB 5: Computer Simulation of RLC Circuit Response using PSpice

LAB 5: Computer Simulation of RLC Circuit Response using PSpice --3LabManualLab5.doc LAB 5: ompuer imulaion of RL ircui Response using Ppice PURPOE To use a compuer simulaion program (Ppice) o invesigae he response of an RL series circui o: (a) a sinusoidal exciaion.

More information

Learning Objectives: Practice designing and simulating digital circuits including flip flops Experience state machine design procedure

Learning Objectives: Practice designing and simulating digital circuits including flip flops Experience state machine design procedure Lab 4: Synchronous Sae Machine Design Summary: Design and implemen synchronous sae machine circuis and es hem wih simulaions in Cadence Viruoso. Learning Objecives: Pracice designing and simulaing digial

More information

Continuous Time Linear Time Invariant (LTI) Systems. Dr. Ali Hussein Muqaibel. Introduction

Continuous Time Linear Time Invariant (LTI) Systems. Dr. Ali Hussein Muqaibel. Introduction /9/ Coninuous Time Linear Time Invarian (LTI) Sysems Why LTI? Inroducion Many physical sysems. Easy o solve mahemaically Available informaion abou analysis and design. We can apply superposiion LTI Sysem

More information

CHAPTER 12 DIRECT CURRENT CIRCUITS

CHAPTER 12 DIRECT CURRENT CIRCUITS CHAPTER 12 DIRECT CURRENT CIUITS DIRECT CURRENT CIUITS 257 12.1 RESISTORS IN SERIES AND IN PARALLEL When wo resisors are conneced ogeher as shown in Figure 12.1 we said ha hey are conneced in series. As

More information

( ) ( ) ( ) () () Signals And Systems Exam#1. 1. Given x(t) and y(t) below: x(t) y(t) (A) Give the expression of x(t) in terms of step functions.

( ) ( ) ( ) () () Signals And Systems Exam#1. 1. Given x(t) and y(t) below: x(t) y(t) (A) Give the expression of x(t) in terms of step functions. Signals And Sysems Exam#. Given x() and y() below: x() y() 4 4 (A) Give he expression of x() in erms of sep funcions. (%) x () = q() q( ) + q( 4) (B) Plo x(.5). (%) x() g() = x( ) h() = g(. 5) = x(. 5)

More information

I. Define the Situation

I. Define the Situation I. efine he Siuaion This exam explores he relaionship beween he applied volage o a permanen magne C moond he linear velociy (speed) of he elecric vehicle (EV) he moor drives. The moor oupu is fed ino a

More information

Signals and Systems Profs. Byron Yu and Pulkit Grover Fall Midterm 1 Solutions

Signals and Systems Profs. Byron Yu and Pulkit Grover Fall Midterm 1 Solutions 8-90 Signals and Sysems Profs. Byron Yu and Pulki Grover Fall 07 Miderm Soluions Name: Andrew ID: Problem Score Max 0 8 4 6 5 0 6 0 7 8 9 0 6 Toal 00 Miderm Soluions. (0 poins) Deermine wheher he following

More information

Chapter 1 Fundamental Concepts

Chapter 1 Fundamental Concepts Chaper 1 Fundamenal Conceps 1 Signals A signal is a paern of variaion of a physical quaniy, ofen as a funcion of ime (bu also space, disance, posiion, ec). These quaniies are usually he independen variables

More information

d 1 = c 1 b 2 - b 1 c 2 d 2 = c 1 b 3 - b 1 c 3

d 1 = c 1 b 2 - b 1 c 2 d 2 = c 1 b 3 - b 1 c 3 and d = c b - b c c d = c b - b c c This process is coninued unil he nh row has been compleed. The complee array of coefficiens is riangular. Noe ha in developing he array an enire row may be divided or

More information

6.003 Homework #9 Solutions

6.003 Homework #9 Solutions 6.003 Homework #9 Soluions Problems. Fourier varieies a. Deermine he Fourier series coefficiens of he following signal, which is periodic in 0. x () 0 3 0 a 0 5 a k a k 0 πk j3 e 0 e j πk 0 jπk πk e 0

More information

Notes 04 largely plagiarized by %khc

Notes 04 largely plagiarized by %khc Noes 04 largely plagiarized by %khc Convoluion Recap Some ricks: x() () =x() x() (, 0 )=x(, 0 ) R ț x() u() = x( )d x() () =ẋ() This hen ells us ha an inegraor has impulse response h() =u(), and ha a differeniaor

More information

23.5. Half-Range Series. Introduction. Prerequisites. Learning Outcomes

23.5. Half-Range Series. Introduction. Prerequisites. Learning Outcomes Half-Range Series 2.5 Inroducion In his Secion we address he following problem: Can we find a Fourier series expansion of a funcion defined over a finie inerval? Of course we recognise ha such a funcion

More information

Chapter 7: Solving Trig Equations

Chapter 7: Solving Trig Equations Haberman MTH Secion I: The Trigonomeric Funcions Chaper 7: Solving Trig Equaions Le s sar by solving a couple of equaions ha involve he sine funcion EXAMPLE a: Solve he equaion sin( ) The inverse funcions

More information

6.2 Transforms of Derivatives and Integrals.

6.2 Transforms of Derivatives and Integrals. SEC. 6.2 Transforms of Derivaives and Inegrals. ODEs 2 3 33 39 23. Change of scale. If l( f ()) F(s) and c is any 33 45 APPLICATION OF s-shifting posiive consan, show ha l( f (c)) F(s>c)>c (Hin: In Probs.

More information

The equation to any straight line can be expressed in the form:

The equation to any straight line can be expressed in the form: Sring Graphs Par 1 Answers 1 TI-Nspire Invesigaion Suden min Aims Deermine a series of equaions of sraigh lines o form a paern similar o ha formed by he cables on he Jerusalem Chords Bridge. Deermine he

More information

ADDITIONAL PROBLEMS (a) Find the Fourier transform of the half-cosine pulse shown in Fig. 2.40(a). Additional Problems 91

ADDITIONAL PROBLEMS (a) Find the Fourier transform of the half-cosine pulse shown in Fig. 2.40(a). Additional Problems 91 ddiional Problems 9 n inverse relaionship exiss beween he ime-domain and freuency-domain descripions of a signal. Whenever an operaion is performed on he waveform of a signal in he ime domain, a corresponding

More information

EECE 301 Signals & Systems Prof. Mark Fowler

EECE 301 Signals & Systems Prof. Mark Fowler EECE 31 Signals & Sysems Prof. Mark Fowler Noe Se #1 C-T Sysems: Convoluion Represenaion Reading Assignmen: Secion 2.6 of Kamen and Heck 1/11 Course Flow Diagram The arrows here show concepual flow beween

More information

6.003: Signals and Systems. Relations among Fourier Representations

6.003: Signals and Systems. Relations among Fourier Representations 6.003: Signals and Sysems Relaions among Fourier Represenaions April 22, 200 Mid-erm Examinaion #3 W ednesday, April 28, 7:30-9:30pm. No reciaions on he day of he exam. Coverage: Lecures 20 Reciaions 20

More information

6.003 Homework #9 Solutions

6.003 Homework #9 Solutions 6.00 Homework #9 Soluions Problems. Fourier varieies a. Deermine he Fourier series coefficiens of he following signal, which is periodic in 0. x () 0 0 a 0 5 a k sin πk 5 sin πk 5 πk for k 0 a k 0 πk j

More information

Laplace Transforms. Examples. Is this equation differential? y 2 2y + 1 = 0, y 2 2y + 1 = 0, (y ) 2 2y + 1 = cos x,

Laplace Transforms. Examples. Is this equation differential? y 2 2y + 1 = 0, y 2 2y + 1 = 0, (y ) 2 2y + 1 = cos x, Laplace Transforms Definiion. An ordinary differenial equaion is an equaion ha conains one or several derivaives of an unknown funcion which we call y and which we wan o deermine from he equaion. The equaion

More information

Mon Apr 9 EP 7.6 Convolutions and Laplace transforms. Announcements: Warm-up Exercise:

Mon Apr 9 EP 7.6 Convolutions and Laplace transforms. Announcements: Warm-up Exercise: Mah 225-4 Week 3 April 9-3 EP 7.6 - convoluions; 6.-6.2 - eigenvalues, eigenvecors and diagonalizabiliy; 7. - sysems of differenial equaions. Mon Apr 9 EP 7.6 Convoluions and Laplace ransforms. Announcemens:

More information

III-A. Fourier Series Expansion

III-A. Fourier Series Expansion Summer 28 Signals & Sysems S.F. Hsieh III-A. Fourier Series Expansion Inroducion. Divide and conquer Signals can be decomposed as linear combinaions of: (a) shifed impulses: (sifing propery) Why? x() x()δ(

More information

Lecture 13 RC/RL Circuits, Time Dependent Op Amp Circuits

Lecture 13 RC/RL Circuits, Time Dependent Op Amp Circuits Lecure 13 RC/RL Circuis, Time Dependen Op Amp Circuis RL Circuis The seps involved in solving simple circuis conaining dc sources, resisances, and one energy-sorage elemen (inducance or capaciance) are:

More information

RC, RL and RLC circuits

RC, RL and RLC circuits Name Dae Time o Complee h m Parner Course/ Secion / Grade RC, RL and RLC circuis Inroducion In his experimen we will invesigae he behavior of circuis conaining combinaions of resisors, capaciors, and inducors.

More information

Lecture #6: Continuous-Time Signals

Lecture #6: Continuous-Time Signals EEL5: Discree-Time Signals and Sysems Lecure #6: Coninuous-Time Signals Lecure #6: Coninuous-Time Signals. Inroducion In his lecure, we discussed he ollowing opics:. Mahemaical represenaion and ransormaions

More information

ENGI 9420 Engineering Analysis Assignment 2 Solutions

ENGI 9420 Engineering Analysis Assignment 2 Solutions ENGI 940 Engineering Analysis Assignmen Soluions 0 Fall [Second order ODEs, Laplace ransforms; Secions.0-.09]. Use Laplace ransforms o solve he iniial value problem [0] dy y, y( 0) 4 d + [This was Quesion

More information

6.003: Signals and Systems

6.003: Signals and Systems 6.003: Signals and Sysems Relaions among Fourier Represenaions November 5, 20 Mid-erm Examinaion #3 Wednesday, November 6, 7:30-9:30pm, No reciaions on he day of he exam. Coverage: Lecures 8 Reciaions

More information

Sample Final Exam (finals03) Covering Chapters 1-9 of Fundamentals of Signals & Systems

Sample Final Exam (finals03) Covering Chapters 1-9 of Fundamentals of Signals & Systems Sample Final Exam Covering Chaper 9 (final04) Sample Final Exam (final03) Covering Chaper 9 of Fundamenal of Signal & Syem Problem (0 mar) Conider he caual opamp circui iniially a re depiced below. I LI

More information

MATH 4330/5330, Fourier Analysis Section 6, Proof of Fourier s Theorem for Pointwise Convergence

MATH 4330/5330, Fourier Analysis Section 6, Proof of Fourier s Theorem for Pointwise Convergence MATH 433/533, Fourier Analysis Secion 6, Proof of Fourier s Theorem for Poinwise Convergence Firs, some commens abou inegraing periodic funcions. If g is a periodic funcion, g(x + ) g(x) for all real x,

More information

Chapter 2: Principles of steady-state converter analysis

Chapter 2: Principles of steady-state converter analysis Chaper 2 Principles of Seady-Sae Converer Analysis 2.1. Inroducion 2.2. Inducor vol-second balance, capacior charge balance, and he small ripple approximaion 2.3. Boos converer example 2.4. Cuk converer

More information

Constant Acceleration

Constant Acceleration Objecive Consan Acceleraion To deermine he acceleraion of objecs moving along a sraigh line wih consan acceleraion. Inroducion The posiion y of a paricle moving along a sraigh line wih a consan acceleraion

More information

Block Diagram of a DCS in 411

Block Diagram of a DCS in 411 Informaion source Forma A/D From oher sources Pulse modu. Muliplex Bandpass modu. X M h: channel impulse response m i g i s i Digial inpu Digial oupu iming and synchronizaion Digial baseband/ bandpass

More information

8. Basic RL and RC Circuits

8. Basic RL and RC Circuits 8. Basic L and C Circuis This chaper deals wih he soluions of he responses of L and C circuis The analysis of C and L circuis leads o a linear differenial equaion This chaper covers he following opics

More information

Matlab and Python programming: how to get started

Matlab and Python programming: how to get started Malab and Pyhon programming: how o ge sared Equipping readers he skills o wrie programs o explore complex sysems and discover ineresing paerns from big daa is one of he main goals of his book. In his chaper,

More information

Laplace transfom: t-translation rule , Haynes Miller and Jeremy Orloff

Laplace transfom: t-translation rule , Haynes Miller and Jeremy Orloff Laplace ransfom: -ranslaion rule 8.03, Haynes Miller and Jeremy Orloff Inroducory example Consider he sysem ẋ + 3x = f(, where f is he inpu and x he response. We know is uni impulse response is 0 for

More information

Two Coupled Oscillators / Normal Modes

Two Coupled Oscillators / Normal Modes Lecure 3 Phys 3750 Two Coupled Oscillaors / Normal Modes Overview and Moivaion: Today we ake a small, bu significan, sep owards wave moion. We will no ye observe waves, bu his sep is imporan in is own

More information

6.003 Homework #8 Solutions

6.003 Homework #8 Solutions 6.003 Homework #8 Soluions Problems. Fourier Series Deermine he Fourier series coefficiens a k for x () shown below. x ()= x ( + 0) 0 a 0 = 0 a k = e /0 sin(/0) for k 0 a k = π x()e k d = 0 0 π e 0 k d

More information

8.022 (E&M) Lecture 16

8.022 (E&M) Lecture 16 8. (E&M) ecure 16 Topics: Inducors in circuis circuis circuis circuis as ime Our second lecure on elecromagneic inducance 3 ways of creaing emf using Faraday s law: hange area of circui S() hange angle

More information

ODEs II, Lecture 1: Homogeneous Linear Systems - I. Mike Raugh 1. March 8, 2004

ODEs II, Lecture 1: Homogeneous Linear Systems - I. Mike Raugh 1. March 8, 2004 ODEs II, Lecure : Homogeneous Linear Sysems - I Mike Raugh March 8, 4 Inroducion. In he firs lecure we discussed a sysem of linear ODEs for modeling he excreion of lead from he human body, saw how o ransform

More information

6.003: Signals and Systems. Fourier Representations

6.003: Signals and Systems. Fourier Representations 6.003: Signals and Sysems Fourier Represenaions Ocober 27, 20 Fourier Represenaions Fourier series represen signals in erms of sinusoids. leads o a new represenaion for sysems as filers. Fourier Series

More information

Lab 10: RC, RL, and RLC Circuits

Lab 10: RC, RL, and RLC Circuits Lab 10: RC, RL, and RLC Circuis In his experimen, we will invesigae he behavior of circuis conaining combinaions of resisors, capaciors, and inducors. We will sudy he way volages and currens change in

More information

Electrical Circuits. 1. Circuit Laws. Tools Used in Lab 13 Series Circuits Damped Vibrations: Energy Van der Pol Circuit

Electrical Circuits. 1. Circuit Laws. Tools Used in Lab 13 Series Circuits Damped Vibrations: Energy Van der Pol Circuit V() R L C 513 Elecrical Circuis Tools Used in Lab 13 Series Circuis Damped Vibraions: Energy Van der Pol Circui A series circui wih an inducor, resisor, and capacior can be represened by Lq + Rq + 1, a

More information

04. Kinetics of a second order reaction

04. Kinetics of a second order reaction 4. Kineics of a second order reacion Imporan conceps Reacion rae, reacion exen, reacion rae equaion, order of a reacion, firs-order reacions, second-order reacions, differenial and inegraed rae laws, Arrhenius

More information

Chapters 6 & 7: Trigonometric Functions of Angles and Real Numbers. Divide both Sides by 180

Chapters 6 & 7: Trigonometric Functions of Angles and Real Numbers. Divide both Sides by 180 Algebra Chapers & : Trigonomeric Funcions of Angles and Real Numbers Chapers & : Trigonomeric Funcions of Angles and Real Numbers - Angle Measures Radians: - a uni (rad o measure he size of an angle. rad

More information

1/8 1/31/2011 ( ) ( ) Amplifiers lecture. out. Jim Stiles. Dept. of o EECS

1/8 1/31/2011 ( ) ( ) Amplifiers lecture. out. Jim Stiles. Dept. of o EECS 1/31/2011 Amplifiers lecure 1/8 Amplifiers An ideal amplifier is a wo-por circui ha akes an pu signal v and reproduces i exacly a is oupu, only wih a larger magniude! ( ) i ( ) v + ( ) A I v + ou ( ) (

More information

6.003 Homework #13 Solutions

6.003 Homework #13 Solutions 6.003 Homework #3 Soluions Problems. Transformaion Consider he following ransformaion from x() o y(): x() w () w () w 3 () + y() p() cos() where p() = δ( k). Deermine an expression for y() when x() = sin(/)/().

More information

Y 0.4Y 0.45Y Y to a proper ARMA specification.

Y 0.4Y 0.45Y Y to a proper ARMA specification. HG Jan 04 ECON 50 Exercises II - 0 Feb 04 (wih answers Exercise. Read secion 8 in lecure noes 3 (LN3 on he common facor problem in ARMA-processes. Consider he following process Y 0.4Y 0.45Y 0.5 ( where

More information

CHAPTER 2 Signals And Spectra

CHAPTER 2 Signals And Spectra CHAPER Signals And Specra Properies of Signals and Noise In communicaion sysems he received waveform is usually caegorized ino he desired par conaining he informaion, and he undesired par. he desired par

More information

Math 23 Spring Differential Equations. Final Exam Due Date: Tuesday, June 6, 5pm

Math 23 Spring Differential Equations. Final Exam Due Date: Tuesday, June 6, 5pm Mah Spring 6 Differenial Equaions Final Exam Due Dae: Tuesday, June 6, 5pm Your name (please prin): Insrucions: This is an open book, open noes exam. You are free o use a calculaor or compuer o check your

More information

LabQuest 24. Capacitors

LabQuest 24. Capacitors Capaciors LabQues 24 The charge q on a capacior s plae is proporional o he poenial difference V across he capacior. We express his wih q V = C where C is a proporionaliy consan known as he capaciance.

More information

Echocardiography Project and Finite Fourier Series

Echocardiography Project and Finite Fourier Series Echocardiography Projec and Finie Fourier Series 1 U M An echocardiagram is a plo of how a porion of he hear moves as he funcion of ime over he one or more hearbea cycles If he hearbea repeas iself every

More information

KEY. Math 334 Midterm III Winter 2008 section 002 Instructor: Scott Glasgow

KEY. Math 334 Midterm III Winter 2008 section 002 Instructor: Scott Glasgow KEY Mah 334 Miderm III Winer 008 secion 00 Insrucor: Sco Glasgow Please do NOT wrie on his exam. No credi will be given for such work. Raher wrie in a blue book, or on your own paper, preferably engineering

More information

f t te e = possesses a Laplace transform. Exercises for Module-III (Transform Calculus)

f t te e = possesses a Laplace transform. Exercises for Module-III (Transform Calculus) Exercises for Module-III (Transform Calculus) ) Discuss he piecewise coninuiy of he following funcions: =,, +, > c) e,, = d) sin,, = ) Show ha he funcion ( ) sin ( ) f e e = possesses a Laplace ransform.

More information

2.4 Cuk converter example

2.4 Cuk converter example 2.4 Cuk converer example C 1 Cuk converer, wih ideal swich i 1 i v 1 2 1 2 C 2 v 2 Cuk converer: pracical realizaion using MOSFET and diode C 1 i 1 i v 1 2 Q 1 D 1 C 2 v 2 28 Analysis sraegy This converer

More information

t is a basis for the solution space to this system, then the matrix having these solutions as columns, t x 1 t, x 2 t,... x n t x 2 t...

t is a basis for the solution space to this system, then the matrix having these solutions as columns, t x 1 t, x 2 t,... x n t x 2 t... Mah 228- Fri Mar 24 5.6 Marix exponenials and linear sysems: The analogy beween firs order sysems of linear differenial equaions (Chaper 5) and scalar linear differenial equaions (Chaper ) is much sronger

More information

LAPLACE TRANSFORM AND TRANSFER FUNCTION

LAPLACE TRANSFORM AND TRANSFER FUNCTION CHBE320 LECTURE V LAPLACE TRANSFORM AND TRANSFER FUNCTION Professor Dae Ryook Yang Spring 2018 Dep. of Chemical and Biological Engineering 5-1 Road Map of he Lecure V Laplace Transform and Transfer funcions

More information

STATE-SPACE MODELLING. A mass balance across the tank gives:

STATE-SPACE MODELLING. A mass balance across the tank gives: B. Lennox and N.F. Thornhill, 9, Sae Space Modelling, IChemE Process Managemen and Conrol Subjec Group Newsleer STE-SPACE MODELLING Inroducion: Over he pas decade or so here has been an ever increasing

More information

EE 315 Notes. Gürdal Arslan CLASS 1. (Sections ) What is a signal?

EE 315 Notes. Gürdal Arslan CLASS 1. (Sections ) What is a signal? EE 35 Noes Gürdal Arslan CLASS (Secions.-.2) Wha is a signal? In his class, a signal is some funcion of ime and i represens how some physical quaniy changes over some window of ime. Examples: velociy of

More information

CHAPTER 6: FIRST-ORDER CIRCUITS

CHAPTER 6: FIRST-ORDER CIRCUITS EEE5: CI CUI T THEOY CHAPTE 6: FIST-ODE CICUITS 6. Inroducion This chaper considers L and C circuis. Applying he Kirshoff s law o C and L circuis produces differenial equaions. The differenial equaions

More information

Solutions - Midterm Exam

Solutions - Midterm Exam DEPARTMENT OF ELECTRICAL AND COMPUTER ENGINEERING, THE UNIVERITY OF NEW MEXICO ECE-34: ignals and ysems ummer 203 PROBLEM (5 PT) Given he following LTI sysem: oluions - Miderm Exam a) kech he impulse response

More information

Math Final Exam Solutions

Math Final Exam Solutions Mah 246 - Final Exam Soluions Friday, July h, 204 () Find explici soluions and give he inerval of definiion o he following iniial value problems (a) ( + 2 )y + 2y = e, y(0) = 0 Soluion: In normal form,

More information

Short Introduction to Fractional Calculus

Short Introduction to Fractional Calculus . Shor Inroducion o Fracional Calculus Mauro Bologna Deparameno de Física, Faculad de Ciencias Universidad de Tarapacá, Arica, Chile email: mbologna@ua.cl Absrac In he pas few years fracional calculus

More information

Lectures 29 and 30 BIQUADRATICS AND STATE SPACE OP AMP REALIZATIONS. I. Introduction

Lectures 29 and 30 BIQUADRATICS AND STATE SPACE OP AMP REALIZATIONS. I. Introduction EE-202/445, 3/18/18 9-1 R. A. DeCarlo Lecures 29 and 30 BIQUADRATICS AND STATE SPACE OP AMP REALIZATIONS I. Inroducion 1. The biquadraic ransfer funcion has boh a 2nd order numeraor and a 2nd order denominaor:

More information

Chapter 8 The Complete Response of RL and RC Circuits

Chapter 8 The Complete Response of RL and RC Circuits Chaper 8 The Complee Response of RL and RC Circuis Seoul Naional Universiy Deparmen of Elecrical and Compuer Engineering Wha is Firs Order Circuis? Circuis ha conain only one inducor or only one capacior

More information

Reading from Young & Freedman: For this topic, read sections 25.4 & 25.5, the introduction to chapter 26 and sections 26.1 to 26.2 & 26.4.

Reading from Young & Freedman: For this topic, read sections 25.4 & 25.5, the introduction to chapter 26 and sections 26.1 to 26.2 & 26.4. PHY1 Elecriciy Topic 7 (Lecures 1 & 11) Elecric Circuis n his opic, we will cover: 1) Elecromoive Force (EMF) ) Series and parallel resisor combinaions 3) Kirchhoff s rules for circuis 4) Time dependence

More information

2.9 Modeling: Electric Circuits

2.9 Modeling: Electric Circuits SE. 2.9 Modeling: Elecric ircuis 93 2.9 Modeling: Elecric ircuis Designing good models is a ask he compuer canno do. Hence seing up models has become an imporan ask in modern applied mahemaics. The bes

More information

1 1 + x 2 dx. tan 1 (2) = ] ] x 3. Solution: Recall that the given integral is improper because. x 3. 1 x 3. dx = lim dx.

1 1 + x 2 dx. tan 1 (2) = ] ] x 3. Solution: Recall that the given integral is improper because. x 3. 1 x 3. dx = lim dx. . Use Simpson s rule wih n 4 o esimae an () +. Soluion: Since we are using 4 seps, 4 Thus we have [ ( ) f() + 4f + f() + 4f 3 [ + 4 4 6 5 + + 4 4 3 + ] 5 [ + 6 6 5 + + 6 3 + ]. 5. Our funcion is f() +.

More information

Linear Time-invariant systems, Convolution, and Cross-correlation

Linear Time-invariant systems, Convolution, and Cross-correlation Linear Time-invarian sysems, Convoluion, and Cross-correlaion (1) Linear Time-invarian (LTI) sysem A sysem akes in an inpu funcion and reurns an oupu funcion. x() T y() Inpu Sysem Oupu y() = T[x()] An

More information

Problem Set 11(Practice Problems) Spring 2014

Problem Set 11(Practice Problems) Spring 2014 Issued: Wednesday April, ECE Signals and Sysems I Problem Se (Pracice Problems) Spring Due: For pracice only. No due. Reading in Oppenheim/Willsky/Nawab /9/ Secions 6.-6. // Secions 6.-6. See revised schedule

More information

EECE 301 Signals & Systems Prof. Mark Fowler

EECE 301 Signals & Systems Prof. Mark Fowler EECE 3 Signals & Sysems Prof. Mark Fowler Noe Se #2 Wha are Coninuous-Time Signals??? Reading Assignmen: Secion. of Kamen and Heck /22 Course Flow Diagram The arrows here show concepual flow beween ideas.

More information

6.003: Signals and Systems

6.003: Signals and Systems 6.3: Signals and Sysems Lecure 7 April 8, 6.3: Signals and Sysems C Fourier ransform C Fourier ransform Represening signals by heir frequency conen. X(j)= x()e j d ( analysis equaion) x()= π X(j)e j d

More information

Module 4: Time Response of discrete time systems Lecture Note 2

Module 4: Time Response of discrete time systems Lecture Note 2 Module 4: Time Response of discree ime sysems Lecure Noe 2 1 Prooype second order sysem The sudy of a second order sysem is imporan because many higher order sysem can be approimaed by a second order model

More information

Problem Set #1. i z. the complex propagation constant. For the characteristic impedance:

Problem Set #1. i z. the complex propagation constant. For the characteristic impedance: Problem Se # Problem : a) Using phasor noaion, calculae he volage and curren waves on a ransmission line by solving he wave equaion Assume ha R, L,, G are all non-zero and independen of frequency From

More information

Tutorial Sheet #2 discrete vs. continuous functions, periodicity, sampling

Tutorial Sheet #2 discrete vs. continuous functions, periodicity, sampling 2.39 Tuorial Shee #2 discree vs. coninuous uncions, periodiciy, sampling We will encouner wo classes o signals in his class, coninuous-signals and discree-signals. The disinc mahemaical properies o each,

More information

SINUSOIDAL WAVEFORMS

SINUSOIDAL WAVEFORMS SINUSOIDAL WAVEFORMS The sinusoidal waveform is he only waveform whose shape is no affeced by he response characerisics of R, L, and C elemens. Enzo Paerno CIRCUIT ELEMENTS R [ Ω ] Resisance: Ω: Ohms Georg

More information

Delhi Noida Bhopal Hyderabad Jaipur Lucknow Indore Pune Bhubaneswar Kolkata Patna Web: Ph:

Delhi Noida Bhopal Hyderabad Jaipur Lucknow Indore Pune Bhubaneswar Kolkata Patna Web:     Ph: Serial : 0. ND_NW_EE_Signal & Sysems_4068 Delhi Noida Bhopal Hyderabad Jaipur Lucknow Indore Pune Bhubaneswar Kolkaa Pana Web: E-mail: info@madeeasy.in Ph: 0-4546 CLASS TEST 08-9 ELECTRICAL ENGINEERING

More information

From Complex Fourier Series to Fourier Transforms

From Complex Fourier Series to Fourier Transforms Topic From Complex Fourier Series o Fourier Transforms. Inroducion In he previous lecure you saw ha complex Fourier Series and is coeciens were dened by as f ( = n= C ne in! where C n = T T = T = f (e

More information