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 CenterFile Exchange에서 Hilbert 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