How to plot that?
Ältere Kommentare anzeigen
Hello! How to plot that?

1 Kommentar
Mohamad
am 9 Nov. 2020
Hi , you must mention the following :
f : sinusoid frequency .
alpha : Attenuation .
A
Phi : phase shift
Akzeptierte Antwort
Weitere Antworten (1)
KSSV
am 9 Nov. 2020
A=10;
f=1000;
n=5;
T=1/f;
t=[0:T/100:n*T];
s=A*exp(-t*1000).*sin(2*pi*f*t);
Kategorien
Mehr zu Log Plots finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!