No BSD License
% This function removes the DC component and normalizes wrt the max abs value function t1 = normalize(t1); %t1 = dotnorm(t1-mean(t1)); t1=t1; % By Sheraz Khan just to test
Contact us