hilbert-huang transform(HHT)

HHT transform for one-dimensional signal. Contains Empirical mode decomposition (EMD) program.

您现在正在关注此提交

HHT transform for one-dimensional signal. Contains Empirical mode decomposition (EMD) program. The main function is HHT_Ver02.m.

Example
clc; clear; close all

Ts = 0.0005;
Fs = 1 / Ts;
N = 600;
k = 0 : N-1;
t = k .* Ts;
t = t';
sig(1:300,1) = 6 * sin(100 .* pi .* t(1:300))+0.1;
sig(301:600,1) = 6 * sin(100 .* pi .* t(301:600)) + 1.5 * sin(300 .* pi .* t(301:600))+0.1;
HHT_Ver02(t, sig, Fs);

引用格式

Tao Shen (2026). hilbert-huang transform(HHT) (https://ww2.mathworks.cn/matlabcentral/fileexchange/72344-hilbert-huang-transform-hht), MATLAB Central File Exchange. 检索时间: .

致谢

参考作品: hilbert2

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
2.0.0