Line 8: Line 8:
  
 
=== Example ===
 
=== Example ===
 +
Find the frequency response of the following difference equation.
 +
 +
<math>y[n] + 2y[n-1] - \frac{1}{2}y[n-3] + y[n-4] = 5x[n]\!</math>
 +
 +
 +
 
<math>y[n] + 2y[n-1] - \frac{1}{2}y[n-3] + y[n-4] = x[n]\!</math>
 
<math>y[n] + 2y[n-1] - \frac{1}{2}y[n-3] + y[n-4] = x[n]\!</math>
 +
 +
<math>F(y[n] + 2y[n-1] - \frac{1}{2}y[n-3] + y[n-4]) = F(x[n])\!</math>
 +
 +
<math>Y(/omega) + 2y[n-1] - \frac{1}{2}y[n-3] + y[n-4] = x[n]\!</math>

Revision as of 10:22, 23 October 2008

Difference Equations

DT systems described by linear constant-coefficient difference equations are very important to the practice of signals and systems. They are of special importance when implementing filters. These equations are of the form:

$ y[n] + a_{0}y[n-n_{0}] + a_{1}y[n-n_{1}] + ... + a_{n-1}y[n-n_{n-1}] = x[n]\! $

Finding the Frequency Response from a Difference Equation

If we are given a system defined by a difference equation, it is possible to find the frequency response (actually it is quite simple to find the frequency response). An example of this is given below.

Example

Find the frequency response of the following difference equation.

$ y[n] + 2y[n-1] - \frac{1}{2}y[n-3] + y[n-4] = 5x[n]\! $


$ y[n] + 2y[n-1] - \frac{1}{2}y[n-3] + y[n-4] = x[n]\! $

$ F(y[n] + 2y[n-1] - \frac{1}{2}y[n-3] + y[n-4]) = F(x[n])\! $

$ Y(/omega) + 2y[n-1] - \frac{1}{2}y[n-3] + y[n-4] = x[n]\! $

Alumni Liaison

Abstract algebra continues the conceptual developments of linear algebra, on an even grander scale.

Dr. Paul Garrett