extraction phase from ordertrack
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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
0 Kommentare
Antworten (1)
Daniel M
am 24 Nov. 2019
To get the instantaneous phase of a signal x,
xh = hilbert(x);
xphase = angle(xh);
0 Kommentare
Siehe auch
Kategorien
Mehr zu Discrete Fourier and Cosine 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!