필터 지우기
필터 지우기

instantaneous phase angle plots?

조회 수: 13 (최근 30일)
David
David 2013년 11월 17일
편집: Walter Roberson 2016년 12월 21일
Hello, I'm struggling with this last part of an instantaneous phase angle plots.
I know how to get the phase angle
yh=hilbert(data);
amplitude=abs(yh);
phase=unwrap(angle(yh));
But I want to get the sawtooth plotting of phase angle(see link image for example).
I can't seem to figure out this last part. Any help? thank you.
extra question:
Also, why aren't the values of the phase angle normalized? that is, shouldn't they always go from pi to -pi? I have a noisy signal and the extrema of the phase angle plot range from 0.2 to 0.5
  댓글 수: 1
vu ngothanh
vu ngothanh 2015년 8월 27일
편집: vu ngothanh 2015년 8월 27일
How can you do that. I want to do the same like you. Could you please to help me

댓글을 달려면 로그인하십시오.

채택된 답변

David
David 2013년 11월 18일
ack! i just had to zscore normalize my signal! thankyou

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Antennas, Microphones, and Sonar Transducers에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by