% This function removes the DC component and normalizes wrt the max abs value function t1 = normalize(t1); t1 = dotnorm(t1-mean(t1));