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