This is the code for the paper entitled "A Hybrid Method for Condition Monitoring and Fault Diagnosis of Rolling Bearings With Low System Delay", published in the IEEE Transactions on Instrumentation and Measurement, August 2022.
Authors: Sulaiman Aburakhia, Ryan Myers, and Abdallah Shami.
Organization: The Optimized Computing and Communications (OC2) Lab, ECE Department, Western University, London, Canada.
The system delay
- The time duration of the input segment depends on number of data points in the segment.
- The online processing time is algorithm-dependent; it involves two tasks, feature extraction (including pre-processing) and condition prediction/classification.
- Extracting features of high sensitivity to fault-related transients to improve system accuracy.
- Extracting features of small size.
- Utilizing input vibration segments of relatively short time duration or equivalently, of small number of data points.
Accordingly, the paper utilizes wavelet decomposition and Fourier analysis, and proposes a hybrid method to fulfill the aforementioned requirements and extract a small number of highly discriminative features from short-duration vibration signals. The first step involves decomposing the input vibration segment using
The Performance of the proposed method is evaluated on the Case Western Reserve University (CWRU) bearing dataset, the Paderborn University (PU) bearing dataset, and
the University of Ottawa (uOttawa) bearing dataset. These datasets are selected to simulate various practical situations regarding defect types, rotational speed conditions, and data sampling rate.
A separate Jupyter notebook is provided for each of the three datasets. Functions for processing .mat vibration files and creating training/testing datasets are included in the notebooks as well.
the Case Western Reserve University (CWRU) bearing dataset
the Paderborn University (PU) bearing dataset
the University of Ottawa (uOttawa) bearing dataset
Code for the CWRU dataset
Code for the PU dataset
Code for the uOttawa dataset
For all inquiries or collaboration opportunities please contact:
Email : [email protected] or [email protected]
Github: SulAburakhia or Western OC2 Lab
Google Scholar: OC2 Lab; Sulaiman Aburakhia
If you find this repository useful in your research, please cite as:
S. A. Aburakhia, R. Myers and A. Shami, "A Hybrid Method for Condition Monitoring and Fault Diagnosis of Rolling Bearings With Low System Delay," in IEEE Transactions on Instrumentation and Measurement, vol. 71, pp. 1-13, 2022, Art no. 3519913, doi: 10.1109/TIM.2022.3198477.
@ARTICLE{9855510,
author={Aburakhia, Sulaiman A. and Myers, Ryan and Shami, Abdallah},
journal={IEEE Transactions on Instrumentation and Measurement},
title={A Hybrid Method for Condition Monitoring and Fault Diagnosis of Rolling Bearings With Low System Delay},
year={2022},
volume={71},
number={},
pages={1-13},
doi={10.1109/TIM.2022.3198477}}
Pre-print is available here.