why the phase obtained with Hilbert transform and phase unwrap is different from the actual phase?
17 ビュー (過去 30 日間)
古いコメントを表示
I am trying to get the phase of the time signal with Hilbert transform and phase unwrap,
timesignal=cos(phase);
H=hilbert(timesignal);
p=unwrap(angle(H));
why is the unwrapped phase progressive increase, why is it different from the actual phase?
1 件のコメント
Vitor Garcia
2017 年 6 月 2 日
Hey! Could find the solution for your problem? I have the same question...
回答 (1 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!