linearnormalize.m

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

M
26
字号
function [data,a]=linearnormalize(data) % The function LINEARNORMALIZE normalizes with linear interpolation (interp1),% which mainly to avoid the overshot of cubic spline interpolation,% especially when using the EEMD method,% 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]=linearnormalize(data)%% Input-%	data	- 2-D matrix data(n,m) that specifies the IMF components % Output-%	data	- normalized data%	a	    - splined envelope%% Used by-%	FA% Xianyao Chen     Sep. 20 created following the splinenormalize.m%%----- Get the dimension

⌨️ 快捷键说明

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