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
您可能关注的文档
最近下载
- 住宅老旧电梯更新改造工作技术指南.docx
- (正式版)T∕CEA ∕TS0005-2025 住宅老旧电梯更新改造技术规格与要求.pdf VIP
- 菜鸟WMS(大宝)操作手册 (修复的).doc VIP
- (正式版)T∕CEA 9005-2026 住宅电梯更新改造工作指南.pdf VIP
- 2026年7月党支部全套“三会一课”会议记录.doc VIP
- 蛇鳄龟繁育与生态养殖技术中试与示范可行性研究报告.doc VIP
- 10000字在学校挨机器人板子的作文.docx VIP
- 菜鸟物流大宝WMS操作手册.doc VIP
- 《短视频制作实战:策划、拍摄、制作、运营》全套PPT课件.pptx
- 2026年7月支部委员会会议记录.docx VIP
原创力文档

文档评论(0)