hilbtm.m

来自「最新的HHT时频分析程序By Huang and Wu」· M 代码 · 共 14 行

M
14
字号
function hret = hilbtm(IMF)
%this is a new version of hilbt_m. It uses perfect cos waves instead of the
%"copy a chunk of data and flip it" method the previous hilbt_m used. Also,
%instead of just replacing an end section of the original wave with the new wave it uses
%a weight to gradually introduce the new wave. This results in more subler
%jumps of frequency at the joint from the original. Data appears to be "better" in this version after the hilbert
%transform - frequency is smoother, less jitter from the gibs effect.
%by Karin Blank (karin.blank@nasa.gov)

%Revisions
%modified to fit into fah and deal with multiple IMFs KBB


⌨️ 快捷键说明

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