A parametric EQ that uses a fixed point, direct form 2 transposed, implementation of a Butterworth filter. The following parameters can be adjusted: Gain (dB), Bandwidth Gain (dB), Centre frequency (Hz), Bandwidth (Hz), Order, Type (Peaking, Bandstop, Bandpass, Low Shelf, High Shelf, Low Pass or High Pass).

Revision:
5:407aa8a0a5c2
Parent:
4:ec48ce56b8c1
--- a/ParametricEQ.h	Thu Aug 04 20:06:37 2016 +0000
+++ b/ParametricEQ.h	Thu Aug 04 20:08:32 2016 +0000
@@ -52,7 +52,8 @@
     HighPass    
 };
 
-/** A fixed point parametric EQ implementing Butterworth coefficients in direct form 2 transposed realisation <a href="http://www.ece.rutgers.edu/~orfanidi/ece346/hpeq.pdf">link text</a>
+/** A fixed point parametric EQ implementing Butterworth coefficients in direct form 2 transposed realisation. 
+ *  The theory of operation is outlined in <a href="http://www.ece.rutgers.edu/~orfanidi/ece346/hpeq.pdf">this paper</a>
  *
  * Example:
  * @code