diff C++/Ear.C @ 601:d838de2ce1b1

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 40934f897a56
children c692afd86cc9
line wrap: on
line diff
--- a/C++/Ear.C	Tue Feb 26 10:43:26 2013 +0000
+++ b/C++/Ear.C	Tue Apr 02 08:38:23 2013 +0000
@@ -60,7 +60,7 @@
     max_channels_per_octave = (FP_TYPE)(log(2.) / log(car.pole_freqs[0]/car.pole_freqs[1]));
 
     // convert to include an ear_array, each w coeffs and state...
-    car.designFilters(fs, n_ch); //(car.param. fs, car.pole_freqs);
-    //AGC.designAGC(CF_AGC_params, fs, n_ch);
+    car.designFilters(fs, n_ch);
+    AGC.designAGC(fs, n_ch);
     //IHC.designIHC(CF_IHC_params, fs, n_ch);
 }