findmax.m
来自「hilbert-huang 变换的源码 蛮有用的」· M 代码 · 共 16 行
M
16 行
% --- FINDMAX plots IMF components in strips format -------- %
% in order to pick the principal Components.
%
% To run, change the file name of IMF.
%
% Required data files 'x00g' and 'c00g'.
%
% Program created for BIGSKY, March 18, 2000 by Norden E. Huang
% --- findmax.m --- Version 23.Aug.2000 --------------------- %
load x00g;
load c00g; c00g=c00g';
tt=linspace(0,10,1000)';
strips(c00g);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?