⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 faht.m

📁 最新的HHT时频分析程序By Huang and Wu
💻 M
字号:
function [f, a] = faht(data,dt)% The function FAHT calculates an improved Hilbert frequency and amplitude% of data(n,k), where n specifies the length of time series, and % k is the number of IMF components.% % hilbtm.m is used to perform a Hilbert transform.%% Note: FAH allows the instantaneous frequency to be negative. %% Calling sequence-% [f,a] = faht(data,dt)%% Input-%   data	- 2-D matrix data(n,k) of IMF components %	dt	    - sampling period in seconds% Output-%	f	    - 2-D matrix f(n,k) that specifies the Hilbert frequency in Hz%	a	    - 2-D matrix a(n,k) that specifies the Hilbert amplitude%% Used by-% 	FA, NSPABMUN.%% Xianyao Chen, september, 2008%    hilbt.m is used to perform Hilbert transform instead of hilbert.m,%     which mainly reduce the Gipps impacts from the end points.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -