通信原理报告一.docxVIP

  • 17
  • 0
  • 约6.17千字
  • 约 14页
  • 2018-05-18 发布于河南
  • 举报
通信原理报告一

通信原理实验报告实验一 数字基带传输系统的MATLAB仿真实验二 模拟信号幅度调制仿真实验姓 名:张 力班 级:通信工程三班学 号:2011551326实验一 数字基带传输系统的MATLAB仿真(1)分析程序 program1_1 每条指令的作用,运行该程序,将结果保存,贴在下面的空白处。然后修改程序,将 dt 改为 0.2,并执行修改后的程序,保存图形,看看所得图形的效果怎样。程序如下:dt = 0.01;% Specify the step of time variable t = -2:dt:2;% Specify the interval of time x = sin(2*pi*t);% Generate the signal figure(1)plot(t,x)% Open a figure window and draw the plot of x(t) title(Sinusoidal signal x(t)) xlabel(Time t (sec))text(1.5,0.8,dt=0.01)dt=0.01的时候 dt=0.2的时候dt = 0.2;% Specify the step of time variable t = -2:dt:2;% Specify the interval of time x = sin(2*pi*t);% Generate the

文档评论(0)

1亿VIP精品文档

相关文档