function y=ustep(N) %RAMP Returns a step signal of a given number of smaples % [y] = USTEP(N) % returns the step signal for the given samples y = ones(1, N);