Go to CCP Homepage

Go to Materials Page

Go to Linear Algebra Materials

Go to Table of Contents

Go Back One Page

Go Forward One Page

Linear Filters

Part 3: Filtering Frequencies Out

In this part, we are going to see how to predict which frequencies are filtered out by a linear filter. We need to recall some facts from the Difference Equations module.

As in Part 1, let S be the set of all doubly-infinite sequences. Then the equation

yk+n + a1 yk+n-1 + .... + an-1 yk+1 + an yk = zk

describes a linear transformation T: S -> S with  T({yk}) = {zk. The null space (or kernel) N of T is the set of solutions of the homogeneous equation

yk+n + a1 yk+n-1 + .... + an-1 yk+1 + an yk = 0.

N is an n-dimensional vector space, and an exponential sequence,  yk = r, is in N if and only if

rn + a1 rn-1 + ... + an-1 r + an = 0.

This polynomial equation is called the auxiliary equation or characteristic equation. Its solutions r1, r2, ..., are called characteristic roots of the difference equation. If the auxiliary equation has n distinct roots, then these exponential sequences constitute a basis for the null space N of T. Once again, we will consider only situations in which the characteristic roots are distinct. However, we now wish to consider cases where the characteristic roots are complex.

  1. Consider the homogeneous linear difference equation

    yk+2 + yk = 0.

    Construct the auxiliary equation and find the characteristic roots. You should get two imaginary roots r1 and r2.

  2. According to what you learned in Part 4 of the Difference Equations module, {r1k} and {r2k} should be two linearly independent solutions to our linear difference equation. Use your computer algebra system to check that they are both solutions.

However, these are complex solutions, and for the purpose of signal processing we need to know about the real solutions.

  1. Using polar coordinates, write the r1 and r2 that you have found as

    \begin{align*}
r_1 &= R_1 (\cos \theta_1 + i \sin \theta_1);\ r_2 &= R_2 (\cos \theta_2 + i\sin \theta_2).\end{align*}

A famous law of complex numbers known as de Moivre's Rule then tells us that

\begin{align*}
r_1^k &= R_1^k (\cos (k \theta_1) + i \sin (k \theta_1));\  r_2^k &= R_2^k (\cos (k \theta_2) + i \sin (k \theta_2)).\end{align*}
  1. Use this law to rewrite the sequences {r1k} and {r2k} that solve the difference equation in Step 1.

  2. Prove that if {yk} is a sequence of complex numbers that solve the homogeneous linear difference equation

    yk+n + a1 yk+n-1 + .... + an-1 yk+1 + an yk = 0

    then the sequences of real numbers {Re yk} and {Im yk} are also solutions to the same linear difference equation. (Remember that the coefficients ak are all real.)

  3. You can now write four real solutions to the linear difference equation in Step 1, which look like:

    \begin{align*}
& \{R_1^k \cos (k \theta_1)\};\ & \{R_1^k \sin (k \theta_1)\};\ & \{R_2^k \cos (k \theta_{2})\};\ & \{R_2^k \sin (k \theta_{2})\}.\end{align*}

    Use your computer algebra system to verify that these are in fact solutions.

  4. However, we know that the set of solutions to this linear difference equation is 2-dimensional, so some of these solutions must be linearly dependent. Find two of the real solutions above that make a linearly independent set.


You now know how to find the real sequences that are solutions to the homogeneous equation

yk+n + a1 yk+n-1 + .... + an-1 yk+1 + an yk = 0.

If we consider once again the linear filter

yk+n + a1 yk+n-1 + .... + an-1 yk+1 + an yk = zk

then we can regard the solutions of the homogeneous equation above as the input signals that are taken to zero by the filter; that is, those that are filtered out.

  1. Find a linearly independent set of two signals that are filtered out by the linear filter

    yk+2 + yk = zk.

  2. Use the techniques above to find as large a linearly independent set of signals as you can that are filtered out by the linear filter

    yk+4 - yk+2 + 2 yk = zk

    from Part 2. Compare your answers to the observations you made there.

Go to CCP Homepage

Go to Materials Page

Go to Linear Algebra Materials

Go to Table of Contents

Go Back One Page

Go Forward One Page


| CCP Home | Materials | Linear Algebra | Module Contents | Back | Forward |

modules at math.duke.edu

Copyright CCP and the author(s), 2000