- 5
- 0
- 约9.02千字
- 约 14页
- 2018-03-29 发布于河南
- 举报
数字信号处理—matlab实现
题目一 : A sinusoid正弦曲线 of frequency频率 ω0=0.1πand duration持续 of 300 samples样本, that is ,0≤n300, is input to a (causal) filter滤波器 with transfer 转移function功能 ,where a=0.97。Adjust调整 the scale factor因子 b such that the filter’s gain增益 at ω0 is unity唯一的。 Determine确定 and plot画出 the input x(n) and the output y(n) of the filter over the interval间隔 0≤n450, by iterating重复 the difference equation相等的 of the filter. At the same time, plot the filter’s magnitude response.响应
程序代码:
w0=0.1*pi;%输入x(n)序列
n=0:299;
x=sin(w0*n);
subplot(3,1,1); stem(n,x,.);
xlabel(n); ylabel(x(n));
a=[1 -0.97]; %求出滤波器的系数a,b (|h(z)|==1)
您可能关注的文档
最近下载
- 宣贯培训(2026)《QBT 4008-2022螺纹密封用聚四氟乙烯未烧结带 (生料带)》.pptx VIP
- 基于AD9833的信号发生器的设计与实现.doc VIP
- 八省八校T8联考2026届高三下学期4月联合测评试题(晋冀鄂版)语文含答案解析.docx VIP
- 冠词(23张)课件课件.ppt VIP
- 在线网课学堂《项目成本管理》单元考核测试答案.docx VIP
- 2《立在地球边上放号》《红烛》《峨日朵雪峰之侧》《致云雀》公开课一等奖创新教案统编版高中语文必修上册.docx VIP
- 北京燕山教育集团2025一2026学年第二学期九年级期中考试数学试卷(含答案).pdf VIP
- [初中语文]中考语文备考++文言文阅读课件.pptx VIP
- 南航招飞PAT测试2025年真题题库 附逐题答案解析.doc VIP
- 新02J01工程做法图集.pdf
原创力文档

文档评论(0)