|
Purpose
|
Analytic projection of unit amplitude impulse signal.
|
Synopsis
y = anapulse(N)
y = anapulse(N,ti)
|
Description
anapulse returns an analytic N-dimensional signal
whose real part is a Dirac impulse at t=ti.
| Name |
Description |
Default value |
| N |
number of points |
|
| ti |
time position of the impulse |
round(N/2) |
| y |
output signal |
|
|
Example
signal=2.5*anapulse(512,301);
plot(real(signal));
See Also
anastep, anasing, anabpsk, anafsk.
|
Eric Chassande-Mottin
2005-10-26
|