第一范文网 - 专业文章范例文档资料分享平台

信号与系统实验报告总结

来源:用户分享 时间:2025/8/16 0:49:05 本文由loading 分享 下载这篇文档手机版
说明:文章内容仅供预览,部分内容可能不全,需要完整文档或者需要复制内容,请下载word后使用。下载word有问题请添加微信号:xxxxxxx或QQ:xxxxxx 处理(尽可能给您提供完整文档),感谢您的支持与谅解。

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重建原图形。

搜索更多关于: 信号与系统实验报告总结 的文档
信号与系统实验报告总结.doc 将本文的Word文档下载到电脑,方便复制、编辑、收藏和打印
本文链接:https://www.diyifanwen.net/c3swy99lcp485bn78arf2570pk9t82300b6s_2.html(转载请注明文章来源)
热门推荐
Copyright © 2012-2023 第一范文网 版权所有 免责声明 | 联系我们
声明 :本网站尊重并保护知识产权,根据《信息网络传播权保护条例》,如果我们转载的作品侵犯了您的权利,请在一个月内通知我们,我们会及时删除。
客服QQ:xxxxxx 邮箱:xxxxxx@qq.com
渝ICP备2023013149号
Top