how to create a anlaytic signal from real signal

1 回表示 (過去 30 日間)
raj
raj 2011 年 12 月 9 日
i have an audio signal i need to convert it in to analytic signal to use it with WVD
  2 件のコメント
Jan
Jan 2011 年 12 月 9 日
What is your Matlab related question?
raj
raj 2011 年 12 月 9 日
i was of the impression that to get an analytic signal
from real signal Y = yr(real signal) + j*hilbert(yr);
is it right???

サインインしてコメントする。

採用された回答

Daniel Shub
Daniel Shub 2011 年 12 月 9 日
Despites its silly name ( http://www.mathworks.com/matlabcentral/answers/3134-hilbert-transform ), the hilbert function return the analytic signal
load handel
yr = hilbert(y);
  4 件のコメント
Daniel Shub
Daniel Shub 2011 年 12 月 9 日
Depends what you mean by hilbert(yr) ... If you mean the Hilbert transform, then yes. If you mean the oddly named function in MATLAB, then no. The hilbert function in MATLAB does not return the Hilbert transform, rather it returns the analytic signal. The link I provided takes you to a similar question that I asked a while back.
raj
raj 2011 年 12 月 9 日
hmm ya thanks a lot....:)

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeHilbert and Walsh-Hadamard Transforms についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by