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

4 visualizaciones (últimos 30 días)
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?

Respuestas (1)

Matt Gaidica
Matt Gaidica el 31 de Mzo. de 2022
Because you unwrapped it.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by