diff src/AGC.h @ 496:5a5fc3a6051b carfac_cpp

* SUGGESTED re-factor of the FIR_coeffs calls (old code remains in commented out form for easy comparison). * Minor changes to CARFAC and IHC corresponding to MATLAB refactoring
author Ulf.Hammarqvist@gmail.com
date Mon, 09 Apr 2012 09:43:02 +0000
parents 24828350536a
children
line wrap: on
line diff
--- a/src/AGC.h	Sun Apr 08 19:40:13 2012 +0000
+++ b/src/AGC.h	Mon Apr 09 09:43:02 2012 +0000
@@ -52,7 +52,8 @@
   
 private:
   AGC_coefficients();
-  FloatArray FIR_coeffs(int, float, float, int, bool*);
+//  FloatArray FIR_coeffs(int, float, float, int, bool*);
+  FloatArray Build_FIR_coeffs(float, float, int*, int*);
 };
 
 #endif /* AGC_H_ */