连续时间傅里叶变换分析.ppt

heaviside:单位阶跃函数 help heaviside HEAVISIDE Unit Step function f=Heaviside(t) returns a vector f the same size as the input vector, where each element of f is 1 if the corresponding element of t is greater than zero. 举例: syms t; y=cos(t)*(heaviside(t+0.5*pi)-heaviside(t-0.5*pi)); ezplot(y); 解: 主要代码 % exe4_7_a.m clear; x1=sym((1/2)*exp(-2*t)*heaviside(t)); x2=sym(exp(-4*t)*heaviside(t)); subplot(2,1,1); ezplot(x1,[0,2]); legend(x1); axis([0 2 0 1]); subplot(2,1,2); ezplot(x2,[0,2]); legend(x2); axis([0 2 0 1]); fourier函数 FOURIER Fourier integral transform. F = FOURIER(f) is the Fouri

文档评论(0)

1亿VIP精品文档

相关文档