extraction phase from ordertrack

조회 수: 2 (최근 30일)
Nick Verhoeven
Nick Verhoeven 2019년 11월 17일
답변: Daniel M 2019년 11월 24일
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일
To get the instantaneous phase of a signal x,
xh = hilbert(x);
xphase = angle(xh);

카테고리

Help CenterFile Exchange에서 Discrete Fourier and Cosine Transforms에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by