Al momento, stai seguendo questo contributo
- Vedrai gli aggiornamenti nel tuo feed del contenuto seguito
- Potresti ricevere delle email a seconda delle tue preferenze per le comunicazioni
This function AR_MED_FILTER takes input SIGNAL with Sampling Frequency, Fs, and applies the Yule Walker method based AR filter. The order if the filter is found by Maximum kurtosis. After the application od AR filter, the signal is passed through Minimum Entropy Deconvolution. This combined AR+MED method brings out the Bearing faults hidden in Noise.
The function plots two figures for AR alone and another for AR+MED
Example:
load('s4.mat');
signal=s4;
Fs=12000;
ar_med_filter(signal,Fs);
The File 's4.mat' is the vibration signal recorded from a OR faulty bearing with a sampling frequency of 12000Hz. The Fault frequency is 161 Hz and is brought out.
This program isa based on the paper:
Sawalhi N, Randall RB and Endo H (2007) The enhancement of fault detection and diagnosis in rolling element bearings using minimum entropy deconvolution combined with spectral kurtosis. Mechanical Systems and Signal Processing. 21:2616-2633
This function is basically written for Bearing fault diagnosis from Vibration signal.
Dont forget to rate or comment on the matlab central site
http://www.mathworks.in/matlabcentral/fileexchange/authors/258518
Author:Santhana Raj.A
https://sites.google.com/site/santhanarajarunachalam/
Cita come
Santhana Raj (2026). AR filter + Minimum Entropy Deconvolution for Bearing Fault Diagnosis (https://it.mathworks.com/matlabcentral/fileexchange/41614-ar-filter-minimum-entropy-deconvolution-for-bearing-fault-diagnosis), MATLAB Central File Exchange. Recuperato .
Riconoscimenti
Ispirato da: med2d(x,filterSize,termIter,termDelta,overlapMode,plotMode)
Informazioni generali
- Versione 1.0.0.0 (652 KB)
Compatibilità della release di MATLAB
- Compatibile con qualsiasi release
Compatibilità della piattaforma
- Windows
- macOS
- Linux
| Versione | Pubblicato | Note della release | Action |
|---|---|---|---|
| 1.0.0.0 |