English
首页
论坛
博客
多用户博客
在线工具
在线手册
开通博客赚积分
发布资源赚积分
分类
源码开发语言/平台
当前位置:
首页
> 文章/文档 >
通讯编程文档
> 查看源码
test.m
资源名称:
现代通信系统matlab版源代码.zip [点击查看]
上传用户:
loeagle
上传日期:
2013-03-02
资源大小:
1236k
文件大小:
0k
源码类别:
通讯编程文档
开发平台:
Matlab
test.m:源码内容
t0=.15; % signal duration
ts=0.001; % sampling interval
% the message vector
m=[ones(1,t0/(3*ts)),-2*ones(1,t0/(3*ts)),zeros(1,t0/(3*ts)+1)];
m_hat=imag(hilbert(m)); % find the Hilbert transform