You are on page 1of 23

Convolution Description of

LTI Systems

Applied Digital Signal Processing


DT Signals & Systems- 1
© 2015 D.G. Manolakis and V.K. Ingle
Implementation of LTI
Systems

Finite Impulse Response (FIR) Infinite Impulse Response (IIR)

• Every LTI system can be implemented with delays, multipliers, and adders.

• Are IIR systems practically realizable?

Applied Digital Signal Processing


DT Signals & Systems- 2
© 2015 D.G. Manolakis and V.K. Ingle
Summary of Convolution
Properties

“Area”-based Output Scaling

Applied Digital Signal Processing


DT Signals & Systems- 3
© 2015 D.G. Manolakis and V.K. Ingle
Interconnection of LTI
Systems

Applied Digital Signal Processing


DT Signals & Systems- 4
© 2015 D.G. Manolakis and V.K. Ingle
Causality of LTI Systems

0 0  Future Present Past 

Applied Digital Signal Processing


DT Signals & Systems- 5
© 2015 D.G. Manolakis and V.K. Ingle
Stability of LTI Systems

Applied Digital Signal Processing


DT Signals & Systems- 6
© 2015 D.G. Manolakis and V.K. Ingle
Examples

Applied Digital Signal Processing


DT Signals & Systems- 7
© 2015 D.G. Manolakis and V.K. Ingle
Response of LTI Systems to
Important Test Sequences

Applied Digital Signal Processing


DT Signals & Systems- 8
© 2015 D.G. Manolakis and V.K. Ingle
Response of LTI Systems to
Important Test Sequences

Time-domain
analysis

Transform-domain
analysis
Applied Digital Signal Processing
DT Signals & Systems- 9
© 2015 D.G. Manolakis and V.K. Ingle
2.10: Systems Described by Linear Constant-Coefficient
Difference Equations

Applied Digital Signal Processing


DT Signals & Systems- 10
© 2015 D.G. Manolakis and V.K. Ingle
Digital Filters

 A generic name for the LTI systems


 Finite-duration Impulse Response (FIR) Filter:

MATLAB implementation: y = filter(b,1,x);

 Recursive Filter:

 Infinite-duration Impulse Response (IIR) Filter:

MATLAB implementation: y = filter(b,a,x);


Applied Digital Signal Processing
DT Signals & Systems- 11
© 2015 D.G. Manolakis and V.K. Ingle
Block Diagram of an FIR
Filter

Are there any practically realizable IIR systems?

Applied Digital Signal Processing


DT Signals & Systems- 12
© 2015 D.G. Manolakis and V.K. Ingle
Building Blocks for LTI
Systems

Arithmetic Operations

Memory

A unit delay system is a memory


location where we store a
number in a given sampling
interval and we read it in the next
sampling interval

Applied Digital Signal Processing


DT Signals & Systems- 13
© 2015 D.G. Manolakis and V.K. Ingle
Systems with Exponential
Impulse Response Sequences

State

Applied Digital Signal Processing


DT Signals & Systems- 14
© 2015 D.G. Manolakis and V.K. Ingle
ooooooooo

Applied Digital Signal Processing


DT Signals & Systems- 15
© 2015 D.G. Manolakis and V.K. Ingle
Recursive Computation of
Output

Applied Digital Signal Processing


DT Signals & Systems- 16
© 2015 D.G. Manolakis and V.K. Ingle
Zero-Input and Zero-State
Responses

Applied Digital Signal Processing


DT Signals & Systems- 17
© 2015 D.G. Manolakis and V.K. Ingle
Steady-State and Transient
Step Responses

Applied Digital Signal Processing


DT Signals & Systems- 18
© 2015 D.G. Manolakis and V.K. Ingle
Steady-State and Transient
Step Responses

Output grows
without limit if |a| ≥ 1

Steady-state Output “tracks” input


response

Gain calibration
Transient response

Useful systems should produce


a finite response to every finite
input  stability

Applied Digital Signal Processing


DT Signals & Systems- 19
© 2015 D.G. Manolakis and V.K. Ingle
Total Response to a Suddenly Applied
Complex Exponential

Zero-input response Convolution sum  Zero-state response

Fourier Transform 
Steady-state response
LCCDE solution using the One-sided
z-Transform  Total response

Applied Digital Signal Processing


DT Signals & Systems- 20
© 2015 D.G. Manolakis and V.K. Ingle
Transient versus Steady-
State Responses

Applied Digital Signal Processing


DT Signals & Systems- 21
© 2015 D.G. Manolakis and V.K. Ingle
Summary of DT Systems

Applied Digital Signal Processing


DT Signals & Systems- 22
© 2015 D.G. Manolakis and V.K. Ingle
Key Properties of LTI
Systems

Applied Digital Signal Processing


DT Signals & Systems- 23
© 2015 D.G. Manolakis and V.K. Ingle

You might also like