hilbert-huang transform(HHT)

Version 2.0.0 (4,94 KB) von Tao Shen
HHT transform for one-dimensional signal. Contains Empirical mode decomposition (EMD) program.
1,9K Downloads
Aktualisiert 3. Aug 2019

Lizenz anzeigen

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);

Zitieren als

Tao Shen (2024). hilbert-huang transform(HHT) (https://www.mathworks.com/matlabcentral/fileexchange/72344-hilbert-huang-transform-hht), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2016b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Quellenangaben

Inspiriert von: hilbert2

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
2.0.0