EENG 420 Digital Signal Processing Lecture 2.

Slides:



Advertisements
Similar presentations
Signals and Systems – Chapter 2
Advertisements

CHAPTER 5 Higher-Order Linear Differntial Equations Second-order DE: Second-order linear DE: Note: A,B,C,F function of x only Second-order homogeneous.
AMI 4622 Digital Signal Processing
DT systems and Difference Equations Monday March 22, 2010
Meiling chensignals & systems1 Lecture #2 Introduction to Systems.
Difference Equations and Stability Linear Systems and Signals Lecture 10 Spring 2008.
Difference Equations Linear Systems and Signals Lecture 9 Spring 2008.
System State and Differential Equations Linear Systems and Signals Lecture 3 Spring 2008.
Leo Lam © Signals and Systems EE235 Leo Lam © Today’s menu Exponential response of LTI system LCCDE Midterm Tuesday next week.
Differential Equations EE 313 Linear Systems and Signals Fall 2010 Initial conversion of content to PowerPoint by Dr. Wade C. Schwartzkopf Prof. Brian.
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
CE Digital Signal Processing Fall 1992 Z Transform
Leo Lam © Signals and Systems EE235 Lecture 18.
Time Domain Representation of Linear Time Invariant (LTI).
Time-Domain Representations of LTI Systems
EE313 Linear Systems and Signals Fall 2010 Initial conversion of content to PowerPoint by Dr. Wade C. Schwartzkopf Prof. Brian L. Evans Dept. of Electrical.
Discrete-time Systems Prof. Siripong Potisuk. Input-output Description A DT system transforms DT inputs into DT outputs.
Signals and Systems 1 Lecture 8 Dr. Ali. A. Jalali September 6, 2002.
BYST CPE200 - W2003: LTI System 79 CPE200 Signals and Systems Chapter 2: Linear Time-Invariant Systems.
Chapter 2 Time Domain Analysis of CT System Basil Hamed
Department of Electrical and Computer Engineering Brian M. McCarthy Department of Electrical & Computer Engineering Villanova University ECE8231 Digital.
Signals And Systems Chapter 2 Signals and systems analysis in time domain.
Leo Lam © Signals and Systems EE235. Leo Lam © Today’s menu Yesterday: Exponentials Today: Linear, Constant-Coefficient Differential.
Linear Time-Invariant Systems Quote of the Day The longer mathematics lives the more abstract – and therefore, possibly also the more practical – it becomes.
Net work analysis Dr. Sumrit Hungsasutra Text : Basic Circuit Theory, Charles A. Desoer & Kuh, McGrawHill.
EEE 503 Digital Signal Processing Lecture #2 : EEE 503 Digital Signal Processing Lecture #2 : Discrete-Time Signals & Systems Dr. Panuthat Boonpramuk Department.
CHAPTER 2 Discrete-Time Signals and Systems in the Time-Domain
Time Domain Representation of Linear Time Invariant (LTI).
Technological Educational Institute Of Crete Department Of Applied Informatics and Multimedia Neural Networks Laboratory Slide 1 DISCRETE SIGNALS AND SYSTEMS.
EE313 Linear Systems and Signals Fall 2010 Initial conversion of content to PowerPoint by Dr. Wade C. Schwartzkopf Prof. Brian L. Evans Dept. of Electrical.
Signal and System I The representation of discrete-time signals in terms of impulse Example.
Signals and Systems Analysis NET 351 Instructor: Dr. Amer El-Khairy د. عامر الخيري.
Linear Constant-Coefficient Difference Equations
Leo Lam © Signals and Systems EE235 Lecture 19.
Digital Signal Processing Topic 2: Time domain
EE313 Linear Systems and Signals Fall 2010 Initial conversion of content to PowerPoint by Dr. Wade C. Schwartzkopf Prof. Brian L. Evans Dept. of Electrical.
Analysis of Linear Time Invariant (LTI) Systems
Prof. Brian L. Evans Dept. of Electrical and Computer Engineering The University of Texas at Austin Lecture 3
Digital Signal Processing Lecture 3 LTI System
Solving Linear Homogeneous Recurrence Relations ICS 6D Sandy Irani.
Digital Signal Processing
Chapter 2 The z-transform and Fourier Transforms The Z Transform The Inverse of Z Transform The Prosperity of Z Transform System Function System Function.
In summary If x[n] is a finite-length sequence (n  0 only when |n|
1 College of Communication Engineering Undergraduate Course: Signals and Linear Systems Lecturer: Kunbao CAI.
1 Lesson 2 Classification of the System response Linear system.
EE611 Deterministic Systems System Descriptions, State, Convolution Kevin D. Donohue Electrical and Computer Engineering University of Kentucky.
CSG523/ Desain dan Analisis Algoritma
CSG523/ Desain dan Analisis Algoritma
In summary If x[n] is a finite-length sequence (n0 only when |n|
Properties of LTI Systems
Lect2 Time Domain Analysis
CEN352 Dr. Nassim Ammour King Saud University
Digital and Non-Linear Control
Discrete-time Systems
Linear Constant-coefficient Difference Equations
Introduction to Recurrence Relations
Lecture 12 Linearity & Time-Invariance Convolution
Class Notes 7: High Order Linear Differential Equation Homogeneous
Lecture 4: Discrete-Time Systems
Ch 4.2: Homogeneous Equations with Constant Coefficients
CS3291: "Interrogation Surprise" on Section /10/04
2. Linear Time-Invariant Systems
Signals and Systems Lecture 3
Signal Processing First
Lecture 22 IIR Filters: Feedback and H(z)
Concept of frequency in Discrete Signals & Introduction to LTI Systems
Signals and Systems Lecture 18: FIR Filters.
Lecture 4: Linear Systems and Convolution
Digital Signal Processing
Presentation transcript:

EENG 420 Digital Signal Processing Lecture 2

Difference Equations An important subclass of LTI systems are defined by an Nth-order linear constant-coefficient difference equation: Often the leading coefficient a 0 = 1. Then the output y[n] can be computed recursively from A causal LTI system of this form can be simulated in MATLAB using the function filter y = filter(a,b,x);

Total Solution Calculation The output sequence y[n] consists of a homogeneous solution y h [n] and a particular solution y p [n]. where the homogenous solution y h [n] is obtained from the homogeneous equation: Some textbooks use the term complementary solution instead of homogeneous solution

Homogeneous Solution The general solution is then a sequence y h [n] Assume that the homogeneous solution is of the form then Given the homogeneous equation: defines an Nth order characteristic polynomial with roots 1, 2 … N (if the roots are all distinct) The coefficients A m may be found from the initial conditions.

Particular Solution The particular solution is required to satisfy the difference equation for a specific input signal x[n], n ≥ 0. To find the particular solution we assume for the solution y p [n] a form that depends on the form of the specific input signal x[n].

General Form of Particular Solution Input Signal x[n] Particular Solution y p [n] A (constant) K AM n KM n An M K 0 n M +K 1 n M-1 +…+K M AnnMAnnM A n (K 0 n M +K 1 n M-1 +…+K M )

Example Determine the homogeneous solution for Substitute Homogeneous solution is then

Example Determine the particular solution for The particular solution has the form with and y[-1] = 1 and y[-2] = -1 which is satisfied by  = -2

Example Determine the total solution for The total solution has the form with and y[-1] = 1 and y[-2] = -1 then

Initial-Rest Conditions The output for a given input is not uniquely specified. Auxiliary information or conditions are required. Linearity, time invariance, and causality of the system will depend on the auxiliary conditions. If an additional condition is that the system is initially at rest (called initial-rest conditions), then the system will be linear, time invariant, and causal.

Zero-input, Zero-state Response An alternate approach for determining the total solution y[n] of a difference equation is by computing its zero-input response y zi [n], and zero-state response y zs [n]. Then the total solution is given by y[n] = y zi [n] + y zs [n]. The zero-input response is obtained by setting the input x[n] = 0 and satisfying the initial conditions. The zero-state response is obtained by applying the specified input with all initial conditions set to zero.

Example Zero-input response: Zero-state response: with

Example Zero-input response: Zero-state response: Total solution is This is the same as before

Impulse Response The impulse response h[n] of a causal system is the output observed with input x[n] =  [n]. For such a system, x[n] = 0 for n >0, so the particular solution is zero, y p [n]=0. Thus the impulse response can be generated from the homogeneous solution by determining the coefficients A m to satisfy the zero initial conditions (for a causal system).

Example Determine the impulse response for The impulse response is obtained from the homogenous solution: For n=0 For n=1