东华大学信号与系统作业答案.docx

上传人:b****5 文档编号:29684561 上传时间:2023-07-26 格式:DOCX 页数:10 大小:253KB
下载 相关 举报
东华大学信号与系统作业答案.docx_第1页
第1页 / 共10页
东华大学信号与系统作业答案.docx_第2页
第2页 / 共10页
东华大学信号与系统作业答案.docx_第3页
第3页 / 共10页
东华大学信号与系统作业答案.docx_第4页
第4页 / 共10页
东华大学信号与系统作业答案.docx_第5页
第5页 / 共10页
点击查看更多>>
下载资源
资源描述

东华大学信号与系统作业答案.docx

《东华大学信号与系统作业答案.docx》由会员分享,可在线阅读,更多相关《东华大学信号与系统作业答案.docx(10页珍藏版)》请在冰豆网上搜索。

东华大学信号与系统作业答案.docx

东华大学信号与系统作业答案

w=pi;

A=2;

t=-10:

0.05:

10;

y=A*exp(w.*t);

plot(t,y)

w=pi;

A=2;

o=2/pi;

t=-10:

0.05:

10;

y=A*cos(w*t+o);

plot(t,y);

title('y=Acos(wt+o)');

xlabel('t');

axis([-10,10,-3,3]);

gridon

clear;

w=pi;

A=2;

o=2/pi;

t=-10:

0.05:

10;

y=A*sin(w*t+o);

plot(t,y);

title('y=Asin(wt+o)');

xlabel('t');

axis([-10,10,-3,3]);

gridon

clear;

symst;

f=sinc(t);

ezplot(f,[-1010]);

xlabel('t');

gridon

t=-10:

0.05:

10;

f=rectpuls(t,4);

plot(t,f)

plot(t,f);

axis([-10,10,-5,5]);

title('rectpuls(t,4)');

xlabel('t');

gridon

t=-10:

0.05:

10;

f=tripuls(t,4,0.5);

plot(t,f);

axis([-10,10,-5,5]);

title('tripuls(t,4,0.5)');

xlabel('t');

gridon

t=-5:

0.05:

15;

f=rectpuls(t-6,12)+tripuls(t-6,4,0);

plot(t,f);

title('f(-t)');

xlabel('t');

gridon

t=-20:

0.05:

20;

f=rectpuls(t-8,12)+tripuls(t-8,4,0);

plot(t,f);

title('f(t-2)');

xlabel('t');

gridon

t=-20:

0.05:

20;

f=rectpuls(1-2*t-6,12)+tripuls(1-2*t-6,4,0);

plot(t,f);

title('f(1-2t)');

xlabel('t');

gridon

t=-20:

0.05:

25;

f=rectpuls(0.5*t+1-6,12)+tripuls(0.5*t+1-6,4,0);

plot(t,f);

xlabel('t');

title('f(0.5t+1)');

gridon

展开阅读全文
相关资源
猜你喜欢
相关搜索

当前位置:首页 > 人文社科

copyright@ 2008-2022 冰豆网网站版权所有

经营许可证编号:鄂ICP备2022015515号-1