% jc_convolve_hanning Smooth data by convolving a hanning function of length 'win'. % jc_convolve_hanning(x) uses a default window of 5.
% Convolves mask a with b. % a should be smaller than b. % This is a a way to extract features.