view Code/Descriptors/yin/private/cumnorm_inplace.m @ 4:92ca03a8fa99 tip

Update to ICASSP 2013 benchmark
author Dawn Black
date Wed, 13 Feb 2013 11:02:39 +0000
parents ea0c737c6323
children
line wrap: on
line source
% cumnorm_inplace(x) - cumulative mean-normalization 
%
%  x: matrix to normalize
%
% Each column of x is normalized by dividing each sample by the mean of
% samples with indices smaller or equal to it.
%
% Mex function.
% Warning: the input argument is assigned to.  This is not matlab-kosher!