东南大学信号与系统MATLAB实践第三次作业

东南大学信号与系统MATLAB实践第三次作业

ID:42222489

大小:106.00 KB

页数:21页

时间:2019-09-11

东南大学信号与系统MATLAB实践第三次作业_第1页
东南大学信号与系统MATLAB实践第三次作业_第2页
东南大学信号与系统MATLAB实践第三次作业_第3页
东南大学信号与系统MATLAB实践第三次作业_第4页
东南大学信号与系统MATLAB实践第三次作业_第5页
资源描述:

《东南大学信号与系统MATLAB实践第三次作业》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库

1、....练习三实验三五.1.>>helpwindowWINDOWWindowfunctiongateway.WINDOW(@WNAME,N)returnsanN-pointwindowoftypespecifiedbythefunctionhandle@WNAMEinacolumnvector.@WNAMEcanbeanyvalidwindowfunctionname,forexample:@bartlett-Bartlettwindow.@barthannwin-ModifiedBartlett-Hanningwindow.@blackman-Blackmanwindow.@blackman

2、harris-Minimum4-termBlackman-Harriswindow.@bohmanwin-Bohmanwindow.@chebwin-Chebyshevwindow.@flattopwin-FlatTopwindow.@gausswin-Gaussianwindow.@hamming-Hammingwindow.@hann-Hannwindow.@kaiser-Kaiserwindow.@nuttallwin-Nuttalldefinedminimum4-termBlackman-Harriswindow.@parzenwin-Parzen(delaValle-Poussin)

3、window.@rectwin-Rectangularwindow.@tukeywin-Tukeywindow.@triang-Triangularwindow.WINDOW(@WNAME,N,OPT)designsthewindowwiththeoptionalinputargumentspecifiedinOPT.Toseewhattheoptionalinputargumentsare,seethehelpfortheindividualwindows,forexample,KAISERorCHEBWIN.WINDOWlaunchestheWindowDesign&AnalysisToo

4、l(WinTool).EXAMPLE:N=65;w=window(@blackmanharris,N);w1=window(@hamming,N);w2=window(@gausswin,N,2.5);plot(1:N,[w,w1,w2]);axis([1N01]);legend('Blackman-Harris','Hamming','Gaussian');Seealsobartlett,barthannwin,blackman,blackmanharris,bohmanwin,chebwin,gausswin,hamming,hann,kaiser,nuttallwin,parzenwin

5、,专业.专注....rectwin,triang,tukeywin,wintool.Overloadedfunctionsormethods(oneswiththesamenameinotherdirectories)helpfdesign/window.mReferencepageinHelpbrowserdocwindow2.>>N=128;w=window(@rectwin,N);w1=window(@bartlett,N);w2=window(@hamming,N);plot(1:N,[w,w1,w2]);axis([1N01]);legend('矩形窗','Bartlett','Ha

6、mming');3.>>wvtool(w,w1,w2)专业.专注....六.ts=0.01;N=20;t=0:ts:(N-1)*ts;x=2*sin(4*pi*t)+5*cos(6*pi*t);g=fft(x,N);y=abs(g)/100;figure(1):plot(0:2*pi/N:2*pi*(N-1)/N,y);grid;专业.专注....ts=0.01;N=30;t=0:ts:(N-1)*ts;x=2*sin(4*pi*t)+5*cos(6*pi*t);g=fft(x,N);y=abs(g)/100;figure(2):plot(0:2*pi/N:2*pi*(N-1)/N,y);gr

7、id;专业.专注....ts=0.01;N=50;t=0:ts:(N-1)*ts;x=2*sin(4*pi*t)+5*cos(6*pi*t);g=fft(x,N);y=abs(g)/100;figure(3):plot(0:2*pi/N:2*pi*(N-1)/N,y);grid;专业.专注....ts=0.01;N=100;t=0:ts:(N-1)*ts;x=2*sin(4*pi*t)+5*cos

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。