Hilbert-Huang Transform

版本 1.1.0.0 (995.5 KB) 作者: Alan Tan
This submission is a realization of the Hilbert-Huang transform (HHT).
42.9K 次下载
更新时间 2016/3/31

查看许可证

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

引用格式

Alan Tan (2024). Hilbert-Huang Transform (https://www.mathworks.com/matlabcentral/fileexchange/19681-hilbert-huang-transform), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R11.1
兼容任何版本
平台兼容性
Windows macOS Linux
致谢

启发作品: IMF for Bearing Fault Diagnosis

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
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.