【#文档大全网# 导语】以下是®文档大全网的小编为您整理的《程序代码》,欢迎阅读!
761386445 程序代码:
% ch2example1prg1.m dt =1e – 5; T = 3*1e – 3; t = 0;dt:T;
input = 2*cos(2*pi*1000*t); carrier = 5*cos(2*pi*1e4*t); output = (2+0.5*input).*carrier;
subplot(3,1,1);plot(t,input);xlabel(‘时间’/s);ylabel(‘被调信号’); subplot(3,1,2);plot(t,carrier);xlabel(‘时间’/s);ylabel(‘载波’); subplot(3,1,3);plot(t,output);xlabel(‘时间’/s);ylabel(‘调幅输出’);
本文来源:https://www.wddqxz.cn/2978c5c1284ac850ac024225.html