Hilbert-Huang Transform

This submission is a realization of the Hilbert-Huang transform (HHT).

Sie verfolgen jetzt diese Einreichung

The function plot_hht is a realization of the Hilbert-Huang transform (HHT). The HHT decomposes a signal into intrinsic mode functions (or IMFs), and obtain the instantaneous frequency data. It is designed to work well for data that are nonstationary and nonlinear (http://en.wikipedia.org/wiki/Hilbert-Huang_Transform). Learn more about the HHT from the attached pdf.
The function plot_hht is best used with spsnip_gui available at http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=11002&objectType=FILE.

Essential files: plot_hht.m, emd.m, findpeaks.m
Accompanying files: Hum.wav, HHT.pdf

Zitieren als

Alan Tan (2026). Hilbert-Huang Transform (https://de.mathworks.com/matlabcentral/fileexchange/19681-hilbert-huang-transform), MATLAB Central File Exchange. Abgerufen .

Quellenangaben

Inspiriert: IMF for Bearing Fault Diagnosis

Allgemeine Informationen

Kompatibilität der MATLAB-Version

  • Kompatibel mit allen Versionen

Plattform-Kompatibilität

  • Windows
  • macOS
  • Linux
Version Veröffentlicht Versionshinweise Action
1.1.0.0

Added BSD license.

1.0.0.0

Added requirement for the Signal Processing Toolbox. Thanks to Chian Wong for pointing out.