1 / 23
文档名称:

实验四线性时不变离散时间系统的频域分析.doc

格式:doc   大小:192KB   页数:23页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

实验四线性时不变离散时间系统的频域分析.doc

上传人:ffy51856fy 2019/5/31 文件大小:192 KB

下载得到文件列表

实验四线性时不变离散时间系统的频域分析.doc

文档介绍

文档介绍:Section:LaboratoryExercise4LINEAR,TIME-INVARIANTDISCRETE-TIMESYSTEMS:FREQUENCY- TransferFunctionAnalysisAnswers: puteandplotthemagnitudeandphasespectraofamovingaveragefilterofEq.()for0w2pisshownbelow: <-file(s)andpaste.>w=0:pi/511:2*pi;M=input('M=');num=ones(1,M)/M;h=freqz(num,1,w);subplot(2,1,1);plot(w/pi,abs(h));grid;title('H(e^{j\omega})幅度谱');xlabel('\omega/\pi');ylabel('振幅');subplot(2,1,2);plot(w/pi,angle(h));grid;title('相位谱H(e^{j\omega})');xlabel('\omega/\pi');ylabel('以弧度为单位的相位'); ThisprogramwasrunforthefollowingthreedifferentvaluesofMandtheplotsofthecorrespondingfrequencyresponsesareshownbelow:<InsertMATLABfigure(s)(s)andpaste.> Thetypesofsymmetriesexhibitedbythemagnitudeandphasespectraaredueto- ThetypeoffilterrepresentedbythemovingaveragefilterisM=3-M=10;M=20; -Bythegraph,youcanseethatitrepresentsalow- TheplotofthefrequencyresponseofthecausalLTIdiscrete-:<InsertMATLABfigure(s)(s)andpaste.>w=0:pi/511:pi;num=[-];den=[1-];h=freqz(num,den,w);subplot(2,1,1);plot(w/pi,abs(h));grid;title('H(e^{j\omega})幅度谱');xlabel('\omega/\pi');ylabel('振幅');subplot(2,1,2);plot(w/pi,angle(h));grid;title('相位谱H(e^{j\omega})');xlabel('\omega/\pi');ylabel('以弧度为单位的相位'); Thetypeoffilterrepresentedbythistransferfunctionis- TheplotofthefrequencyresponseofthecausalLTIdiscrete-:<InsertMATLABfigure(s)(s)andpaste.>w=0:pi/511:pi;num=[-];den=[-]h=freqz(num,den,w);subplot(2,1,1);plot(w/pi,abs(h));grid;title('H(e^{j\omega})幅度谱');xlabel('\omega/\pi');ylabel('振幅');subplot(2,1,2);plot(w/pi,angle(h));grid;title('相位谱H(e^{j\omega})');xlabel('\ome