diff matlab/bmm/carfac/CARFAC_Run.m @ 504:a0869cb1c99b

Major update to how the DOHC works; like in recent book OHC chapter; Design Doc update (a bit)
author dicklyon@google.com
date Thu, 24 May 2012 22:26:56 +0000
parents 37c007925536
children 1d720e7fffdf
line wrap: on
line diff
--- a/matlab/bmm/carfac/CARFAC_Run.m	Sat May 12 04:31:59 2012 +0000
+++ b/matlab/bmm/carfac/CARFAC_Run.m	Thu May 24 22:26:56 2012 +0000
@@ -72,7 +72,7 @@
 
 naps = zeros(n_samp, n_ch, n_ears);
 
-seglen = 256;
+seglen = 441;  % anything should work; this is 20 ms at default fs
 n_segs = ceil(n_samp / seglen);
 
 if nargout > 1