Signal Processing First

Slides:



Advertisements
Similar presentations
Discrete-Time Linear Time-Invariant Systems Sections
Advertisements

AMI 4622 Digital Signal Processing
Lecture 19: Discrete-Time Transfer Functions
Systems: Definition Filter
Discrete-time Systems Prof. Siripong Potisuk. Input-output Description A DT system transforms DT inputs into DT outputs.
Analysis of Discrete Linear Time Invariant Systems
Signal Processing First CH 8 IIR Filters The General IIR Difference Equation 2 feedback term recursive filter FIR part No. of coeff. = N+M+1.
Prof. Nizamettin AYDIN Digital Signal Processing 1.
(Lecture #08)1 Digital Signal Processing Lecture# 8 Chapter 5.
Prof. Nizamettin AYDIN Digital Signal Processing 1.
Discrete-time Systems Prof. Siripong Potisuk. Input-output Description A DT system transforms DT inputs into DT outputs.
Signal and Systems Prof. H. Sameti Chapter 5: The Discrete Time Fourier Transform Examples of the DT Fourier Transform Properties of the DT Fourier Transform.
1 Prof. Nizamettin AYDIN Digital Signal Processing.
1 Prof. Nizamettin AYDIN Digital Signal Processing.
1 Lecture 1: February 20, 2007 Topic: 1. Discrete-Time Signals and Systems.
Department of Electrical and Computer Engineering Brian M. McCarthy Department of Electrical & Computer Engineering Villanova University ECE8231 Digital.
EEE 503 Digital Signal Processing Lecture #2 : EEE 503 Digital Signal Processing Lecture #2 : Discrete-Time Signals & Systems Dr. Panuthat Boonpramuk Department.
ES97H Biomedical Signal Processing
1 Today's lecture −Cascade Systems −Frequency Response −Zeros of H(z) −Significance of zeros of H(z) −Poles of H(z) −Nulling Filters.
1 Prof. Nizamettin AYDIN Digital Signal Processing.
1 Prof. Nizamettin AYDIN Digital Signal Processing.
Technological Educational Institute Of Crete Department Of Applied Informatics and Multimedia Neural Networks Laboratory Slide 1 DISCRETE SIGNALS AND SYSTEMS.
Signals and Systems Lecture 19: FIR Filters. 2 Today's lecture −System Properties:  Linearity  Time-invariance −How to convolve the signals −LTI Systems.
DISP 2003 Lecture 5 – Part 1 Digital Filters 1 Frequency Response Difference Equations FIR versus IIR FIR Filters Properties and Design Philippe Baudrenghien,
Lecture 09b Finite Impulse Response (FIR) Filters
Analysis of Linear Time Invariant (LTI) Systems
1 Computing the output response of LTI Systems. By breaking or decomposing and representing the input signal to the LTI system into terms of a linear combination.
Chapter 2 System Models – Time Domain
Digital Signal Processing Lecture 3 LTI System
Digital Signal Processing
DSP First, 2/e Lecture 11 FIR Filtering Intro. May 2016 © , JH McClellan & RW Schafer 2 License Info for DSPFirst Slides  This work released.
EENG 420 Digital Signal Processing Lecture 2.
Chapter 4 Structures for Discrete-Time System Introduction The block diagram representation of the difference equation Basic structures for IIR system.
Application of digital filter in engineering
DSP First, 2/e Lecture 16 DTFT Properties. June 2016 © , JH McClellan & RW Schafer 2 License Info for DSPFirst Slides  This work released under.
Lecture 19 Spectrogram: Spectral Analysis via DFT & DTFT
Linear Constant-Coefficient Difference Equations
Review of DSP.
Signal Processing First
Digital Signal Processing
Lecture 11 FIR Filtering Intro
Lect2 Time Domain Analysis
CEN352 Dr. Nassim Ammour King Saud University
Discrete-time Systems
3.1 Introduction Why do we need also a frequency domain analysis (also we need time domain convolution):- 1) Sinusoidal and exponential signals occur.
Linear Time Invariant Systems
Signal Processing First
Lecture 12 Linearity & Time-Invariance Convolution
Lecture 14 Digital Filtering of Analog Signals
Quick Review of LTI Systems
Lecture 10 Digital to Analog (D-to-A) Conversion
Lecture 4: Discrete-Time Systems
CT-321 Digital Signal Processing
Lect5 A framework for digital filter design
UNIT V Linear Time Invariant Discrete-Time Systems
Lecture 13 Frequency Response of FIR Filters
Z TRANSFORM AND DFT Z Transform
Lecture 18 DFS: Discrete Fourier Series, and Windowing
Lecture 17 DFT: Discrete Fourier Transform
Lecture 15 DTFT: Discrete-Time Fourier Transform
Signal Processing First
Lecture 7C Fourier Series Examples: Common Periodic Signals
Lecture 20 Z Transforms: Introduction
Assignment # 3 Chapter 4 End of Chapter questions P-4.6 Page 97
Lecture 22 IIR Filters: Feedback and H(z)
Lecture 5A: Operations on the Spectrum
Signals and Systems Lecture 18: FIR Filters.
Convolution sum & Integral
Lecture 24 Time-Domain Response for IIR Systems
Lecture 21 Zeros of H(z) and the Frequency Domain
Presentation transcript:

Signal Processing First Lecture 16 IIR Filters: Feedback and H(z) 4/5/2019 © 2003, JH McClellan & RW Schafer

© 2003, JH McClellan & RW Schafer READING ASSIGNMENTS This Lecture: Chapter 8, Sects. 8-1, 8-2 & 8-3 Other Reading: Recitation: Ch. 8, Sects 8-1 thru 8-4 POLES & ZEROS Next Lecture: Chapter 8, Sects. 8-4 8-5 & 8-6 4/5/2019 © 2003, JH McClellan & RW Schafer

© 2003, JH McClellan & RW Schafer LECTURE OBJECTIVES INFINITE IMPULSE RESPONSE FILTERS Define IIR DIGITAL Filters Have FEEDBACK: use PREVIOUS OUTPUTS Show how to compute the output y[n] FIRST-ORDER CASE (N=1) Z-transform: Impulse Response h[n]  H(z) 4/5/2019 © 2003, JH McClellan & RW Schafer

© 2003, JH McClellan & RW Schafer THREE DOMAINS Z-TRANSFORM-DOMAIN POLYNOMIALS: H(z) FREQ-DOMAIN TIME-DOMAIN 4/5/2019 © 2003, JH McClellan & RW Schafer

Quick Review: Delay by nd IMPULSE RESPONSE SYSTEM FUNCTION FREQUENCY RESPONSE 4/5/2019 © 2003, JH McClellan & RW Schafer

© 2003, JH McClellan & RW Schafer LOGICAL THREAD FIND the IMPULSE RESPONSE, h[n] INFINITELY LONG IIR Filters EXPLOIT THREE DOMAINS: Show Relationship for IIR: 4/5/2019 © 2003, JH McClellan & RW Schafer

© 2003, JH McClellan & RW Schafer ONE FEEDBACK TERM ADD PREVIOUS OUTPUTS PREVIOUS FEEDBACK FIR PART of the FILTER FEED-FORWARD CAUSALITY NOT USING FUTURE OUTPUTS or INPUTS 4/5/2019 © 2003, JH McClellan & RW Schafer

© 2003, JH McClellan & RW Schafer FILTER COEFFICIENTS ADD PREVIOUS OUTPUTS MATLAB yy = filter([3,-2],[1,-0.8],xx) SIGN CHANGE FEEDBACK COEFFICIENT 4/5/2019 © 2003, JH McClellan & RW Schafer

© 2003, JH McClellan & RW Schafer COMPUTE OUTPUT 4/5/2019 © 2003, JH McClellan & RW Schafer

© 2003, JH McClellan & RW Schafer COMPUTE y[n] FEEDBACK DIFFERENCE EQUATION: NEED y[-1] to get started 4/5/2019 © 2003, JH McClellan & RW Schafer

© 2003, JH McClellan & RW Schafer AT REST CONDITION y[n] = 0, for n<0 BECAUSE x[n] = 0, for n<0 4/5/2019 © 2003, JH McClellan & RW Schafer

© 2003, JH McClellan & RW Schafer COMPUTE y[0] THIS STARTS THE RECURSION: SAME with MORE FEEDBACK TERMS 4/5/2019 © 2003, JH McClellan & RW Schafer

© 2003, JH McClellan & RW Schafer COMPUTE MORE y[n] CONTINUE THE RECURSION: 4/5/2019 © 2003, JH McClellan & RW Schafer

© 2003, JH McClellan & RW Schafer PLOT y[n] 4/5/2019 © 2003, JH McClellan & RW Schafer

© 2003, JH McClellan & RW Schafer IMPULSE RESPONSE 4/5/2019 © 2003, JH McClellan & RW Schafer

© 2003, JH McClellan & RW Schafer IMPULSE RESPONSE DIFFERENCE EQUATION: Find h[n] CONVOLUTION in TIME-DOMAIN IMPULSE RESPONSE 4/5/2019 © 2003, JH McClellan & RW Schafer LTI SYSTEM

© 2003, JH McClellan & RW Schafer PLOT IMPULSE RESPONSE 4/5/2019 © 2003, JH McClellan & RW Schafer

Infinite-Length Signal: h[n] POLYNOMIAL Representation SIMPLIFY the SUMMATION APPLIES to Any SIGNAL 4/5/2019 © 2003, JH McClellan & RW Schafer

© 2003, JH McClellan & RW Schafer Derivation of H(z) Recall Sum of Geometric Sequence: Yields a COMPACT FORM 4/5/2019 © 2003, JH McClellan & RW Schafer

H(z) = z-Transform{ h[n] } FIRST-ORDER IIR FILTER: 4/5/2019 © 2003, JH McClellan & RW Schafer

H(z) = z-Transform{ h[n] } ANOTHER FIRST-ORDER IIR FILTER: 4/5/2019 © 2003, JH McClellan & RW Schafer

© 2003, JH McClellan & RW Schafer CONVOLUTION PROPERTY MULTIPLICATION of z-TRANSFORMS CONVOLUTION in TIME-DOMAIN IMPULSE RESPONSE 4/5/2019 © 2003, JH McClellan & RW Schafer

STEP RESPONSE: x[n]=u[n] 4/5/2019 © 2003, JH McClellan & RW Schafer

© 2003, JH McClellan & RW Schafer DERIVE STEP RESPONSE 4/5/2019 © 2003, JH McClellan & RW Schafer

© 2003, JH McClellan & RW Schafer PLOT STEP RESPONSE 4/5/2019 © 2003, JH McClellan & RW Schafer