搜索资源列表
emdfenjie
- 对采集到的振动信号进行EMD分解,得到一系列频率不同的经验模态函数IMF分量,可以用来滤波和提取原信号的特征。-The collected vibration signals of EMD, get a series of different frequency components of IMF empirical mode function can be used to filter and extract features of the original signal.
eemd
- 采用EEMD方法对故障信号进行模式分解,通过产生不同的不同频率的IMF,实现对信号的诊断。-The fault signal was decomposed through EEMD method and the IMF including different frequent was produced, which can diagnose signal effectively.
Desktop
- EMD是处理非线性、非平稳性信号的有效的新方法,本程序是振动信号EMD分解程序,可以把振动信号分解成多个IMF分量和一个残余量。-EMD is nonlinear, effective new method of non-stationary signals, this program is the vibration signal EMD decomposition process, the vibration signal can be decomposed into multiple co
emd
- emd的方法对信号进行处理,得到imf分量(The EMD method processes the signal and obtains the IMF component)
decomposition
- 运行emd,得到输入信号X的固有模态函数(imf),每列代表着信号X的一阶分量,X就是我们采集的信号。 hhtdn是hht去噪的程序,可以不看,仅看emd 和 findpeaks wvtdn是wavelet去噪程序,如果只是分解信号,仅用下面的语句即可 [C,L] = wavedec(x_noise,dl,wn); x_noise就是我们采集的信号,dl是分解的阶数,wn是分解的母小波名称(% Empiricial Mode Decomposition (Hilbert-Huang
台湾中央大学EMD_HHT程序代码_Matlab
- EMD序列分解,获得不同频率的分解序列结果(EMD method, which can obtain the IMF with different frequency.)