extraction phase from ordertrack

5 visualizaciones (últimos 30 días)
Nick Verhoeven
Nick Verhoeven el 17 de Nov. de 2019
Respondida: Daniel M el 24 de Nov. de 2019
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

Respuestas (1)

Daniel M
Daniel M el 24 de Nov. de 2019
To get the instantaneous phase of a signal x,
xh = hilbert(x);
xphase = angle(xh);

Categorías

Más información sobre Signal Reception and Recovery en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by