diff trunk/matlab/bmm/carfac/SAI_StabilizeLayer.m @ 700:597913e855fd

Factor out SAI_Run_Segment, and output test_data for comparison with C++ code.
author ronw@google.com
date Thu, 27 Jun 2013 22:28:42 +0000
parents 920a5d853b97
children
line wrap: on
line diff
--- a/trunk/matlab/bmm/carfac/SAI_StabilizeLayer.m	Thu Jun 27 22:28:34 2013 +0000
+++ b/trunk/matlab/bmm/carfac/SAI_StabilizeLayer.m	Thu Jun 27 22:28:42 2013 +0000
@@ -26,7 +26,7 @@
 end
 
 % smooth across channels; more in later layers
-smoothed_buffer =  smooth1d(nap_buffer', layer_struct.channel_smoothing_scale)';
+smoothed_buffer = smooth1d(nap_buffer', layer_struct.channel_smoothing_scale)';
 
 % For each buffer column (channel), pick a trigger and align into SAI_frame
 for ch = 1:n_ch