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:
4:ec48ce56b8c1
Parent:
3:495d3542ccb5
Child:
5:407aa8a0a5c2
--- a/ParametricEQ.h	Thu Aug 04 19:56:33 2016 +0000
+++ b/ParametricEQ.h	Thu Aug 04 20:06:37 2016 +0000
@@ -52,7 +52,7 @@
     HighPass    
 };
 
-/** A fixed point parametric EQ implementing Butterworth coefficients in direct form 2 transposed realisation
+/** 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>
  *
  * Example:
  * @code