查看单个帖子
旧 2008-06-09, 17:37   #1
chenyo
初级会员
 
注册日期: 2008-06-09
年龄: 39
帖子: 1
声望力: 0
chenyo 正向着好的方向发展
默认 [求助]请帮帮小弟订正这题的matlab程序

各位前辈,请帮帮小弟订正这题的matlab程序

谢谢........

Please polt the function of g(t) and Amp[G(f)] by using the software which you are familiar with.

g(t) = exp(-2t)u(t)

G(f)=1/(2+j2*pi*f)


matlab code:

echo on
delta=0.01;
F_min=-2;
F_max=2;
t=F_min:delta:F_max;
g=exp(-2t)u(t);
G=1./(2+j2*pi*f);

上面是错误,但不知道要如何写起,请帮帮小弟,谢谢........
上传的图像
文件类型: jpg 002.jpg (45.9 KB, 17 次查看)
chenyo 当前离线   回复时引用此帖