Mercurial > hg > aimc
diff trunk/C++/Ear.C @ 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++/Ear.C Tue Feb 26 10:43:26 2013 +0000 +++ b/trunk/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); }