时域采样定理,如何采用MATLAB证明时域采样定理?

如何采用MATLAB证明时域采样定理?
如何采用MATLAB证明时域采样定理?
满意答案:
%%%%%%%%%构造一个信号函数如下 控制采样频率fs
clear all;close all
fs=20000;
t=0:1/fs:0.025;
x=sin(200*2*pi*t)+0.3*sin(5000*2*pi*t);
t=0:1/fs:0.025;
x=sin(200*2*pi*t)+0.3*sin(5000*2*pi*t);
figure
subplot(311)
plot(t,x);
subplot(312)
plot(t,sin(200*2*pi*t));
subplot(313)
plot(t,0.3*sin(5000*2*pi*t));
相关问题:
MATLAB在时域法分析系统中的应用
求助MATLAB
matlab安装
matlab课程设计:系统时域特性的仿真分析
matlab的格式
转载来自于:如何采用MATLAB证明时域采样定理? – 搜搜问问
Tags: 

延伸阅读

最新评论

发表评论