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).

Files at this revision

API Documentation at this revision

Comitter:
Padman
Date:
Thu Aug 04 20:06:37 2016 +0000
Parent:
3:495d3542ccb5
Child:
5:407aa8a0a5c2
Commit message:
Put link in source files

Changed in this revision

ParametricEQ.h Show annotated file Show diff for this revision Revisions of this file
--- 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