📄 splinenormalize.m
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -