?? faz.m
字號:
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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -