Mercurial > hg > aimc
diff trunk/matlab/bmm/carfac/CARFAC_Design.m @ 563:fb602edc2d55
Separate the OHC nonlinear function into new file CARFAC_OHC_NLF.m. Update Design doc a bit. Add optional outputs and hacks that I used with Roy to look at distortion effects in OHC.
author | dicklyon@google.com |
---|---|
date | Sat, 12 May 2012 04:31:59 +0000 |
parents | 3dff17554c6d |
children | 3e2e0ab4f708 |
line wrap: on
line diff
--- a/trunk/matlab/bmm/carfac/CARFAC_Design.m Tue May 01 23:32:24 2012 +0000 +++ b/trunk/matlab/bmm/carfac/CARFAC_Design.m Sat May 12 04:31:59 2012 +0000 @@ -53,7 +53,7 @@ if nargin < 3 CF_CAR_params = struct( ... 'velocity_scale', 0.2, ... % for the "cubic" velocity nonlinearity - 'v_offset', 0.01, ... % offset gives a quadratic part + 'v_offset', 0.04, ... % offset gives a quadratic part 'v2_corner', 0.2, ... % corner for essential nonlin 'v_damp_max', 0.01, ... % damping delta damping from velocity nonlin 'min_zeta', 0.10, ... % minimum damping factor in mid-freq channels @@ -71,7 +71,7 @@ 'n_stages', 4, ... 'time_constants', [1, 4, 16, 64]*0.002, ... 'AGC_stage_gain', 2, ... % gain from each stage to next slower stage - 'decimation', [8, 2, 2, 2], ... % how often to update the AGC states + 'decimation', [4, 2, 2, 2], ... % how often to update the AGC states 'AGC1_scales', [1.0, 1.4, 2.0, 2.8], ... % in units of channels 'AGC2_scales', [1.6, 2.25, 3.2, 4.5], ... % spread more toward base 'detect_scale', 0.25, ... % the desired damping range