- 49
- 0
- 约7.36千字
- 约 7页
- 2016-11-29 发布于贵州
- 举报
MATLAB机考样题带答案)
MATLAB机考样题:
(1)Generate and plot sequence , with.
n1=-20:20;
x1=2*cos(pi/8*n1);
n2=n1-4;
x2=2*cos(pi/8*n2);
subplot(2,1,1);
plot(n1,x1);
subplot(212);
plot(n2,x2);
(2)Write a MATLAB program to compute and plot the impulse response of a causal finite-dimensional discrete-time system characterized by a difference equation of the following form:
N=input(请输入你要求的点数N=);
num=[1.8 0.34 -1.32 -0.86];
den=[1 0.3 0.5 -0.72];
x=[1 zeros(1,N-1)];(单位冲击)
y=filter(num,den,x);
plot(0:N-1,y);
(3)Write a MATLAB program to compute and display the poles and zeros, to compute and display the second-order factor
您可能关注的文档
最近下载
- 基于Glauert法的风力机叶片设计设计说明书论文.docx VIP
- 12J7-3 内装修-吊顶-常用建筑图集.docx VIP
- 《紫苏生产技术规程》DB41T 3072-2025(河南标准).pdf VIP
- 党员组织生活会批评与自我批评发言材料.docx VIP
- 马工程《教育学原理》第十章 复习笔记.pdf VIP
- 柱锤冲扩法柱锤冲扩桩法.pptx VIP
- 浙江国企招聘-2026宁波海创集团有限公司第3批次公开招聘工作模拟试卷(浓缩300题)推荐.docx VIP
- 2025年最新主题教育应知应会知识竞赛题含参考答案.docx VIP
- (2026春新版)苏教版二年级数学下册全册教学设计.pdf VIP
- 浙江国企招聘-2026宁波海创集团有限公司第3批次公开招聘工作考前自测高频考点模拟试题(浓缩300题.docx VIP
原创力文档

文档评论(0)