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.

카테고리

Help CenterFile Exchange에서 Hilbert and Walsh-Hadamard Transforms에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by