-
-
Haskell implementation of rb-j's IIR cookbook. I have turned his text
file into a literate Haskell file. You can find the original at:
http://www.harmony-central.com/Computer/Programming/Audio-EQ-Cookbook.txt
--Matt Donadio (Этот адрес электронной почты защищён от спам-ботов. У вас должен быть включен JavaScript для просмотра.)
> -----------------------------------------------------------------------------
> -- |
> -- Module : DSP.Filter.IIR.IIR
> -- Copyright : (c) Matthew Donadio 2003
> -- License : GPL
> --
> -- Maintainer : Этот адрес электронной почты защищён от спам-ботов. У вас должен быть включен JavaScript для просмотра.
> -- Stability : experimental
> -- Portability : portable
> --
> -- Cookbook formulae for audio EQ biquad filter coefficients
> -- by Robert Bristow-Johnson <Этот адрес электронной почты защищён от спам-ботов. У вас должен быть включен JavaScript для просмотра.;
> --
> -- <http://www.harmony-central.com/Computer/Programming/Audio-EQ-Cookbook.txt>
> --
> -----------------------------------------------------------------------------