• 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
Re: IIR vs. FIR filters
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: IIR vs. FIR filters


  • Subject: Re: IIR vs. FIR filters
  • From: Michael Ashton <email@hidden>
  • Date: Tue, 10 Dec 2002 15:02:02 -0700

One of the simplest ways, but often not the
best solution for an Nth order FIR filter is to take the first
N samples of the impulse response from the IIR filter
(these first N samples can be easily generated in C code by passing
an impulse - first sample 1.0, following samples 0.0 - through
the IIR code). Improvements can be made by windowing this result.

I like this idea. Might this not sidestep some of the stability issues one gets with IIRs?

Only one problem with FIRs though. Say you want to simulate a tunable Moog-style / 4-multiply filter. Isn't it easier to do that with an IIR? Perhaps you could do multi-rate processing of some sort through an FIR to get the tuning, and run a feedback loop for resonance .. dunno. I'll bet somebody's done this before.

It occurred to me just now that a slick way to get around the biquad-warping problem for digital 4-multiply filters might be to take the impulse response of a continuous-time circuit and do convolutions ... hmm ...

Lots of memory though ..

Maybe I should bring this up on a computer-music list :)

----
Michael Ashton <email@hidden>
"Turning off Rendezvous to improve security is like having a company policy that every employee will be hit in the face with a baseball bat every day when they come to work in the morning, to discourage thieves."
-- Stuart Cheshire, the Rendezvous FAQ
_______________________________________________
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.
  • Follow-Ups:
    • Re: IIR vs. FIR filters
      • From: Urs Heckmann <email@hidden>
References: 
 >Re: IIR vs. FIR filters (From: Chris Rogers <email@hidden>)

  • Prev by Date: Re: MusicPlayer questions
  • Next by Date: Re: <no subject>
  • Previous by thread: Re: IIR vs. FIR filters
  • Next by thread: Re: IIR vs. FIR filters
  • Index(es):
    • Date
    • Thread