《傅里叶系数》-公开课件(精选).pptVIP

  • 0
  • 0
  • 约5.57千字
  • 约 65页
  • 2019-11-11 发布于广西
  • 举报
周期矩形波的连续谱和离散谱对比 subplot(3,2,1) x=-8:1:8; stem(x,0.5.*sinc(0.5.*x)) axis([-8 8 -0.2 +0.6]); title(T=T_0); subplot(3,2,3) x=-16:1:16; stem(x,0.25.*sinc(0.25.*x)) axis([-16 16 -0.2 +0.6]); title(T=2T_0); subplot(3,2,5) x=-32:1:32; stem(x,0.125.*sinc(0.125.*x)) axis([-32 32 -0.2 +0.6]); title(T=4T_0); subplot(3,2,2) d=zeros(16,2); x=-8:1:8; for i=1:16 d(i)=x(i); d(16+i)= 0.5.*sinc(0.5.*x(i)); end x=-8:0.001:8; plot(x,0.5.*sinc(0.5*x), r:); hold on; s=pulstran(x-0.5,d,rectpuls,1);plot(x,s) ; axis([-8 8 -0.2 +0.6]); subplot(3,2,4) d=zeros(32,2); x=-16:1:16; for i=

文档评论(0)

1亿VIP精品文档

相关文档