欢迎来到天天文库
浏览记录
ID:51110901
大小:31.00 KB
页数:4页
时间:2020-03-18
《DSP试验归纳总结报告.doc》由会员上传分享,免费在线阅读,更多相关内容在应用文档-天天文库。
1、五邑大学实验报告实验课名称:数字信号处理DSP实验院系名称:信息学院班别学号:AP0605411姓名:赖汉荣4试验二程序如下:n=-12:12;x1=(1/2).^n.*(uDT(n));subplot(231)stem(x1)x2=2.^n.*uDT(n);subplot(232)stem(x2)x3=(-0.5).^n.*uDT(n)subplot(233)stem(x3)x4=(-2).^n.*uDT(n)subplot(234)stem(x4)x5=2.^(n-1).*uDT(n-1)subplot(235)stem(x5)x6=(0.5).^(n
2、-1).*uDT(n)subplot(236)stem(x6)4试验三程序如下:a=[341]b=[11]n=0:30impz(b,a,30)实验四(1)B=[2,-1.6,-0.9]A=[1,-2.5,1.96,-0.48][R,P,K]=residuez(B,A)B=2.0000-1.6000-0.9000A=1.0000-2.50001.9600-0.4800R=0.21437.5000-5.7143P=1.20000.80000.50004K=[](2)b1=[2,-1.6,-0.9]a1=[1,-0.9,-0.65,0.873,0]subplot
3、(211)zplane(b1,a1)b2=[1,-1]a2=[1,-0.9,-0.65,0.873,0]subplot(212)zplane(b2,a2)gridon4
此文档下载收益归作者所有