test.m
上传用户:loeagle
上传日期:2013-03-02
资源大小:1236k
文件大小:0k
源码类别:

通讯编程文档

开发平台:

Matlab

  1. t0=.15;                     % signal duration
  2. ts=0.001;                   % sampling interval
  3. % the message vector
  4. m=[ones(1,t0/(3*ts)),-2*ones(1,t0/(3*ts)),zeros(1,t0/(3*ts)+1)];
  5. m_hat=imag(hilbert(m));     % find the Hilbert transform