diff trunk/C++/CARFACCommon.H @ 612:b8a27b613867

Added AGC::designAGC() This new method is not debugged ... that is the next step.
author flatmax
date Tue, 02 Apr 2013 08:38:23 +0000
parents 34dccba19c54
children 33c6f1921171
line wrap: on
line diff
--- a/trunk/C++/CARFACCommon.H	Tue Feb 26 10:43:26 2013 +0000
+++ b/trunk/C++/CARFACCommon.H	Tue Apr 02 08:38:23 2013 +0000
@@ -30,6 +30,10 @@
 
 #include "PsychoAcoustics.H"
 
+#define AGC_DESIGN_ITERATION_ERROR -100 ///< Error when designing the AGC filter taps
+#define AGC_DESIGN_TAPS_OOB_ERROR -101 ///< The number of taps requested have not been accounted for in the code yet.
+#define AGC_FIR_TAP_COUNT_ERROR -102 ///< The number of taps passed to the AGC::Design_FIR_coeffs method are not handled
+
 /**
     \mainpage CARFAC C++