view Code/Descriptors/yin/private/src/cumnorm_inplace.m @ 0:ea0c737c6323

first commit
author Dawn Black <dawn.black@eecs.qmul.ac.uk>
date Thu, 26 Jul 2012 14:46:25 +0100
parents
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!