extraction phase from ordertrack

Hi all,
I want to do an ordertrack of a vibration signal. The Matlab function 'ordertrack' only calculates the amplitude, but no phase can be extraced. What I do now, is doing an FFT for each revoluation en get the phase data from the fft. Does anybody know if there is a better solution?
Kind regards,
Nick

回答 (1 件)

Daniel M
Daniel M 2019 年 11 月 24 日

0 投票

To get the instantaneous phase of a signal x,
xh = hilbert(x);
xphase = angle(xh);

カテゴリ

ヘルプ センター および File ExchangeFourier Analysis and Filtering についてさらに検索

質問済み:

2019 年 11 月 17 日

回答済み:

2019 年 11 月 24 日

Community Treasure Hunt

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

Start Hunting!

Translated by