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개)
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!