Connexions

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

What is 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.

This content is ...
Affiliated with (?)
This content is either by members of the organizations listed or about topics related to the organizations listed. Click each link to see a list of all content affiliated with the organization.
  • This module is included inLens: Rice University OpenCourseWare
    By: OpenCourseWare ConsortiumAs a part of collection:"Digital Filter Design"

    Click the "Rice University OCW" link to see all content affiliated with them.

    Rice University OCW
Tags

(?)

These tags come from the endorsement, affiliation, and other lenses that include this content.

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