Analytic projection of unit amplitude impulse signal.
y=anapulse(N) y=anapulse(N,TI)
number of points.
time position of the impulse (default : round(N/2)).
anapulse returns an analytic N-dimensional signal whose real part is a Dirac impulse at t=TI.
signal=2.5*anapulse(512,301); scf;plot(real(signal));