splinenormalize.m

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

M
27
字号
function [data,a]=splinenormalize(data) % The function SPLINENORMALIZE normalizes with splines,% the data(n,m) where n specifies the number of time points, % and m is the number of IMF components.% The normalization is carried out with both maxima and minima; hence emax% is taken as the absolute sign.%% Calling sequence-% [data,a]=splinenormalize(data)%% Input-%	data	- 2-D matrix data(n,m) that specifies the IMF components % Output-%	data	- normalized data%	a	    - splined envelope%% Used by-%	FA % K. Arnold (for NASA GSFC)	    Jan. 28 2004 Modified%				(fixed a bug where a "random" point %				could get thrown somewhere in the middle%				of the dataset and the endpoints %				were not controlled).%  Modified Karin Blank March 22, 2005

⌨️ 快捷键说明

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