contents.m
来自「hilbert-huang 变换的源码 蛮有用的」· M 代码 · 共 21 行
M
21 行
% Instantaneous frequency functions
%
% General functions
% fa - Find frequency and amplitude (generic; use if you don't know the others)
%
% Specific functions
% faacos - Find frequency by corrected arccosine; input must be normalized
% fah - Find frequency and amplitude using the corrected Hilbert transform
% faz - Find frequency and amplitude by Huang's Generalized
% Zero-Crossing Method
%
% Helper functions
% hilbtm - Computer Hilbert transform, corrected to avoid edge
% effects / Gibbs phenomena
% ifmethod2handle - Translate an old-style instantaneous frequency method
% string into a new-style function handle
%
% All other functions in this directory are DEPRECIATED.
% Kenneth C. Arnold (for NASA GSFC), 2004-08-05
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?