<< altes Choice of Particular Signals anabpsk >>

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

anaask

Amplitude Shift Keying (ASK) signal.

Calling Sequence

[Y,AM]=anaask(N)
[Y,AM]=anaask(N,NCOMP)
[Y,AM]=anaask(N,NCOMP,F0)

Parameters

N :

number of points

NCOMP :

number of points of each component (default: N/5)

F0 :

normalized frequency. (default: 0.25)

Y :

signal

AM :

resulting amplitude modulation (optional).

Description

anaask returns a complex amplitude modulated signal of normalized frequency F0, with a uniformly distributed random amplitude. Such signal is only 'quasi'-analytic.

Examples

[signal,am]=anaask(512,64,0.05);
clf; subplot(211); plot(real(signal)); subplot(212); plot(am);

See also

Authors

<< altes Choice of Particular Signals anabpsk >>