contents.m

来自「hilbert-huang 变换的源码 蛮有用的」· M 代码 · 共 32 行

M
32
字号
% Methods of Components objects
%
% Construction
%   components    - Create Components from an IMF matrix
%
% Display
%   char          - To string
%   compare       - Plot two Components on the same set of axes
%   display       - Command-window display of Compoents
%   hist          - Plot component histograms
%   plot          - Plot all components in subplots
%
% Access
%   double        - Convert to a double matrix
%   get           - Get properties or data
%   max           - Get maximum value of all components
%   min           - Get minimum value of all components
%   subsref       - Overloads subscript indexing
%
% Spectrum
%   fa            - Calculate instantaneous frequency and amplitude
%   mspec         - Calculate marginal spectrum
%   nsp           - Generate nonlinear spectrum
%   nspplot       - Generate nonlinear spectrum from given inst. freq/amp
%
% Wrappers
%   apply
%   faz
%   splinenormalize

% Kenneth C. Arnold (for NASA GSFC), 2004-08-06

⌨️ 快捷键说明

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