why the phase obtained with Hilbert transform and phase unwrap is different from the actual phase?
Mostra commenti meno recenti
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 Commento
Vitor Garcia
il 2 Giu 2017
Hey! Could find the solution for your problem? I have the same question...
Risposte (1)
Matt Gaidica
il 31 Mar 2022
0 voti
Because you unwrapped it.
Categorie
Scopri di più su Hilbert and Walsh-Hadamard Transforms in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!