function plotp(x) if length(x) > 100 plot(angle(x(1:100))) else plot(angle(x(1:end))) end end