Generate bilateral exponential amplitude modulation.
Y = amexpo2s(N) Y = amexpo2s(N,T0) Y = amexpo2s(N,T0,T)
number of points.
time center (default : N/2).
time spreading (default : 2*sqrt(N)).
signal.
z=amexpo2s(160);plot(z); z=amexpo2s(160,90,40);plot(z); z=amexpo2s(160,180,50);plot(z);