instantaneous phase angle plots?

26 views (last 30 days)
David
David on 17 Nov 2013
Edited: Walter Roberson on 21 Dec 2016
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 Comment
vu ngothanh
vu ngothanh on 27 Aug 2015
Edited: vu ngothanh on 27 Aug 2015
How can you do that. I want to do the same like you. Could you please to help me

Sign in to comment.

Accepted Answer

David
David on 18 Nov 2013
ack! i just had to zscore normalize my signal! thankyou

More Answers (0)

Categories

Find more on Line Plots in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!