measure phase of a sine wave
2 ビュー (過去 30 日間)
古いコメントを表示
I want to measure the phase of a sine wave in simulink during simulation. anybody knows how to do it?
2 件のコメント
回答 (2 件)
Walter Roberson
2016 年 12 月 21 日
fft() and examine angle() of the result at the bin appropriate for the frequency you are interested in.
1 件のコメント
Walter Roberson
2016 年 12 月 21 日
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.
参考
カテゴリ
Help Center および File Exchange で Transforms についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!