下载此文档

实验三离散时间信号的频域分析第一部分.doc


文档分类:通信/电子 | 页数:约21页 举报非法文档有奖
1/21
下载提示
  • 1.该资料是网友上传的,本站提供全文预览,预览什么样,下载就什么样。
  • 2.下载该文档所得收入归上传者、原创者。
  • 3.下载的文档,不会出现我们的网址水印。
1/21 下载此文档
文档列表 文档介绍
Section:LaboratoryExercise3DISCRETE-TIMESIGNALS:FREQUENCY- DISCRETE- putation AcopyofProgramP3_1isgivenbelow: <-file(s)andpaste.>%ProgramP3_1%EvaluationoftheDTFTclf;%ComputethefrequencysamplesoftheDTFTw=-4*pi:8*pi/511:4*pi;num=[21];den=[1-];h=freqz(num,den,w);%PlottheDTFTsubplot(2,1,1)plot(w/pi,real(h));gridtitle('RealpartofH(e^{j\omega})')xlabel('\omega/\pi');ylabel('Amplitude');subplot(2,1,2)plot(w/pi,imag(h));gridtitle('ImaginarypartofH(e^{j\omega})')xlabel('\omega/\pi');ylabel('Amplitude');pausesubplot(2,1,1)plot(w/pi,abs(h));gridtitle('MagnitudeSpectrum|H(e^{j\omega})|')xlabel('\omega/\pi');ylabel('Amplitude');subplot(2,1,2)plot(w/pi,angle(h));gridtitle('PhaseSpectrumarg[H(e^{j\omega})]')xlabel('\omega/\pi');Answers: TheexpressionoftheDTFTbeingevaluatedinProgramP3_1is- mandis-causesM- TheplotsgeneratedbyrunningProgramP3_1areshownbelow: <InsertMATLABfigure(s)(s)andpaste.> TheDTFTisaperiodfunctionofw. Itsperiodis-2pi Thetypesofsymmetriesexhibitedbythefourplotsareasfollows:RealpartofH(e^{j\omega})isevesymmetries;ImaginarypartofH(e^{j\omega})isodesymmetries;MagnitudeSpectrum|H(e^{j\omega})|isevesymmetries;PhaseSpectrumarg[H(e^{j\omega})]isodesymmetries; : <-file(s)andpaste.>%ProgramQ3_3%EvaluationoftheDTFTclf;%ComputethefrequencysamplesoftheDTFTw=0:pi/511:pi;num=[-];den=[-];h=freqz(num,den,w);%PlottheDTFTsubplot(2,1,1)plot(w/pi,real(h));gridtitle('RealpartofH(e^{j\omega})')xlabel('\omega/\pi');ylabel('Amplitude');subplot(2,1,2)plot(w/pi,imag(h));gridtitle('ImaginarypartofH(e^{j\omega})')xlabel('\omega/\pi');ylabel('Amplitude');pausesubplot(2,1,1)plot(w/pi,abs(h));gridtitle('MagnitudeSpectrum|H(e^{j\omega})|')xlabel('\omega/\pi');ylabel('Amplitude');subplot(2,1,2)

实验三离散时间信号的频域分析第一部分 来自淘豆网www.taodocs.com转载请标明出处.

非法内容举报中心
文档信息
  • 页数21
  • 收藏数0 收藏
  • 顶次数0
  • 上传人mh900965
  • 文件大小333 KB
  • 时间2019-05-31