instantaneous phase angle plots?

13 次查看(过去 30 天)
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