Sign in

username:

password:



Not a member?

Search audiodsp



Search tips

Subscribe to audiodsp



audiodsp by Keywords

AAC | ADPCM | Convolution | DAFx | FFT | IIR | Mixer | MP3 | MPEG | MPEG-4

Discussion Groups

Discussion Groups | Audio Signal Processing | About Implementing A Sound Equalizer

Technical discussions related to Audio Signal Processing (digital effects, acoustics, noise reduction, musical signal processing, etc).

  

Post a new Thread

About Implementing A Sound Equalizer - akin...@hotmail.com - Apr 20 8:22:43 2008



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

------------------------------------



(You need to be a member of audiodsp -- send a blank email to audiodsp-subscribe@yahoogroups.com )

Re: About Implementing A Sound Equalizer - Grzegorz Kraszewski - Apr 21 8:20:39 2008

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

------------------------------------



(You need to be a member of audiodsp -- send a blank email to audiodsp-subscribe@yahoogroups.com )