diff trunk/matlab/bmm/carfac/CARFAC_AGC_Step.m @ 536:2964a3b4a00a

New design params, including narrower AGC, Greenwood map for more channels, default 71, some renaming, open loop feature, ...
author dicklyon@google.com
date Thu, 22 Mar 2012 22:37:56 +0000
parents 95a11cca4619
children 89b1fe5de60f
line wrap: on
line diff
--- a/trunk/matlab/bmm/carfac/CARFAC_AGC_Step.m	Fri Mar 16 04:31:56 2012 +0000
+++ b/trunk/matlab/bmm/carfac/CARFAC_AGC_Step.m	Thu Mar 22 22:37:56 2012 +0000
@@ -71,9 +71,7 @@
   
   for ear = 1:n_ears
     AGC_in = ins(:,ear);  % the newly decimated input for this ear
-    
-%     AGC_in = max(0, AGC_in);  % don't let neg inputs in
-    
+        
     %  add the latest output (state) of next stage...
     if stage < n_stages
       AGC_in = AGC_in + stage_gain * state(ear).AGC_memory(:, stage+1);