CEMTool Tutorial. Fourier Analysis

Size: px
Start display at page:

Download "CEMTool Tutorial. Fourier Analysis"

Transcription

1 CEMTool Tutorial Fourier Aalysis Overview This tutorial is part of the CEMWARE series. Each tutorial i this series will teach you a specific topic of commo applicatios by explaiig theoretical cocepts ad providig practical examples. This tutorial is to demostrate the use of CEMTool for solvig electroics problems. I this tutorial, Fourier aalysis will be discussed. Topics covered are Fourier series expasio, Fourier trasform, discrete Fourier trasform, ad fast Fourier trasform. Some applicatios of Fourier aalysis, usig CEMTool, will also be discussed. Table of Cotets. Fourier series. Fourier trasforms 3. Discrete ad fast Fourier trasform. Fourier series If a fuctio g(t is periodic with period Tp, i.e., g ( t = g ( t ± T p ( ad i ay fiite iterval g(t has at most a fiite umber of discotiuities ad a fiite umber of maxima ad miima (Dirichlets coditios, ad i additio, ( T g t dt < ò ( the g(t ca be expressed with series of siusoids. That is, a g ( t = + å a cos( wt + b si ( wt (3 where = p w = (4 T p ad the Fourier coefficiets a ad b are determied by the followig equatios. a = g ( t ( w t dt = T t + T p ò cos,,... (5 t p

2 b = g ( t ( w t dt = T t + T p ò si,,... (6 t p Equatio (8.3 is called the trigoometric Fourier series. The term a i Equatio (3 is the dc compoet of the series ad is the average value of g(t over a period. The term ( w si ( w a cos t b t + is called the -th harmoic. The first harmoic is obtaied whe =. The latter is also called the fudametal with the fudametal frequecy of ωo. Whe =, we have the secod harmoic ad so o. a Equatio (3 ca be rewritte as g ( t = + å A cos( wt + Q (7 where A = a + b ad = æ - b ö Q = - ta ç è a ø (8,9 The total power i g(t is give by the Parseval s equatio: where A t + T p A P = g ( t dt A t dc T ò = å ( p æ a ö = ç è ø dc = The followig example shows the sythesis of a square wave usig Fourier series expasio. ( Example : Usig Fourier series expasio, a square wave with a period of ms, peak-to-peak value of volts ad average value of zero volt ca be expressed as where f 5 4 g ( t = - f t p å si é( p ù = ( - ë û ( 4 = Hz. if a(t is give as a ( t = si é( p ft ë - ù - û å (3 p = ( Write a CEMTool program to plot a(t from to 4 ms at itervals of.5 ms ad to show that a(t is a good approximatio of g(t. Solutio CEMTool script % fourier series expasio f = 5; c = 4/pi; dt = 5.e-5; tpts = (4.e-3/5.e-5 + ; for ( = ;<= ;++ { for (m = ;m<= tpts;m++ s(,m = (4/pi*(/(* - *si((* - **pi*f*dt*(m-;

3 } for (m = ;m<=tpts;m++ { a = s(:,m; a(m = sum(a; } f = a'; t =.:4.e-3:5.e-5; plot(t,f xlabel("time, s" ylabel("amplitude, V" title("fourier series expasio" Figure shows the plot of a(t Figure : Approximatio to square wave By usig the Euler s idetity, the cosie ad sie fuctios of Equatio (3 ca be replaced by 3

4 expoetial equivalets, yieldig the expressio T p / ( exp( w g t = å c j t (4 =- Tp / where ( exp( w p c = g t - j t dt ad = T ò / w T (5 - p p Tp Equatio (4 is termed the expoetial Fourier series expasio. The coefficiet c is related to the coefficiets a ad b of Equatios (5 ad (6 by the expressio - b c = a + b Ð - ta æ ç ö è a ø I additio, c relates to A ad φ of Equatios (8 ad (8.9 by the relatio A c = ÐQ (7 The plot of c versus frequecy is termed the discrete amplitude spectrum or the lie spectrum. It provides iformatio o the amplitude spectral compoets of g(t. A similar plot of c versus frequecy is called the discrete phase spectrum ad the latter gives iformatio o the phase compoets with respect to the frequecy of g(t. If a iput sigal x(t: x ( t c exp( jw t (6 = (8 passes through a system with trasfer fuctio Hw(, the the output of the system y(t is ( ( w exp( w y t H j t c j t = (9 The block diagram of the iput/output relatio is show i Figure. Figure : Iput/Output relatioship However, with a iput x(t cosistig of a liear combiatio of complex excitatios, ( exp( w x t = å c j t ( =- the respose at the output of the system is y ( t H ( jw c exp( jw t = å ( =- The followig two examples show how to use CEMTool to obtai the coefficiets of Fourier series expasio. 4

5 Example : For the full-wave rectifier waveform show i Figure 3, the period is.333s ad the amplitude is 69.7 Volts. (a Write a CEMTool program to obtai the expoetial Fourier series coefficiets c for =,,,.., 9 (b Fid the dc value. (c Plot the amplitude ad phase spectrum. Figure 3:Full-wave rectifier waveform Solutio % geerate the full-wave rectifier waveform f = 6; iv = /f; ic = /(8*f; tum = 3*iv; t = :tum:ic; g = *sqrt(*si(*pi*f*t; g = abs(g; N = legth(g; % % obtai the expoetial Fourier series coefficiets 5

6 um = ; for( i = ;i<=um;i++ { for (m = ;m<=n;m++ cit(m = exp(-j**pi*(i-*m/n*g(m; c(i = sum(cit/n; } cmag = abs(c; cphase = agle(c; %prit dc value disp("dc value of g(t"; cmag( % plot the magitude ad phase spectrum f = (:um-*6; subplot(, stem(f(:5,cmag(:5 title("amplitude spectrum" xlabel("frequecy, Hz" subplot(, stem(f(:5,cphase(:5 title("phase spectrum" xlabel("frequecy, Hz" dc value of g(t as = Figure 4 shows the magitude ad phase spectra of Figure 3. 6

7 Figure 4: Magitude ad Phase spectra of a Full-wave rectificatio waveform Example 3: The periodic sigal show i Figure 5 ca be expressed as (i -t ( ( + = g ( t g t g t = - t < Show that its expoetial Fourier series expasio ca be expressed as ( g t = - (- ( e - e å exp( jp t ( =- ( + jp (ii Usig a CEMTool program, sythesize g(t usig terms, i.e., ( gˆ t = - (- ( e - e å =- ( + jp exp ( jp t 7

8 Figure 5: Periodic expoetial sigal Solutio (i g ( t c exp( jw t = å =- Tp / where = ( exp( - w c g t j t dt T c = exp -t exp - j t dt = ò ò T / ad w - p p ( ( p - thus g ( t = - (- ( e - e å =- (ii CEMTool script ( + jp exp - (- ( e - e ( jp t ( + jp p p = = = p, T p % sythesis of g(t usig expoetial Fourier series expasio dt =.5; tpts = 8./dt +; cst = exp( - exp(-; for ( = -;<=;++ { for( m = ;m<=tpts;m++ g(+,m = ((.5*cst*((-^/(+j**pi*(exp(j**pi*dt*(m-; } for( m = ;m<= tpts;m++ { g = g(:,m; g3(m = sum(g; 8

9 } g = g3'; t = -4:4.:.5; plot(t,g xlabel("time, s" ylabel("amplitude" title("approximatio of g(t" Figure 6 shows the approximatio of g(t Figure 6: A approximatio of g(t 9

10 . Fourier trasforms If g(t is a o-periodic determiistic sigal expressed as a fuctio of time t, the the Fourier trasform of g(t is give by the itegral expressio: ( = ( exp( - p ò (3 G f g t j ft dt - where j = - ad f deotes frequecy g(t ca be obtaied from the Fourier trasform G(f by the iverse Fourier trasform formular: ( ( exp( p g t = ò G f j ft df (4 - For a sigal g(t to be Fourier trasformable, it should satisfy the Dirichlet s. If g(t is cotiuous ad o-periodic, the G(f will be cotiuous ad periodic. However, if g(t is cotiuous ad periodic, the G(f will discrete ad o-periodic; that is g ( t = g ( t ± T p (5 where Tp = period æ ö G f = å cd f - (6 T ç p =- T è p ø c g t j f t dt T the the Fourier trasform of g(t is ( Tp / where = ( exp( - p ò T / (7 - p p Properties of Fourier trasform if g(t ad G(f are Fourier trasform pairs, ad they are expressed as g ( t G ( f the the Fourier trasform will have the followig properties: Liearity ( ( ( ( Û (8 ag t + bg t Û ag f + bg f (9 where a ad b are costats Time scalig ( g at Duality æ f ö Û G ç a è a ø G ( t Û g (- f (3 Time shiftig ( ( exp( p g t - t Û G f - j ft (3 Frequecy Shiftig ( j f t g ( t G ( f f exp C Û - C (33 Defiitio i the time domai (3

11 ( dg t dt ( Û jp fg f (34 Itegratio i the time domai t - ( G g ( t dt Û G ( f + d f jp f ( ò (35 Multiplicatio i the time domai ( ( Û ( ( - g t g t G l G f l dl - covolutio i the time domai ò (36 ( t ( -t t Û ( ( ò g g t d G f G f (37-3. Discrete ad fast Fourier trasfrom Fourier series liks a cotiuous time sigal ito the discrete-frequecy domai. The periodicity of the time-domai sigal forces the spectrum to be discrete. The discrete Fourier trasform of a discrete-time sigal g[] is give as N - G[ k] = å g [ ] exp( - j p k / N k =,,..., N - (38 = The iverse discrete Fourier trasform, g[] is where N - g [ ] = å G[ k] exp( j p k / N =,,..., N - (39 k = N is the umber of time sequece values of g[]. It is also the total umber frequecy sequece values i G[k]. T is the time iterval betwee two cosecutive samples of the iput sequece g[]. F is the frequecy iterval betwee two cosecutive samples of the output sequece G[k]. N, T, ad F are related by the expressio NT = (4 F NT is also equal to the record legth. The time iterval, T, betwee samples should be chose such that the Shao s samplig theorem is satisfied. This meas that T should be less tha the reciprocal of f H, where f H is the highest sigificat frequecy compoet i the cotiuous time sigal g(t from which the sequece g[] was obtaied. Several fast DFT algorithms require N to be a iteger power of. A discrete-time fuctio will have a periodic spectrum. I DFT, both the time fuctio ad frequecy fuctios are periodic. Because of the periodicity of DFT, it is commo to regard poits from = through = N/ as positive, ad poits from = N/ through = N - as egative frequecies. I additio, sice both the time ad frequecy sequeces are periodic, DFT values at poits = N/ through = N - are equal to the DFT values at poits = N/ through =.

12 I geeral, if the time-sequece is real-valued, the the DFT will have real compoets which are eve ad imagiary compoets that are odd. Similarly, for a imagiary valued time sequece, the DFT values will have a odd real compoet ad a eve imagiary compoet. If we defie the weightig fuctio W N as Equatios (38 ad (39 ca be re-expressed as G k N - [ ] [ ] = k N jp N - jp FT N = = (4 W e e = å g W (4 N - [ ] [ ] g = å G k W (43 k = -k N The Fast Fourier Trasform, FFT, is a efficiet method for computig the discrete Fourier trasform. FFT reduces the umber of computatios eeded for computig DFT. For example, if a sequece has N poits, ad N is a itegral power of, the DFT requires N operatios, N N whereas FFT requires log ( N complex multiplicatio, log ( N complex additios ad N log ( N subtractios. For N = 4, the computatioal reductio from DFT to FFT is more tha to. The FFT ca be used to (a obtai the power spectrum of a sigal, (b do digital filterig, ad (c obtai the correlatio betwee two sigals. CEMTool fuctio fft The CEMTool fuctio for performig Fast Fourier Trasforms is fft(x where x is the vector to be trasformed. fft(x,n is also CEMTool commad that ca be used to obtai N-poit fft. The vector x is trucated or zeros are added to N, if ecessary. The CEMTool fuctios for performig iverse fft is ifft x(. The followig three examples illustrate usage of CEMTool fuctio fft. Example 4: Give the sequece x[] = (,,. (a Calculate the DFT of x[]. (b Use the fft algorithm to fid DFT of x[]. (c Compare the results of (a ad (b. Solutio N - (a From Equatio (4 G[ k] [ ] From equatio (4 W 3 = = å g W = k N

13 jp - 3 W3 = e = j.866 j4p - 3 W3 = e = j W = W = W 3 3 = W Usig Equatio (4, we have [ ] å [ ] G = g W = + + = 4 = 3 [ ] = å [ ] = [ ] + [ ] + [ ] G g W g W g W g W = ( ( = j j.866 = j.866 [ ] = å [ ] = [ ] + [ ] + [ ] G g W g W g W g W = ( ( = j j.866 = j.866 (b The CEMTool program for performig the DFT of x[] is % x = [ ]; xfft = fft(x The results are xfft = i i (c It ca be see that the aswers obtaied from parts (a ad (b are idetical. -t Example 5: Sigal g(t is give as g ( t = 4e cos ép ( tù u ( t ë û (a Fid the Fourier trasform of g(t, i.e, G(f (b Fid the DFT of g(t whe the samplig iterval is.5s with N=. (c Fid the DFT of g(t whe the samplig iterval is.s with N=5. (d Compare the results obtaied from part a,b, ad c. Solutio é ê ë -t jpt - jpt (a g(t ca be expressed as g ( t = 4e e + e u ( t Usig the frequecy shiftig property of the Fourier trasform, we get ( G f = + + jp f - + j f + ( p ( (b,c The CEMTool program for computig the DFT of g(t is % DFT of g(t % Sample, Samplig iterval of.5 s ù ú û 3

14 ts =.5; % samplig iterval fs = /ts; % Samplig frequecy = ; % Total Samples m = :; % Number of bis sit = ts*(m - ; % Samplig istats freq = (m - *fs/; % frequecies gb = (4*exp(-*sit.*cos(*pi**sit; gb_abs = abs(fft(gb; subplot( plot(freq, gb_abs title("dft of g(t,.5s Samplig iterval" xlabel("frequecy (Hz" % Sample, Samplig iterval of. s ts =.; % samplig iterval fs = /ts; % Samplig frequecy = 5; % Total Samples m = :; % Number of bis sit = ts*(m - ; % Samplig istats freq = (m - *fs/; % frequecies gc = (4*exp(-*sit.*cos(*pi**sit; gc_abs = abs(fft(gc; subplot( plot(freq, gc_abs title("dft of g(t,.s Samplig iterval" xlabel("frequecy (Hz" The plot is show i Figure 7. 4

15 Figure 7: DFT of g(t (d From Figure 7, it ca be see that with the sample iterval of.5s, there was o aliasig ad spectrum of G[k] i part (b is almost the same as that of G(f of part (a. With the samplig iterval beig. s (less tha the Nyquist rate, there is aliasig ad the spectrum of G[k] is differet from that of G(f. Example 6: Give a oisy sigal g ( t si ( p f t.5( t = + where f Hz =, (t is a ormally distributed white oise. The duratio of g(t is.5 secods. Use CEMTool fuctio rad to geerate the oise sigal. Use CEMTool to obtai the power spectral desity of g(t. Solutio A represetative program that ca be used to plot the oisy sigal ad obtai the power spectral 5

16 desity is % power spectral estimatio of oisy sigal t =.:.5:.; f =; % geerate the sie portio of sigal x = si(*pi*f*t; % geerate a ormally distributed white oise =.5*rad(size(t; % geerate the oisy sigal y = x+; subplot(, plot(t(:5,y(:5, title("nosiy time domai sigal" % power spectral estimatio is doe yfft = fft(y,56; le = legth(yfft; pyy = yfft.*coj(yfft/le; f = (5./56*(:7; subplot(, plot(f,pyy(:8, title("power spectral desity", xlabel("frequecy i Hz" The plot of the oisy sigal ad its spectrum is show i Figure 8. The amplitude of the oise ad the siusoidal sigal ca be chaged to observe their effects o the spectrum. 6

17 Figure 8: Noisy Sigal ad its spectrum Refereces. CEMTool 6. User s Guide. Joh O. Attia, Electroics ad Circuit aalysis usig MATLAB, CRC Press, first editio

Lecture 4&5 MATLAB applications In Signal Processing. Dr. Bedir Yousif

Lecture 4&5 MATLAB applications In Signal Processing. Dr. Bedir Yousif Lecture 4&5 MATLAB applications In Signal Processing Dr. Bedir Yousif Signal Analysis Fourier Series and Fourier Transform Trigonometric Fourier Series Where w0=2*pi/tp and the Fourier coefficients a n

More information

Signal Processing in Mechatronics. Lecture 3, Convolution, Fourier Series and Fourier Transform

Signal Processing in Mechatronics. Lecture 3, Convolution, Fourier Series and Fourier Transform Sigal Processig i Mechatroics Summer semester, 1 Lecture 3, Covolutio, Fourier Series ad Fourier rasform Dr. Zhu K.P. AIS, UM 1 1. Covolutio Covolutio Descriptio of LI Systems he mai premise is that the

More information

EE422G Homework #13 (12 points)

EE422G Homework #13 (12 points) EE422G Homework #1 (12 poits) 1. (5 poits) I this problem, you are asked to explore a importat applicatio of FFT: efficiet computatio of covolutio. The impulse respose of a system is give by h(t) (.9),1,2,,1

More information

EE / EEE SAMPLE STUDY MATERIAL. GATE, IES & PSUs Signal System. Electrical Engineering. Postal Correspondence Course

EE / EEE SAMPLE STUDY MATERIAL. GATE, IES & PSUs Signal System. Electrical Engineering. Postal Correspondence Course Sigal-EE Postal Correspodece Course 1 SAMPLE STUDY MATERIAL Electrical Egieerig EE / EEE Postal Correspodece Course GATE, IES & PSUs Sigal System Sigal-EE Postal Correspodece Course CONTENTS 1. SIGNAL

More information

Frequency Response of FIR Filters

Frequency Response of FIR Filters EEL335: Discrete-Time Sigals ad Systems. Itroductio I this set of otes, we itroduce the idea of the frequecy respose of LTI systems, ad focus specifically o the frequecy respose of FIR filters.. Steady-state

More information

5.1. Periodic Signals: A signal f(t) is periodic iff for some T 0 > 0,

5.1. Periodic Signals: A signal f(t) is periodic iff for some T 0 > 0, 5. Periodic Sigals: A sigal f(t) is periodic iff for some >, f () t = f ( t + ) i t he smallest value that satisfies the above coditios is called the period of f(t). Cosider a sigal examied over to 5 secods

More information

Frequency Domain Filtering

Frequency Domain Filtering Frequecy Domai Filterig Raga Rodrigo October 19, 2010 Outlie Cotets 1 Itroductio 1 2 Fourier Represetatio of Fiite-Duratio Sequeces: The Discrete Fourier Trasform 1 3 The 2-D Discrete Fourier Trasform

More information

The z-transform. 7.1 Introduction. 7.2 The z-transform Derivation of the z-transform: x[n] = z n LTI system, h[n] z = re j

The z-transform. 7.1 Introduction. 7.2 The z-transform Derivation of the z-transform: x[n] = z n LTI system, h[n] z = re j The -Trasform 7. Itroductio Geeralie the complex siusoidal represetatio offered by DTFT to a represetatio of complex expoetial sigals. Obtai more geeral characteristics for discrete-time LTI systems. 7.

More information

Solutions. Number of Problems: 4. None. Use only the prepared sheets for your solutions. Additional paper is available from the supervisors.

Solutions. Number of Problems: 4. None. Use only the prepared sheets for your solutions. Additional paper is available from the supervisors. Quiz November 4th, 23 Sigals & Systems (5-575-) P. Reist & Prof. R. D Adrea Solutios Exam Duratio: 4 miutes Number of Problems: 4 Permitted aids: Noe. Use oly the prepared sheets for your solutios. Additioal

More information

Chapter 8. DFT : The Discrete Fourier Transform

Chapter 8. DFT : The Discrete Fourier Transform Chapter 8 DFT : The Discrete Fourier Trasform Roots of Uity Defiitio: A th root of uity is a complex umber x such that x The th roots of uity are: ω, ω,, ω - where ω e π /. Proof: (ω ) (e π / ) (e π )

More information

Practical Spectral Anaysis (continue) (from Boaz Porat s book) Frequency Measurement

Practical Spectral Anaysis (continue) (from Boaz Porat s book) Frequency Measurement Practical Spectral Aaysis (cotiue) (from Boaz Porat s book) Frequecy Measuremet Oe of the most importat applicatios of the DFT is the measuremet of frequecies of periodic sigals (eg., siusoidal sigals),

More information

Orthogonal Gaussian Filters for Signal Processing

Orthogonal Gaussian Filters for Signal Processing Orthogoal Gaussia Filters for Sigal Processig Mark Mackezie ad Kiet Tieu Mechaical Egieerig Uiversity of Wollogog.S.W. Australia Abstract A Gaussia filter usig the Hermite orthoormal series of fuctios

More information

Vibratory Motion. Prof. Zheng-yi Feng NCHU SWC. National CHung Hsing University, Department of Soil and Water Conservation

Vibratory Motion. Prof. Zheng-yi Feng NCHU SWC. National CHung Hsing University, Department of Soil and Water Conservation Vibratory Motio Prof. Zheg-yi Feg NCHU SWC 1 Types of vibratory motio Periodic motio Noperiodic motio See Fig. A1, p.58 Harmoic motio Periodic motio Trasiet motio impact Trasiet motio earthquake A powerful

More information

Chapter 7: The z-transform. Chih-Wei Liu

Chapter 7: The z-transform. Chih-Wei Liu Chapter 7: The -Trasform Chih-Wei Liu Outlie Itroductio The -Trasform Properties of the Regio of Covergece Properties of the -Trasform Iversio of the -Trasform The Trasfer Fuctio Causality ad Stability

More information

Discrete-Time Signals and Systems. Signals and Systems. Digital Signals. Discrete-Time Signals. Operations on Sequences: Basic Operations

Discrete-Time Signals and Systems. Signals and Systems. Digital Signals. Discrete-Time Signals. Operations on Sequences: Basic Operations -6.3 Digital Sigal Processig ad Filterig..8 Discrete-ime Sigals ad Systems ime-domai Represetatios of Discrete-ime Sigals ad Systems ime-domai represetatio of a discrete-time sigal as a sequece of umbers

More information

Question1 Multiple choices (circle the most appropriate one):

Question1 Multiple choices (circle the most appropriate one): Philadelphia Uiversity Studet Name: Faculty of Egieerig Studet Number: Dept. of Computer Egieerig Fial Exam, First Semester: 2014/2015 Course Title: Digital Sigal Aalysis ad Processig Date: 01/02/2015

More information

Ch3 Discrete Time Fourier Transform

Ch3 Discrete Time Fourier Transform Ch3 Discrete Time Fourier Trasform 3. Show that the DTFT of [] is give by ( k). e k 3. Determie the DTFT of the two sided sigal y [ ],. 3.3 Determie the DTFT of the causal sequece x[ ] A cos( 0 ) [ ],

More information

MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Electrical Engineering and Computer Science. BACKGROUND EXAM September 30, 2004.

MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Electrical Engineering and Computer Science. BACKGROUND EXAM September 30, 2004. MASSACHUSETTS INSTITUTE OF TECHNOLOGY Departmet of Electrical Egieerig ad Computer Sciece 6.34 Discrete Time Sigal Processig Fall 24 BACKGROUND EXAM September 3, 24. Full Name: Note: This exam is closed

More information

Chapter 2 Systems and Signals

Chapter 2 Systems and Signals Chapter 2 Systems ad Sigals 1 Itroductio Discrete-Time Sigals: Sequeces Discrete-Time Systems Properties of Liear Time-Ivariat Systems Liear Costat-Coefficiet Differece Equatios Frequecy-Domai Represetatio

More information

FIR Filter Design: Part II

FIR Filter Design: Part II EEL335: Discrete-Time Sigals ad Systems. Itroductio I this set of otes, we cosider how we might go about desigig FIR filters with arbitrary frequecy resposes, through compositio of multiple sigle-peak

More information

: Transforms and Partial Differential Equations

: Transforms and Partial Differential Equations Trasforms ad Partial Differetial Equatios 018 SUBJECT NAME : Trasforms ad Partial Differetial Equatios SUBJECT CODE : MA 6351 MATERIAL NAME : Part A questios REGULATION : R013 WEBSITE : wwwharigaeshcom

More information

Chapter 4 : Laplace Transform

Chapter 4 : Laplace Transform 4. Itroductio Laplace trasform is a alterative to solve the differetial equatio by the complex frequecy domai ( s = σ + jω), istead of the usual time domai. The DE ca be easily trasformed ito a algebraic

More information

A. Basics of Discrete Fourier Transform

A. Basics of Discrete Fourier Transform A. Basics of Discrete Fourier Trasform A.1. Defiitio of Discrete Fourier Trasform (8.5) A.2. Properties of Discrete Fourier Trasform (8.6) A.3. Spectral Aalysis of Cotiuous-Time Sigals Usig Discrete Fourier

More information

ADVANCED DIGITAL SIGNAL PROCESSING

ADVANCED DIGITAL SIGNAL PROCESSING ADVANCED DIGITAL SIGNAL PROCESSING PROF. S. C. CHAN (email : sccha@eee.hku.hk, Rm. CYC-702) DISCRETE-TIME SIGNALS AND SYSTEMS MULTI-DIMENSIONAL SIGNALS AND SYSTEMS RANDOM PROCESSES AND APPLICATIONS ADAPTIVE

More information

CEMTool Tutorial. The z-transform

CEMTool Tutorial. The z-transform CEMTool Tutorial The -Trasform Overview This tutorial is part of the CEMWARE series. Each tutorial i this series will teach you a specific topic of commo applicatios by explaiig theoretical cocepts ad

More information

6.003: Signal Processing

6.003: Signal Processing 6.003: Sigal Processig Discrete-Time Fourier Series orthogoality of harmoically related DT siusoids DT Fourier series relatios differeces betwee CT ad DT Fourier series properties of DT Fourier series

More information

radians A function f ( x ) is called periodic if it is defined for all real x and if there is some positive number P such that:

radians A function f ( x ) is called periodic if it is defined for all real x and if there is some positive number P such that: Fourier Series. Graph of y Asix ad y Acos x Amplitude A ; period 36 radias. Harmoics y y six is the first harmoic y y six is the th harmoics 3. Periodic fuctio A fuctio f ( x ) is called periodic if it

More information

Olli Simula T / Chapter 1 3. Olli Simula T / Chapter 1 5

Olli Simula T / Chapter 1 3. Olli Simula T / Chapter 1 5 Sigals ad Systems Sigals ad Systems Sigals are variables that carry iformatio Systemstake sigals as iputs ad produce sigals as outputs The course deals with the passage of sigals through systems T-6.4

More information

Finite-length Discrete Transforms. Chapter 5, Sections

Finite-length Discrete Transforms. Chapter 5, Sections Fiite-legth Discrete Trasforms Chapter 5, Sectios 5.2-50 5.0 Dr. Iyad djafar Outlie The Discrete Fourier Trasform (DFT) Matrix Represetatio of DFT Fiite-legth Sequeces Circular Covolutio DFT Symmetry Properties

More information

Mathematical Description of Discrete-Time Signals. 9/10/16 M. J. Roberts - All Rights Reserved 1

Mathematical Description of Discrete-Time Signals. 9/10/16 M. J. Roberts - All Rights Reserved 1 Mathematical Descriptio of Discrete-Time Sigals 9/10/16 M. J. Roberts - All Rights Reserved 1 Samplig ad Discrete Time Samplig is the acquisitio of the values of a cotiuous-time sigal at discrete poits

More information

3. Z Transform. Recall that the Fourier transform (FT) of a DT signal xn [ ] is ( ) [ ] = In order for the FT to exist in the finite magnitude sense,

3. Z Transform. Recall that the Fourier transform (FT) of a DT signal xn [ ] is ( ) [ ] = In order for the FT to exist in the finite magnitude sense, 3. Z Trasform Referece: Etire Chapter 3 of text. Recall that the Fourier trasform (FT) of a DT sigal x [ ] is ω ( ) [ ] X e = j jω k = xe I order for the FT to exist i the fiite magitude sese, S = x [

More information

Filter banks. Separately, the lowpass and highpass filters are not invertible. removes the highest frequency 1/ 2and

Filter banks. Separately, the lowpass and highpass filters are not invertible. removes the highest frequency 1/ 2and Filter bas Separately, the lowpass ad highpass filters are ot ivertible T removes the highest frequecy / ad removes the lowest frequecy Together these filters separate the sigal ito low-frequecy ad high-frequecy

More information

(, ) (, ) (, ) ( ) ( )

(, ) (, ) (, ) ( ) ( ) PROBLEM ANSWER X Y x, x, rect, () X Y, otherwise D Fourier trasform is defied as ad i D case it ca be defied as We ca write give fuctio from Eq. () as It follows usig Eq. (3) it ( ) ( ) F f t e dt () i(

More information

The Z-Transform. (t-t 0 ) Figure 1: Simplified graph of an impulse function. For an impulse, it can be shown that (1)

The Z-Transform. (t-t 0 ) Figure 1: Simplified graph of an impulse function. For an impulse, it can be shown that (1) The Z-Trasform Sampled Data The geeralied fuctio (t) (also kow as the impulse fuctio) is useful i the defiitio ad aalysis of sampled-data sigals. Figure below shows a simplified graph of a impulse. (t-t

More information

The Discrete Fourier Transform

The Discrete Fourier Transform The iscrete Fourier Trasform The discrete-time Fourier trasform (TFT) of a sequece is a cotiuous fuctio of!, ad repeats with period. I practice we usually wat to obtai the Fourier compoets usig digital

More information

COMM 602: Digital Signal Processing

COMM 602: Digital Signal Processing COMM 60: Digital Sigal Processig Lecture 4 -Properties of LTIS Usig Z-Trasform -Iverse Z-Trasform Properties of LTIS Usig Z-Trasform Properties of LTIS Usig Z-Trasform -ve +ve Properties of LTIS Usig Z-Trasform

More information

Chapter 4. Fourier Series

Chapter 4. Fourier Series Chapter 4. Fourier Series At this poit we are ready to ow cosider the caoical equatios. Cosider, for eample the heat equatio u t = u, < (4.) subject to u(, ) = si, u(, t) = u(, t) =. (4.) Here,

More information

The picture in figure 1.1 helps us to see that the area represents the distance traveled. Figure 1: Area represents distance travelled

The picture in figure 1.1 helps us to see that the area represents the distance traveled. Figure 1: Area represents distance travelled 1 Lecture : Area Area ad distace traveled Approximatig area by rectagles Summatio The area uder a parabola 1.1 Area ad distace Suppose we have the followig iformatio about the velocity of a particle, how

More information

Ma 4121: Introduction to Lebesgue Integration Solutions to Homework Assignment 5

Ma 4121: Introduction to Lebesgue Integration Solutions to Homework Assignment 5 Ma 42: Itroductio to Lebesgue Itegratio Solutios to Homework Assigmet 5 Prof. Wickerhauser Due Thursday, April th, 23 Please retur your solutios to the istructor by the ed of class o the due date. You

More information

Exam. Notes: A single A4 sheet of paper (double sided; hand-written or computer typed)

Exam. Notes: A single A4 sheet of paper (double sided; hand-written or computer typed) Exam February 8th, 8 Sigals & Systems (5-575-) Prof. R. D Adrea Exam Exam Duratio: 5 Mi Number of Problems: 5 Number of Poits: 5 Permitted aids: Importat: Notes: A sigle A sheet of paper (double sided;

More information

Module 18 Discrete Time Signals and Z-Transforms Objective: Introduction : Description: Discrete Time Signal representation

Module 18 Discrete Time Signals and Z-Transforms Objective: Introduction : Description: Discrete Time Signal representation Module 8 Discrete Time Sigals ad Z-Trasforms Objective:To uderstad represetig discrete time sigals, apply z trasform for aalyzigdiscrete time sigals ad to uderstad the relatio to Fourier trasform Itroductio

More information

y[ n] = sin(2" # 3 # n) 50

y[ n] = sin(2 # 3 # n) 50 Period of a Discrete Siusoid y[ ] si( ) 5 T5 samples y[ ] y[ + 5] si() si() [ ] si( 3 ) 5 y[ ] y[ + T] T?? samples [iteger] 5/3 iteger y irratioal frequecy ysi(pisqrt()/5) - - TextEd si( t) T sec cotiuous

More information

2. Fourier Series, Fourier Integrals and Fourier Transforms

2. Fourier Series, Fourier Integrals and Fourier Transforms Mathematics IV -. Fourier Series, Fourier Itegrals ad Fourier Trasforms The Fourier series are used for the aalysis of the periodic pheomea, which ofte appear i physics ad egieerig. The Fourier itegrals

More information

Chapter 10 Advanced Topics in Random Processes

Chapter 10 Advanced Topics in Random Processes ery Stark ad Joh W. Woods, Probability, Statistics, ad Radom Variables for Egieers, 4th ed., Pearso Educatio Ic.,. ISBN 978--3-33-6 Chapter Advaced opics i Radom Processes Sectios. Mea-Square (m.s.) Calculus

More information

ELEG3503 Introduction to Digital Signal Processing

ELEG3503 Introduction to Digital Signal Processing ELEG3503 Itroductio to Digital Sigal Processig 1 Itroductio 2 Basics of Sigals ad Systems 3 Fourier aalysis 4 Samplig 5 Liear time-ivariat (LTI) systems 6 z-trasform 7 System Aalysis 8 System Realizatio

More information

Signals & Systems Chapter3

Signals & Systems Chapter3 Sigals & Systems Chapter3 1.2 Discrete-Time (D-T) Sigals Electroic systems do most of the processig of a sigal usig a computer. A computer ca t directly process a C-T sigal but istead eeds a stream of

More information

Analog and Digital Signals. Introduction to Digital Signal Processing. Discrete-time Sinusoids. Analog and Digital Signals

Analog and Digital Signals. Introduction to Digital Signal Processing. Discrete-time Sinusoids. Analog and Digital Signals Itroductio to Digital Sigal Processig Chapter : Itroductio Aalog ad Digital Sigals aalog = cotiuous-time cotiuous amplitude digital = discrete-time discrete amplitude cotiuous amplitude discrete amplitude

More information

Linear time invariant systems

Linear time invariant systems Liear time ivariat systems Alejadro Ribeiro Dept. of Electrical ad Systems Egieerig Uiversity of Pesylvaia aribeiro@seas.upe.edu http://www.seas.upe.edu/users/~aribeiro/ February 25, 2016 Sigal ad Iformatio

More information

Generalizing the DTFT. The z Transform. Complex Exponential Excitation. The Transfer Function. Systems Described by Difference Equations

Generalizing the DTFT. The z Transform. Complex Exponential Excitation. The Transfer Function. Systems Described by Difference Equations Geeraliig the DTFT The Trasform M. J. Roberts - All Rights Reserved. Edited by Dr. Robert Akl 1 The forward DTFT is defied by X e jω = x e jω i which = Ω is discrete-time radia frequecy, a real variable.

More information

ELEG 4603/5173L Digital Signal Processing Ch. 1 Discrete-Time Signals and Systems

ELEG 4603/5173L Digital Signal Processing Ch. 1 Discrete-Time Signals and Systems Departmet of Electrical Egieerig Uiversity of Arasas ELEG 4603/5173L Digital Sigal Processig Ch. 1 Discrete-Time Sigals ad Systems Dr. Jigxia Wu wuj@uar.edu OUTLINE 2 Classificatios of discrete-time sigals

More information

Introduction to Digital Signal Processing

Introduction to Digital Signal Processing Fakultät Iformatik Istitut für Systemarchitektur Professur Recheretze Itroductio to Digital Sigal Processig Walteegus Dargie Walteegus Dargie TU Dresde Chair of Computer Networks I 45 Miutes Refereces

More information

Appendix: The Laplace Transform

Appendix: The Laplace Transform Appedix: The Laplace Trasform The Laplace trasform is a powerful method that ca be used to solve differetial equatio, ad other mathematical problems. Its stregth lies i the fact that it allows the trasformatio

More information

Fall 2011, EE123 Digital Signal Processing

Fall 2011, EE123 Digital Signal Processing Lecture 5 Miki Lustig, UCB September 14, 211 Miki Lustig, UCB Motivatios for Discrete Fourier Trasform Sampled represetatio i time ad frequecy umerical Fourier aalysis requires a Fourier represetatio that

More information

Time-Domain Representations of LTI Systems

Time-Domain Representations of LTI Systems 2.1 Itroductio Objectives: 1. Impulse resposes of LTI systems 2. Liear costat-coefficiets differetial or differece equatios of LTI systems 3. Bloc diagram represetatios of LTI systems 4. State-variable

More information

Z - Transform. It offers the techniques for digital filter design and frequency analysis of digital signals.

Z - Transform. It offers the techniques for digital filter design and frequency analysis of digital signals. Z - Trasform The -trasform is a very importat tool i describig ad aalyig digital systems. It offers the techiques for digital filter desig ad frequecy aalysis of digital sigals. Defiitio of -trasform:

More information

Sequences, Mathematical Induction, and Recursion. CSE 2353 Discrete Computational Structures Spring 2018

Sequences, Mathematical Induction, and Recursion. CSE 2353 Discrete Computational Structures Spring 2018 CSE 353 Discrete Computatioal Structures Sprig 08 Sequeces, Mathematical Iductio, ad Recursio (Chapter 5, Epp) Note: some course slides adopted from publisher-provided material Overview May mathematical

More information

Signal Processing in Mechatronics

Signal Processing in Mechatronics Sigal Processig i Mechatroics Zhu K.P. AIS, UM. Lecture, Brief itroductio to Sigals ad Systems, Review of Liear Algebra ad Sigal Processig Related Mathematics . Brief Itroductio to Sigals What is sigal

More information

6.003 Homework #3 Solutions

6.003 Homework #3 Solutions 6.00 Homework # Solutios Problems. Complex umbers a. Evaluate the real ad imagiary parts of j j. π/ Real part = Imagiary part = 0 e Euler s formula says that j = e jπ/, so jπ/ j π/ j j = e = e. Thus the

More information

ENGI Series Page 6-01

ENGI Series Page 6-01 ENGI 3425 6 Series Page 6-01 6. Series Cotets: 6.01 Sequeces; geeral term, limits, covergece 6.02 Series; summatio otatio, covergece, divergece test 6.03 Stadard Series; telescopig series, geometric series,

More information

Chapter 7 z-transform

Chapter 7 z-transform Chapter 7 -Trasform Itroductio Trasform Uilateral Trasform Properties Uilateral Trasform Iversio of Uilateral Trasform Determiig the Frequecy Respose from Poles ad Zeros Itroductio Role i Discrete-Time

More information

Solutions - Homework # 1

Solutions - Homework # 1 ECE-4: Sigals ad Systems Summer Solutios - Homework # PROBLEM A cotiuous time sigal is show i the figure. Carefully sketch each of the followig sigals: x(t) a) x(t-) b) x(-t) c) x(t+) d) x( - t/) e) x(t)*(

More information

Optimum LMSE Discrete Transform

Optimum LMSE Discrete Transform Image Trasformatio Two-dimesioal image trasforms are extremely importat areas of study i image processig. The image output i the trasformed space may be aalyzed, iterpreted, ad further processed for implemetig

More information

NANYANG TECHNOLOGICAL UNIVERSITY SYLLABUS FOR ENTRANCE EXAMINATION FOR INTERNATIONAL STUDENTS AO-LEVEL MATHEMATICS

NANYANG TECHNOLOGICAL UNIVERSITY SYLLABUS FOR ENTRANCE EXAMINATION FOR INTERNATIONAL STUDENTS AO-LEVEL MATHEMATICS NANYANG TECHNOLOGICAL UNIVERSITY SYLLABUS FOR ENTRANCE EXAMINATION FOR INTERNATIONAL STUDENTS AO-LEVEL MATHEMATICS STRUCTURE OF EXAMINATION PAPER. There will be oe 2-hour paper cosistig of 4 questios.

More information

x x x Using a second Taylor polynomial with remainder, find the best constant C so that for x 0,

x x x Using a second Taylor polynomial with remainder, find the best constant C so that for x 0, Math Activity 9( Due with Fial Eam) Usig first ad secod Taylor polyomials with remaider, show that for, 8 Usig a secod Taylor polyomial with remaider, fid the best costat C so that for, C 9 The th Derivative

More information

62. Power series Definition 16. (Power series) Given a sequence {c n }, the series. c n x n = c 0 + c 1 x + c 2 x 2 + c 3 x 3 +

62. Power series Definition 16. (Power series) Given a sequence {c n }, the series. c n x n = c 0 + c 1 x + c 2 x 2 + c 3 x 3 + 62. Power series Defiitio 16. (Power series) Give a sequece {c }, the series c x = c 0 + c 1 x + c 2 x 2 + c 3 x 3 + is called a power series i the variable x. The umbers c are called the coefficiets of

More information

Discrete Orthogonal Moment Features Using Chebyshev Polynomials

Discrete Orthogonal Moment Features Using Chebyshev Polynomials Discrete Orthogoal Momet Features Usig Chebyshev Polyomials R. Mukuda, 1 S.H.Og ad P.A. Lee 3 1 Faculty of Iformatio Sciece ad Techology, Multimedia Uiversity 75450 Malacca, Malaysia. Istitute of Mathematical

More information

6.003 Homework #12 Solutions

6.003 Homework #12 Solutions 6.003 Homework # Solutios Problems. Which are rue? For each of the D sigals x [] through x 4 [] below), determie whether the coditios listed i the followig table are satisfied, ad aswer for true or F for

More information

Infinite Series and Improper Integrals

Infinite Series and Improper Integrals 8 Special Fuctios Ifiite Series ad Improper Itegrals Ifiite series are importat i almost all areas of mathematics ad egieerig I additio to umerous other uses, they are used to defie certai fuctios ad to

More information

ECEN 644 HOMEWORK #5 SOLUTION SET

ECEN 644 HOMEWORK #5 SOLUTION SET ECE 644 HOMEWORK #5 SOUTIO SET 7. x is a real valued sequece. The first five poits of its 8-poit DFT are: {0.5, 0.5 - j 0.308, 0, 0.5 - j 0.058, 0} To compute the 3 remaiig poits, we ca use the followig

More information

FFTs in Graphics and Vision. The Fast Fourier Transform

FFTs in Graphics and Vision. The Fast Fourier Transform FFTs i Graphics ad Visio The Fast Fourier Trasform 1 Outlie The FFT Algorithm Applicatios i 1D Multi-Dimesioal FFTs More Applicatios Real FFTs 2 Computatioal Complexity To compute the movig dot-product

More information

Lecture 19: Convergence

Lecture 19: Convergence Lecture 19: Covergece Asymptotic approach I statistical aalysis or iferece, a key to the success of fidig a good procedure is beig able to fid some momets ad/or distributios of various statistics. I may

More information

6.003 Homework #12 Solutions

6.003 Homework #12 Solutions 6.003 Homework # Solutios Problems. Which are rue? For each of the D sigals x [] through x 4 [] (below), determie whether the coditios listed i the followig table are satisfied, ad aswer for true or F

More information

Generating Functions. 1 Operations on generating functions

Generating Functions. 1 Operations on generating functions Geeratig Fuctios The geeratig fuctio for a sequece a 0, a,..., a,... is defied to be the power series fx a x. 0 We say that a 0, a,... is the sequece geerated by fx ad a is the coefficiet of x. Example

More information

We are mainly going to be concerned with power series in x, such as. (x)} converges - that is, lims N n

We are mainly going to be concerned with power series in x, such as. (x)} converges - that is, lims N n Review of Power Series, Power Series Solutios A power series i x - a is a ifiite series of the form c (x a) =c +c (x a)+(x a) +... We also call this a power series cetered at a. Ex. (x+) is cetered at

More information

PH 411/511 ECE B(k) Sin k (x) dk (1)

PH 411/511 ECE B(k) Sin k (x) dk (1) Fall-27 PH 4/5 ECE 598 A. La Rosa Homework-3 Due -7-27 The Homework is iteded to gai a uderstadig o the Heiseberg priciple, based o a compariso betwee the width of a pulse ad the width of its spectral

More information

2D DSP Basics: 2D Systems

2D DSP Basics: 2D Systems - Digital Image Processig ad Compressio D DSP Basics: D Systems D Systems T[ ] y = T [ ] Liearity Additivity: If T y = T [ ] The + T y = y + y Homogeeity: If The T y = T [ ] a T y = ay = at [ ] Liearity

More information

Solution of EECS 315 Final Examination F09

Solution of EECS 315 Final Examination F09 Solutio of EECS 315 Fial Examiatio F9 1. Fid the umerical value of δ ( t + 4ramp( tdt. δ ( t + 4ramp( tdt. Fid the umerical sigal eergy of x E x = x[ ] = δ 3 = 11 = ( = ramp( ( 4 = ramp( 8 = 8 [ ] = (

More information

Introduction to Signals and Systems, Part V: Lecture Summary

Introduction to Signals and Systems, Part V: Lecture Summary EEL33: Discrete-Time Sigals ad Systems Itroductio to Sigals ad Systems, Part V: Lecture Summary Itroductio to Sigals ad Systems, Part V: Lecture Summary So far we have oly looked at examples of o-recursive

More information

Signal Processing. Lecture 02: Discrete Time Signals and Systems. Ahmet Taha Koru, Ph. D. Yildiz Technical University.

Signal Processing. Lecture 02: Discrete Time Signals and Systems. Ahmet Taha Koru, Ph. D. Yildiz Technical University. Sigal Processig Lecture 02: Discrete Time Sigals ad Systems Ahmet Taha Koru, Ph. D. Yildiz Techical Uiversity 2017-2018 Fall ATK (YTU) Sigal Processig 2017-2018 Fall 1 / 51 Discrete Time Sigals Discrete

More information

Describing Function: An Approximate Analysis Method

Describing Function: An Approximate Analysis Method Describig Fuctio: A Approximate Aalysis Method his chapter presets a method for approximately aalyzig oliear dyamical systems A closed-form aalytical solutio of a oliear dyamical system (eg, a oliear differetial

More information

Lecture 3. Digital Signal Processing. Chapter 3. z-transforms. Mikael Swartling Nedelko Grbic Bengt Mandersson. rev. 2016

Lecture 3. Digital Signal Processing. Chapter 3. z-transforms. Mikael Swartling Nedelko Grbic Bengt Mandersson. rev. 2016 Lecture 3 Digital Sigal Processig Chapter 3 z-trasforms Mikael Swartlig Nedelko Grbic Begt Madersso rev. 06 Departmet of Electrical ad Iformatio Techology Lud Uiversity z-trasforms We defie the z-trasform

More information

Chapter 3. z-transform

Chapter 3. z-transform Chapter 3 -Trasform 3.0 Itroductio The -Trasform has the same role as that played by the Laplace Trasform i the cotiuous-time theorem. It is a liear operator that is useful for aalyig LTI systems such

More information

MAT1026 Calculus II Basic Convergence Tests for Series

MAT1026 Calculus II Basic Convergence Tests for Series MAT026 Calculus II Basic Covergece Tests for Series Egi MERMUT 202.03.08 Dokuz Eylül Uiversity Faculty of Sciece Departmet of Mathematics İzmir/TURKEY Cotets Mootoe Covergece Theorem 2 2 Series of Real

More information

Spectral Analysis. This week in lab. Next classes: 3/26 and 3/28. Your next experiment Homework is to prepare

Spectral Analysis. This week in lab. Next classes: 3/26 and 3/28. Your next experiment Homework is to prepare Spectral Aalysis This week i lab Your ext experimet Homework is to prepare Next classes: 3/26 ad 3/28 Aero Testig, Fracture Toughess Testig Read the Experimets 5 ad 7 sectios of the course maual Spectral

More information

EECE 301 Signals & Systems

EECE 301 Signals & Systems EECE 301 Sigals & Systems Prof. Mark Fowler Note Set #8 D-T Covolutio: The Tool for Fidig the Zero-State Respose Readig Assigmet: Sectio 2.1-2.2 of Kame ad Heck 1/14 Course Flow Diagram The arrows here

More information

PRELIM PROBLEM SOLUTIONS

PRELIM PROBLEM SOLUTIONS PRELIM PROBLEM SOLUTIONS THE GRAD STUDENTS + KEN Cotets. Complex Aalysis Practice Problems 2. 2. Real Aalysis Practice Problems 2. 4 3. Algebra Practice Problems 2. 8. Complex Aalysis Practice Problems

More information

Fall 2013 MTH431/531 Real analysis Section Notes

Fall 2013 MTH431/531 Real analysis Section Notes Fall 013 MTH431/531 Real aalysis Sectio 8.1-8. Notes Yi Su 013.11.1 1. Defiitio of uiform covergece. We look at a sequece of fuctios f (x) ad study the coverget property. Notice we have two parameters

More information

PH 411/511 ECE B(k) Sin k (x) dk (1)

PH 411/511 ECE B(k) Sin k (x) dk (1) Fall-26 PH 4/5 ECE 598 A. La Rosa Homework-2 Due -3-26 The Homework is iteded to gai a uderstadig o the Heiseberg priciple, based o a compariso betwee the width of a pulse ad the width of its spectral

More information

ECE 308 Discrete-Time Signals and Systems

ECE 308 Discrete-Time Signals and Systems ECE 38-5 ECE 38 Discrete-Time Sigals ad Systems Z. Aliyazicioglu Electrical ad Computer Egieerig Departmet Cal Poly Pomoa ECE 38-5 1 Additio, Multiplicatio, ad Scalig of Sequeces Amplitude Scalig: (A Costat

More information

The Discrete-Time Fourier Transform (DTFT)

The Discrete-Time Fourier Transform (DTFT) EEL: Discrete-Time Sigals ad Systems The Discrete-Time Fourier Trasorm (DTFT) The Discrete-Time Fourier Trasorm (DTFT). Itroductio I these otes, we itroduce the discrete-time Fourier trasorm (DTFT) ad

More information

Apply change-of-basis formula to rewrite x as a linear combination of eigenvectors v j.

Apply change-of-basis formula to rewrite x as a linear combination of eigenvectors v j. Eigevalue-Eigevector Istructor: Nam Su Wag eigemcd Ay vector i real Euclidea space of dimesio ca be uiquely epressed as a liear combiatio of liearly idepedet vectors (ie, basis) g j, j,,, α g α g α g α

More information

LESSON 2: SIMPLIFYING RADICALS

LESSON 2: SIMPLIFYING RADICALS High School: Workig with Epressios LESSON : SIMPLIFYING RADICALS N.RN.. C N.RN.. B 5 5 C t t t t t E a b a a b N.RN.. 4 6 N.RN. 4. N.RN. 5. N.RN. 6. 7 8 N.RN. 7. A 7 N.RN. 8. 6 80 448 4 5 6 48 00 6 6 6

More information

Advanced Training Course on FPGA Design and VHDL for Hardware Simulation and Synthesis

Advanced Training Course on FPGA Design and VHDL for Hardware Simulation and Synthesis 265-25 Advaced Traiig Course o FPGA esig ad VHL for Hardware Simulatio ad Sythesis 26 October - 2 ovember, 29 igital Sigal Processig The iscrete Fourier Trasform Massimiliao olich EEI Facolta' di Igegeria

More information

Exponential Moving Average Pieter P

Exponential Moving Average Pieter P Expoetial Movig Average Pieter P Differece equatio The Differece equatio of a expoetial movig average lter is very simple: y[] x[] + (1 )y[ 1] I this equatio, y[] is the curret output, y[ 1] is the previous

More information

Math 113 Exam 3 Practice

Math 113 Exam 3 Practice Math Exam Practice Exam 4 will cover.-., 0. ad 0.. Note that eve though. was tested i exam, questios from that sectios may also be o this exam. For practice problems o., refer to the last review. This

More information

Course 4: Preparation for Calculus Unit 1: Families of Functions

Course 4: Preparation for Calculus Unit 1: Families of Functions Course 4: Preparatio for Calculus Uit 1: Families of Fuctios Review ad exted properties of basic fuctio families ad their uses i mathematical modelig Develop strategies for fidig rules of fuctios whose

More information

MAS160: Signals, Systems & Information for Media Technology. Problem Set 5. DUE: November 3, (a) Plot of u[n] (b) Plot of x[n]=(0.

MAS160: Signals, Systems & Information for Media Technology. Problem Set 5. DUE: November 3, (a) Plot of u[n] (b) Plot of x[n]=(0. MAS6: Sigals, Systems & Iformatio for Media Techology Problem Set 5 DUE: November 3, 3 Istructors: V. Michael Bove, Jr. ad Rosalid Picard T.A. Jim McBride Problem : Uit-step ad ruig average (DSP First

More information

MAXIMALLY FLAT FIR FILTERS

MAXIMALLY FLAT FIR FILTERS MAXIMALLY FLAT FIR FILTERS This sectio describes a family of maximally flat symmetric FIR filters first itroduced by Herrma [2]. The desig of these filters is particularly simple due to the availability

More information

T Signal Processing Systems Exercise material for autumn Solutions start from Page 16.

T Signal Processing Systems Exercise material for autumn Solutions start from Page 16. T-6.40 P (Problems&olutios, autum 003) Page / 9 T-6.40 P (Problems&olutios, autum 003) Page / 9 T-6.40 igal Processig ystems Exercise material for autum 003 - olutios start from Page 6.. Basics of complex

More information

x[0] x[1] x[2] Figure 2.1 Graphical representation of a discrete-time signal.

x[0] x[1] x[2] Figure 2.1 Graphical representation of a discrete-time signal. x[ ] x[ ] x[] x[] x[] x[] 9 8 7 6 5 4 3 3 4 5 6 7 8 9 Figure. Graphical represetatio of a discrete-time sigal. From Discrete-Time Sigal Processig, e by Oppeheim, Schafer, ad Buck 999- Pretice Hall, Ic.

More information