emax.m

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

M
19
字号
function [ma, ta]=emax(x)% The function EMAX returns the data max points and their coordinates.% % Calling sequence-% [ma, ta]=emax(x)%% Input-%	x	- vector of input data x(n)% Output-%	ma	- vector that specifies max points%	ta	- vector that specifies the coordinates of max points%% Used by-%	NFAM, NFAMSM, NFAMSMMULTI% Norden Huang (NASA GSFC)	November 11, 1999 Initial 

⌨️ 快捷键说明

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