Technical discussions related to Audio Signal Processing (digital effects, acoustics, noise reduction, musical signal processing, etc).
Hello , I want to build a multiband equalizer. I know that I must create bandpass filters for that aim. So should they be FIR or IIR filters and why ? Is there any sample code in C\C++ for building an equalizer ? Best Regards, Akın Öcal ------------------------------------
On Sat, 19 Apr 2008, a...@hotmail.com wrote: > So should they be FIR or IIR filters and why ? I would recommend FIR filters, as you can avoid phase distortions, and you have unconditional stability and protection against overflows. -- Grzegorz Kraszewski <k...@teleinfo.pb.edu.pl> http://teleinfo.pb.edu.pl/~krashan ------------------------------------