function y=zerophase(x)
%	y=zerophase(x);
	y=real(ifft(abs(fft(x))));