• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
IIR vs. FIR filters
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

IIR vs. FIR filters


  • Subject: IIR vs. FIR filters
  • From: Ian Ollmann <email@hidden>
  • Date: Tue, 10 Dec 2002 09:51:44 -0800

Hi Friends,

I've noticed that there is a very large difference between
calculation efficiency between IIR and FIR filters. Many simple IIR
filters cant take advantage of pipelining and are also not vectorizable.
So, take into account only one multiply-add per 5 cyles and no
vectorization, and one quickly arrives at the conclusion that you can do
20 times as many multiply-adds per unit time in the context of a FIR
filter compared to what you can do in an IIR filter! The difference is
just going to get bigger as the FPU pipelines get longer.

So, given all of that, I am a bit curious whether there are any
technologies for converting IIR filters to FIR filters with similar
frequency response.

Cheers,

Ian Ollmann

---------------------------------------------------
Ian Ollmann, Ph.D. email@hidden
---------------------------------------------------
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.

  • Prev by Date: Re: Adding Note Events to MusicTrack during sequencing
  • Next by Date: Re: <no subject>
  • Previous by thread: Re: MusicPlayer questions
  • Next by thread: Re: IIR vs. FIR filters
  • Index(es):
    • Date
    • Thread