faz.m
来自「最新的HHT时频分析程序By Huang and Wu」· M 代码 · 共 25 行
M
25 行
function [f,a]=faz(data,dt)% The function FAZ generates a frequency and amplitude using zero-crossing method % applied to data(n,k), where n specifies the length of time series, % and k is the number of IMFs.% Non MATLAB Library routine used in the function is: FINDCRITICALPOINTS.%% Calling sequence-% [f,a]=faz(data,dt)%% Input-% data - 2-D matrix of IMF components % dt - time increment per point% Output-% f - 2-D matrix f(n,k) that specifies frequency% a - 2-D matrix a(n,k) that specifies amplitude%% Used by- % FA% See also-% FAZPLUS, which in addition to frequency and amplitude, outputs% other fields. % Kenneth Arnold (NASA GSFC) Summer 2003, Modified
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?