How to plot that?
Mostrar comentarios más antiguos
Hello! How to plot that?

1 comentario
Mohamad
el 9 de Nov. de 2020
Hi , you must mention the following :
f : sinusoid frequency .
alpha : Attenuation .
A
Phi : phase shift
Respuesta aceptada
Más respuestas (1)
KSSV
el 9 de Nov. de 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);
Categorías
Más información sobre Log Plots en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!