云题海 - 专业文章范例文档资料分享平台

当前位置:首页 > 信号与系统实验报告总结

信号与系统实验报告总结

  • 62 次阅读
  • 3 次下载
  • 2025/7/6 9:40:42

figure(2); % Open a new figure window to see the demo of signal reconstruction

stem(nTs,xs,'.'); xlabel('Time index n'); grid on;hold on for i = 1:L m = (L-1)/2+1-i;

xa = Ts*(wc)*xs(i)*sinc((wc)*(t+m*Ts)/pi)/pi; plot(t,xa,'b:');axis([-2,2,-0.5,2.5]); hold on pause

xr = xr+xa; % Interpolation end

plot(t,xr,'r'); axis([-2,2,-0.5,2.5]); hold on figure(1); subplot(223)

plot(t,xr,'r');axis([-2,2,-0.5,2.5]); xlabel('Time t');grid on title('Reconstructed signal xr(t)'); % Compute the error between the reconstructed signal and the original signal

error = abs(xr-x); subplot(2,2,4) plot(t,error);grid on

title('Error');xlabel('Time t') 程序运行结果图: 当ws/wm= 1时

当ws/wm= 2时

当ws/wm= 3时

分析:当ws/wm<2时重建的信号图形出现重叠现象,当 ws/wm>=2时才能无失真的重建原来的图形。即满足抽样定理 ws/wm的值必须大于或等于2重建原图形。

搜索更多关于: 信号与系统实验报告总结 的文档
  • 收藏
  • 违规举报
  • 版权认领
下载文档10.00 元 加入VIP免费下载
推荐下载
本文作者:...

共分享92篇相关文档

文档简介:

figure(2); % Open a new figure window to see the demo of signal reconstruction stem(nTs,xs,'.'); xlabel('Time index n'); grid on;hold on for i = 1:L m = (L-1)/2+1-i; xa = Ts*(wc)*xs(i)*sinc((wc)*(t+m*Ts)/pi)/pi; plot(t,xa,'b:');axis([-2,2,-0.5,2.5]); hold on pause xr = xr+xa; % Interpolation end plot(t,xr,'r'); axis([-2,2,-0.5,2.5]); hold on figure(1); su

× 游客快捷下载通道(下载后可以自由复制和排版)
单篇付费下载
限时特价:10 元/份 原价:20元
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
注:下载文档有可能“只有目录或者内容不全”等情况,请下载之前注意辨别,如果您已付费且无法下载或内容有问题,请联系我们协助你处理。
微信:fanwen365 QQ:370150219
Copyright © 云题海 All Rights Reserved. 苏ICP备16052595号-3 网站地图 客服QQ:370150219 邮箱:370150219@qq.com