通信原理实验,MATLAB仿真

时间:2012-06-26 03:39:34
【文件属性】:
文件名称:通信原理实验,MATLAB仿真
文件大小:311KB
文件格式:RAR
更新时间:2012-06-26 03:39:34
通信 通信原理实验,基于MATLAB的仿真t = 0:0.001:2; % give ten time units FS = 4; ts = 0:1/FS:2; Signal = sin(2*pi*t) + 0.5*cos(4*pi*t); % give a singn signal Sign_m = sin(2*pi*ts) + 0.5*cos(4*pi*ts); figure subplot(3,1,1) plot(t,Signal); title('sin(2*pi*t) + 0.5*cos(4*pi*t)'); subplot(3,1,2) stem(ts,Sign_m); title('4HZ采样波形'); subplot(3,1,3); plot(ts,Sign_m); title('抽样序列回复出的原始信号'); grid;
【文件预览】:
通信原理实验_Matlab.doc

网友评论