Negative instantanous frequency values in outputs of hht function

조회 수: 1 (최근 30일)
parham kianian
parham kianian 2020년 2월 27일
I am using hht function of MATLAB to evaluate instantanous frequency of a signal sig (a column vector of real numbers) using the followin:
[imf, residual] = emd(sig,'interpolation','pchip');
[hs, f, t, imfinsf, imfinse] = hht(imf,fs);
imfinsf has the same size as imf (as it was expected), but it contains some negaitve values. Negative values for frequency is physically meaningless.
How can I solve this problem?
Following figure shows an example:

답변 (0개)

카테고리

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