<< amexpo1s Choice of the Instantaneous Amplitude amgauss >>

stftb >> stftb > Choice of the Instantaneous Amplitude > amexpo2s

amexpo2s

Generate bilateral exponential amplitude modulation

Calling Sequence

Y = amexpo2s(N)
Y = amexpo2s(N, T0)
Y = amexpo2s(N, T0, T)

Parameters

N :

a positive integer value: the number of points.

T0 :

a positive scalar: the arrival time of the exponential (default : N/2).

T :

a positive scalar: the time spreading (default : 2*sqrt(N)).

Y :

a real row vector: the signal.

Examples

z1 = amexpo2s(160);
z2 = amexpo2s(160,90,40);
z3 = amexpo2s(160,180,50);
clf; plot([z1 z2 z3])
legend(["T0 = N/2, T = 2*sqrt(N)";"T0 = 90; T = 40";"T0 = 180; T = 50"]);

See also

Authors


Report an issue
<< amexpo1s Choice of the Instantaneous Amplitude amgauss >>