function [g]=manchester(points) %function [g]=manchester(points) g=[ones(1,points/2) -1*ones(1,points/2)]; g=g/(sum(g.^2))^.5;