How to plot phase modulation without inbuilt functions in MATLAB

前端 未结 0 632
夕颜
夕颜 2020-12-10 01:18

This is my code

% carrier signal
fc = 100000;
Ac = 1;
Ta = 1/fc; %period for carrier
s = @(t) Ac*cos(2*pi*fc*t);
subplot(3,1,1);
fplot(s,[0 Ta]);
ylabel(\'amp         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题