码迷,mamicode.com
首页 > 其他好文 > 详细

正交调制解调(MATLAB)

时间:2020-06-06 10:38:58      阅读:152      评论:0      收藏:0      [点我收藏+]

标签:5*   clear   tla   matlab   atl   mat   解调   plot   正交   

%1. 调制 

clear all;

t = 1:1600;

c1 = sin(0.5*pi*t);
c0 = sin(0.5*pi*t*0.01)*4 + 15;
c = c1.*c0;

plot(t,c);

 

 

%2. 解调

 

正交调制解调(MATLAB)

标签:5*   clear   tla   matlab   atl   mat   解调   plot   正交   

原文地址:https://www.cnblogs.com/signal/p/3833126.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!