how to create a anlaytic signal from real signal
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
i have an audio signal i need to convert it in to analytic signal to use it with WVD
2 Kommentare
Akzeptierte Antwort
Daniel Shub
am 9 Dez. 2011
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 Kommentare
Daniel Shub
am 9 Dez. 2011
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.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Hilbert and Walsh-Hadamard Transforms finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!