annotate Code/Descriptors/yin/private/src/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
rev   line source
dawn@0 1 % cumnorm_inplace(x) - cumulative mean-normalization
dawn@0 2 %
dawn@0 3 % x: matrix to normalize
dawn@0 4 %
dawn@0 5 % Each column of x is normalized by dividing each sample by the mean of
dawn@0 6 % samples with indices smaller or equal to it.
dawn@0 7 %
dawn@0 8 % Mex function.
dawn@0 9 % Warning: the input argument is assigned to. This is not matlab-kosher!