diff trunk/matlab/bmm/carfac/CARFAC_Run.m @ 565:3e2e0ab4f708

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 fb602edc2d55
children 101289a936be
line wrap: on
line diff
--- a/trunk/matlab/bmm/carfac/CARFAC_Run.m	Sun May 20 22:36:47 2012 +0000
+++ b/trunk/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