view _misc/featureextraction/.svn/text-base/basschroma13.m.svn-base @ 9:4ea6619cb3f5 tip

removed log files
author matthiasm
date Fri, 11 Apr 2014 15:55:11 +0100
parents b5b38998ef3b
children
line wrap: on
line source
function bc13 = basschroma13(bc)
bc(isnan(sum(bc,2)),:) = 1;
bc = qnormalise(bc,1,2);
bc13 = [bc,(1./12./max(bc,[],2)).^2];
bc13 = qnormalise(bc13, inf, 2);