readme.txt
来自「hibert变换程序」· 文本 代码 · 共 26 行
TXT
26 行
file "README.TXT"
The package includes the main Matlab program DECOMP for non-stationary
and nonlinear vibration signal decomposition together with the program
PL.M for plotting the obtained decomposed results. It also includes some
simulation examples and the demo program RUN (Matlab 7.x).
The Hilbert Vibration Decomposition method is based on the Hilbert transform
signal processing [*]. Run the program RUN and choose a vibration signal.
Press the button 'RUN' to start the decomposition procedure.
[*] M. Feldman. TIME-VARYING VIBRATION DECOMPOSITION AND ANALYSIS
BASED ON THE HILBERT TRANSFORM, Journal of Sound and Vibration.
2006, Vol 295/3-5 pp 518-530.
*****************************************************
Function DECOMP (Hilbert Vibration Decomposition)
The function DECOMP is a signal processing M-File (Matlab 7.x).
It extracts intrinsic quasi-harmonic components Y(t) from the initial
signal composition y(t).
[Y,A,F,dev]=decomp(y,2);
pl(Y,A,F,Fs)
Inputs:
y
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?