<< anafsk Choice of Particular Signals anaqpsk >>

stftb >> stftb > Choice of Particular Signals > anapulse

anapulse

Analytic projection of unit amplitude impulse signal

Calling Sequence

Y = anapulse(N)
Y = anapulse(N, TI)

Parameters

N :

a positive integer value: the signal length.

TI :

a positive integer value: the time position (index) of the impulse (default : round(N/2)).

Y:

a complex column vector of length N: the signal samples.

Description

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

Examples

signal = anapulse(512,301);
clf; plot(real(signal)); gca().data_bounds(2,2)=1.1;

See also

Authors


Report an issue
<< anafsk Choice of Particular Signals anaqpsk >>