why the phase obtained with Hilbert transform and phase unwrap is different from the actual phase?

5 次查看(过去 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 个)

Matt Gaidica
Matt Gaidica 2022-3-31
Because you unwrapped it.

标签

Community Treasure Hunt

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

Start Hunting!

Translated by