How to plot that?
이전 댓글 표시
Hello! How to plot that?

댓글 수: 1
Mohamad
2020년 11월 9일
Hi , you must mention the following :
f : sinusoid frequency .
alpha : Attenuation .
A
Phi : phase shift
채택된 답변
추가 답변 (1개)
KSSV
2020년 11월 9일
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);
카테고리
도움말 센터 및 File Exchange에서 Log Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!