measure phase of a sine wave
9 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I want to measure the phase of a sine wave in simulink during simulation. anybody knows how to do it?
2 commentaires
Réponses (2)
Walter Roberson
le 21 Déc 2016
fft() and examine angle() of the result at the bin appropriate for the frequency you are interested in.
1 commentaire
Walter Roberson
le 21 Déc 2016
https://www.mathworks.com/matlabcentral/answers/106534-instantaneous-phase-angle-plots shows phase detection in Mathworks using a Hilbert transform.
https://www.mathworks.com/help/dsp/examples/envelope-detection.html#zmw57dd0e11769 shows constructing a Hilbert transform in Simulink.
Voir également
Catégories
En savoir plus sur Hilbert and Walsh-Hadamard Transforms dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!