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
답변 (1개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!