<< anafsk Choice of Particular Signals anaqpsk >>

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

anapulse

Analytic projection of unit amplitude impulse signal.

Calling Sequence

y=anapulse(N)
y=anapulse(N,TI)

Parameters

N :

number of points.

TI :

time position of the impulse (default : round(N/2)).

Description

anapulse returns an analytic N-dimensional signal whose real part is a Dirac impulse at t=TI.

Examples

signal=2.5*anapulse(512,301);
scf;plot(real(signal));

See also

Authors

<< anafsk Choice of Particular Signals anaqpsk >>