Skip to content Skip to navigation

Connexions

You are here: Home » Content » Overview of IIR Filter Design

Navigation

Content Actions

  • Download module PDF
  • Add to ...
    Add the module to:
    • My Favorites
    • A lens
    • An external social bookmarking service
    • My Favorites (What is 'My Favorites'?)
      'My Favorites' is a special kind of lens which you can use to bookmark modules and collections directly in Connexions. 'My Favorites' can only be seen by you, and collections saved in 'My Favorites' can remember the last module you were on. You need a Connexions account to use 'My Favorites'.
    • A lens (What is a lens?)

      Definition of a lens

      Lenses

      A lens is a custom view of Connexions content. You can think of it as a fancy kind of list that will let you see Connexions through the eyes of organizations and people you trust.

      What is in a lens?

      Lens makers point to Connexions materials (modules and collections), creating a guide that includes their own comments and descriptive tags about the content.

      Who can create a lens?

      Any individual Connexions member, a community, or a respected organization.

    • External bookmarks
  • E-mail the author

Recently Viewed

Overview of IIR Filter Design

Module by: Douglas L. Jones

IIR Filter

yn=-k=1M-1 a k yn-k+k=0M-1 b k xn-k y n k 1 M 1 a k y n k k 0 M 1 b k x n k Hz= b 0 + b 1 z-1+ b 2 z-2+...+ b M z-M1+ a 1 z-1+ a 2 z-2+...+ a M z-M H z b 0 b 1 z -1 b 2 z -2 ... b M z M 1 a 1 z -1 a 2 z -2 ... a M z M

IIR Filter Design Problem

Choose a i a i , b i b i to best approximate some desired | H d w| H d w or, (occasionally), H d w H d w .

As before, different design techniques will be developed for different approximation criteria.

Outline of IIR Filter Design Material

  • Bilinear Transform: Maps L L optimal (and other) analog filter designs to L L optimal digital IIR filter designs.
  • Prony's Method: Quasi- L2 2 L optimal method for time-domain fitting of a desired impulse response (ad hoc).
  • Lp Optimal Design: Lp p L optimal filter design (1<p< 1 p ) using non-linear optimization techniques.

Comments on IIR Filter Design Methods

The bilinear transform method is used to design "typical" L L magnitude optimal filters. The Lp p L optimization procedures are used to design filters for which classical analog prototype solutions don't exist. The program by Deczky (DSP Programs Book, IEEE Press) is widely used. Prony/Linear Prediction techniques are used often to obtain initial guesses, and are almost exclusively used in data modeling, system identification, and most applications involving the fitting of real data (for example, the impulse response of an unknown filter).

Comments, questions, feedback, criticisms?

Send feedback