下载此文档

matlab做函数的相位图和模特性图.doc


文档分类:IT计算机 | 页数:约2页 举报非法文档有奖
1/2
下载提示
  • 1.该资料是网友上传的,本站提供全文预览,预览什么样,下载就什么样。
  • 2.下载该文档所得收入归上传者、原创者。
  • 3.下载的文档,不会出现我们的网址水印。
1/2 下载此文档
文档列表 文档介绍
程序
syms t w;
f=heaviside(t)*exp(-t);%抽样信号
F=fourier(f);
subplot(241);%时域图
ezplot(f,[0,10]);
title('exp(-t)u(t)');
grid on;
subplot(242);
ezplot(abs(F),[-5,5]);%频域图
grid on;
f1=heaviside(t-4)*exp(-t+4);
subplot(243);%时移四个单位后的时域图
ezplot(f1,[0,10]);
title('exp(-t+4)u(t-4)');
grid on;
Y=fourier(f2);
subplot(244);%时移性质
ezplot(abs(Y),[-5,5]);
grid on;
f2=heaviside(t/4)*exp(-t/4);
subplot(245);%尺度变换后的时域图
ezplot(f2,[0,10]);
title('exp(-t/4)u(t/4)');
grid on;
X=fourier(f2);
subplot(246);%尺度变换
ezplot(abs(X),[-5,5]);
grid on;
subplot(247);%微分后的时域图
ezplot(diff(f));
title('微分性质');
grid on;
subplot(248);%微分性质
ezplot(abs(fourier(diff(f))),[-5,5]);
grid on;
程序图形

matlab做函数的相位图和模特性图 来自淘豆网m.daumloan.com转载请标明出处.

非法内容举报中心
文档信息
  • 页数2
  • 收藏数0 收藏
  • 顶次数0
  • 上传人miaoshen1985
  • 文件大小32 KB
  • 时间2021-11-18
最近更新