Mercurial > hg > aimc
diff matlab/bmm/carfac/CARFAC_AGC_Step.m @ 475:52f659be9008
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 | b4da807f4318 |
children | 056df17e0898 |
line wrap: on
line diff
--- a/matlab/bmm/carfac/CARFAC_AGC_Step.m Fri Mar 16 04:31:56 2012 +0000 +++ b/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);