数字信号处理98330.docVIP

  • 2
  • 0
  • 约2.76千字
  • 约 11页
  • 2017-09-04 发布于重庆
  • 举报
数字信号处理实验报告 班级 学号 姓名 实验一:频谱分析与采样定理 程序 T=0.0001; F=1/T; L=0.02; N=L/T; t=0:T:L; a=16; f1=0:F/N:F; f2=-F/2:F/N:F/2; %%%%%%%%%%%%%%%%%% x1=cos(100*pi*16*t); y1=T*abs(fft(x1)); y11=fftshift(y1); figure(1), subplot(3,1,1),plot(t,x1),title(正弦信号); subplot(3,1,2),plot(f1,y1),title(正弦信号频谱); subplot(3,1,3),plot(f2,y1),title(正弦信号频谱); %%%%%%%%%%%%%%%%%%%% x2=exp(-16*t); y2=T*abs(fft(x2)); y21=fftshift(y2); figure(2), subplot(3,1,1),plot(t,x2),title(指数信号); subplot(3,1,2),plot(f1,y2),title(指数信号频谱); subplot(3,1,3),plot(f2,y21),title(指数信号频谱); %%%%%%%%%%%%%%%%%%%%%% x3=x1.*x2

文档评论(0)

1亿VIP精品文档

相关文档