<< anasing Choice of Particular Signals atoms >>

Time Frequency Toolbox >> Time Frequency Toolbox > Choice of Particular Signals > anastep

anastep

Analytic projection of unit step signal.

Calling Sequence

Y=anastep(N)
Y=anastep(N,TI)

Parameters

N :

number of points.

TI :

starting position of the unit step.

Description

anastep generates the analytic projection of a unit step signal.

Examples

signal=anastep(256,128);plot(real(signal));
signal=-2.5*anastep(512,301);plot(real(signal));

See also

Authors

<< anasing Choice of Particular Signals atoms >>