通信系统仿真课后答案.docVIP

  • 204
  • 0
  • 约5.49万字
  • 约 76页
  • 2017-09-01 发布于湖北
  • 举报
通信系统仿真课后答案

第章-1 答: 输入:syms t w Xf=fourier(5*cos(6*pi*t)+3*sin(8*pi*t)) 输出:Xf=pi*(5*dirac(w+6*pi)+3*i*dirac(w+8*pi)-3*i*dirac(w-8*pi)+5*dirac(w-6*pi)) matlab程序: t=0:0.02:8; L=length(t); xt=5*cos(6*pi*t)+3*sin(8*pi*t); f1=fft(xt); fs=10;Ts=1/fs; t1=8:-0.02:0; f=1./t1; Pt=zeros(1,L); for i=1:8:L Pt(i)=1; end Xst=xt.*Pt; f2=fft(Xst); f3=fs*f1; f4=ifft(f3); subplot(2,2,1) plot(f,f1) axis([0 10 -1000 3000]) xlabel(f);ylabel(x(f)); subplot(2,2,2) plot(f,f2) axis([0 10 -200 400]) xlabel(f);ylabel(Xs(f)); subplot(2,2,3) plot(f,f3) axis([0 10 -2000 4000]) xlabel(f);ylabel(Xr(f)); subplot(2,2,

您可能关注的文档

文档评论(0)

1亿VIP精品文档

相关文档