Next Article in Journal
Phased Array Radar Resource Consumption Method Based on Phase-Switched Screen
Previous Article in Journal
Efficient Distributed Mapping-Based Computation for Convolutional Neural Networks in Multi-Core Embedded Parallel Environment
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Incipient Fault Feature Extraction of Rolling Bearing Based on Signal Reconstruction

Engineering Research Center for Metallurgical Automation and Measurement Technology of Ministry of Education, Wuhan University of Science and Technology, Wuhan 430081, China
*
Author to whom correspondence should be addressed.
Electronics 2023, 12(18), 3749; https://doi.org/10.3390/electronics12183749
Submission received: 15 August 2023 / Revised: 1 September 2023 / Accepted: 4 September 2023 / Published: 5 September 2023
(This article belongs to the Section Computer Science & Engineering)

Abstract

:
In the incipient fault vibration signals of rolling bearings, weak fault features are easily submerged in strong background noise and difficult to be extracted. The sparse decomposition method can perform well in the extraction of weak fault features, but the low signal-to-noise ratio (SNR) would cause excessive decomposition. To enhance the fault features and maintain the time–frequency structure of fault impulses, a novel incipient fault feature extraction of rolling bearing based on signal reconstruction is proposed. Firstly, the Teager energy operator (TEO) is used to obtain the envelope of the impulse components in the vibration signal, which is also sensitive to noise and would be seriously affected by strong noise. Secondly, a Savitzky–Golay (S–Golay) filter based on the particle swarm optimization (PSO) algorithm is adopted to suppress the noise in the TEO envelope and generate a smooth envelope signal. Finally, the fault signal is reconstructed by the multiplication of the filtered TEO envelope signal and the original signal. The reconstructed signal can maintain the structural characteristics of the original fault impact signal and can provide reliable feature enhancement signals for further sparse decomposition, multi-source vibration separation, and other operations. Simulation signals and experiments verify the effectiveness of this method in extracting early fault features under low SNRs.

1. Introduction

The early faults of rolling bearings have characteristics such as unclear symptoms, weak feature information, and low SNR [1]. In actual working conditions, the vibration signal of bearing faults is a non-stationary and nonlinear signal, and the fault features contained in it are often submerged in strong background noise, making it difficult to extract early fault features of rolling bearings.
The TEO is a differential operator proposed by Kaiser in 1990, which has been effectively applied in signal demodulation and bearing fault diagnosis. The Teager energy operator provides a method for the recognition of impact features in rolling bearing signals [2]. Zhu used a combination of parameter adaptive modal decomposition and the TEO to introduce the maximum weighted kurtosis index for parameter optimization, extracting fault features from early faults in rotating machinery, and achieving the fault diagnosis of rolling bearings [3]. Zhou proposed a method to enhance the weak fault features of motor bearings by combining the advantages of adaptive morphological filtering and the TEO, achieving the recognition of different fault features of motor bearings [4]. Galezia proposed a multi-band demodulation analysis, which utilizes a combination of bandpass filters and the TEO to extract fault feature frequencies from bearing fault signals [5]. Han applied the method of combining complementary ensemble empirical mode decomposition with the TEO to low-speed rolling bearings, effectively extracting fault features of low-speed bearings [6].
Most of these methods use the TEO as a means of shock signal demodulation, which requires obtaining shock components with high SNRs through other signal decomposition methods [7,8]. Therefore, it is difficult to achieve good results when analyzing low-SNR fault signals. After theoretical derivation and simulation experiment analysis, it was found that multiplying the TEO with the original signal can greatly amplify the impact component, while the structure of the impact component itself remains unchanged. However, the envelope of the TEO is susceptible to high-frequency noise interference, which affects the effectiveness of feature extraction. To obtain a smoother envelope, the least squares method can be used to filter and suppress high-frequency noise.
Least squares filtering is an adaptive filtering method that does not rely on the model and relevant statistical features of the signal, and the computational complexity is very small [9]. S–Golay filtering is a method of fitting signals in the time domain using the least squares method, which can remove noise without changing the signal structure. Zhang used a combination of the S-Golay filter and the local mean decomposition method to remove sharp pulse noise from the fault signal and then used the denoised signal as the input of local mean decomposition to successfully extract the fault feature frequency of the signal [10]. Zhu proposed using the signal-denoising methods of singular value decomposition and the S–Golay filter. First, singular value decomposition was performed on the signal to obtain the reconstructed signal, and then the singular value of the reconstructed signal was optimized using an S–Golay filter, effectively reducing the interference of noise in the signal [11].
Under complex operating conditions such as variable speed rotation or start–brake operation, equipment often lacks periodicity in impact signals. Some devices even have multiple sources of vibration, resulting in the severe coupling of fault signals [12,13]. Traditional time–frequency methods are difficult to diagnose; therefore, it is necessary to analyze the structure of the impact signal itself, using sparse decomposition and its improved methods [14,15]. To improve the accuracy of such methods, this article will enhance the feature of the fault signal without changing the structural features of the impact signal itself.
An incipient fault feature extraction of rolling bearings based on signal reconstruction is proposed. Firstly, TEO processing is performed on early bearing fault signals. Then, the particle swarm optimization algorithm is used to find the optimal window length and fitting order of the S–Golay filter, and then the S–Golay filter is used for filtering to obtain a smooth TEO envelope of the shock signal. Finally, by multiplying the filtered envelope signal with the original signal and enhancing the impact component, the feature-enhanced fault signal is obtained, achieving the early fault feature extraction of rolling bearings.
The proposed method focuses on fault diagnosis specifically in rotating mechanical equipment. It aims to identify various types of faults that would occur in rolling bearings, such as peeling, corrosion, fracture, fatigue, and others. By applying this method, operators can analyze these specific faults to ensure the reliable and efficient operation of the equipment.

2. Basic Principles

2.1. TEO Principle

TEO is a nonlinear operator with the characteristics of no complex calculation and low computational complexity, which can effectively extract the impact components in early rolling bearing faults. For continuous signal, TEO is defined as:
ψ ( x ( t ) ) = x ˙ ( t ) 2 x ( t ) x ¨ ( t )
wherein, x ( t ) represents continuous signal.

2.2. The S–Golay Filter

The S–Golay filter is a filtering method based on the least squares method to fit curves. It consists in the following steps: take the left and right points at a certain point in the original data, that is, continuous points, as the window array; select the fitting order to perform the least squares curve fitting; take the value of the fitted curve data center point as the filtered value; repeatedly move the window; and finally get the value of all data. The fitting polynomial is
q ( n ) = k = 0 p a k n k
wherein M n M , p 2 M + 1 , k is the degree of polynomial fitting, and M is the number of points.
The minimum mean square error function is
ε D = n = M M ( q ( n ) x ( n ) ) = n = M M ( k = 0 p a k n k x ( n ) )
wherein ε D is the mean squared error, q ( n ) is a fitting polynomial, and x ( n ) is the original signal.
When the ε D is the smallest, the S–Golay filter has the best fitting effect, and then all the values of the original data can be obtained by moving the window. Therefore, the two most important parameters that determine the effectiveness of the S–Golay filter are the window size and fitting order. If the window is small and the fitting order is large, many noise signals will be retained. A large window with a small fitting order can distort the signal.

2.3. Principles of Particle Swarm Optimization

The optimization process of particle swarm optimization comes from people’s imitation of the aggregation and dispersion of bird flocks during bird foraging, using the individual or food location of the bird flock as the solution to the optimization problem [16]. The main principle is as follows: assuming there are dimensional particles in the population, the population size is, and the spatial position x i and velocity of each particle v i in the population are
x i = ( x i 1 , x i 2 , x i 3 , x i N ) v i = ( v i 1 , v i 2 , v i 3 , v i N )
Update the position x i and velocity v i of particles as shown in Formula (5)
v i ( t + 1 ) = w ( t ) v i ( t ) + c 1 r 1 [ p b e s t ( t ) x i ( t ) ] + c 2 r 2 [ g b e s t ( t ) x i ( t ) ] x i ( t + 1 ) = x i ( t ) + v i ( t + 1 )
where w is the weight coefficient, the acceleration factor c 1 , c 2 are constants in [1.5, 2], the random factor r 1 , r 2 are constants in [0, 1], and the number of iterations is set to t max . v i ( t ) is the velocity of the particle, x i ( t ) is the position of the particle, p b e s t ( t ) is the local optimal value of the particle, g b e s t ( t ) is the global optimal value.

3. Incipient Fault Feature Extraction Method Based on Signal Reconstruction

3.1. TEO Pre-Treatment

For a fault impulse signal, the expression is
S ( t ) = A e a ( t u ) 2 cos ( ω t + φ )
where A is amplitude, a is the scale factor, u is the shift factor, ω is the frequency factor, and φ is the phase factor. The TEO of the fault impulse signal is as follows:
ψ ( t ) = ψ [ S ( t ) ] A 1 2 ω 2
A 1 = A e a ( t u ) 2
Multiply the TEO processed signal with the original signal to obtain the reconstructed signal as shown:
S ψ ( t ) = ψ s ( t ) S ( t ) A 3 ω 2 e 3 a ( t u ) 2 cos ( ω t + φ )
Comparing Equations (6) and (9), it can be seen that the modulation signal has not changed; the amplitude of the signal has been greatly enhanced, which is proportional to the square of the natural frequency; and the attenuation coefficient has become larger. The simulation signal and reconstruction signal are shown in Figure 1.
As shown in Figure 1, in the absence of noise, the amplitude of the simulated signal after TEO processing increases, and the reconstructed signal structure remains unchanged. As shown in Equation (9), the amplitude of the reconstructed signal increases by multiplying the cubic power of the original amplitude by the square of the frequency, greatly increasing the impact component in the signal. But in the noised impulse signal, it is obvious that there is noise on the TEO envelope, and the reconstructed signal cannot distinguish the complete impact signal components. Therefore, for signals with noise, filtering processing is required after TEO processing. The S–Golay filter is a principle that uses the least squares method to fit curves for filtering. Using the S–Golay filter, the high frequency noise can be removed, and the low-frequency TEO envelope components can be retained; thus, the smooth TEO envelope can be obtained.

3.2. Performance Index

To evaluate the signal integrity of the reconstructed signal in this method, the correlation coefficient between the reconstructed signal and the original signal is used as the evaluation index. The correlation coefficient K is defined as follows:
K = n = 1 N s ( n ) × y ( n ) n = 1 N ( s ( n ) ) 2 × n = 1 N ( y ( n ) ) 2
where N is the signal length, s(n) is the original signal amplitude, and y(n) is the reconstructed signal amplitude.

3.3. S–Golay Filter Based on PSO

To evaluate the effectiveness of the S–Golay filter on TEO filtering, the amplitude ratio R between the filtered signal and the TEO processed signal is used as the fitness function, with R defined as follows:
R = 10 lg n = 1 N y ( n ) n = 1 N ( x ( n ) y ( n ) )
where y ( n ) is the filtered signal, and x ( n ) is the processed signal for TEO.
The most important parameters for the S–Golay filter are window length and fitting order. When the fitness function of R reaches the maximum, the window length and fitting order reach the optimal values, and the S–Golay filter produces the best filtering effect.
PSO is an optimization algorithm with global search ability. In the proposed method, PSO is used to search the optimal window length and fitting order of the S–Golay filter. The specific process is as follows:
Step 1: Initialize the particle swarm. Set the number of iterations to t max , the population size to m , the weight coefficient to ω , the acceleration factor to c 1 , c 2 , and the random factor to r 1 , r 2 . Set the initial position and initial speed of each particle. Define the local optimal value of each particle to p b e s t ( t ) , and the optimal value of all particles to g b e s t ( t ) .
Step 2: Using SNR as the fitness value of particles p i ( t ) , determine the optimal value of the current individual based on the particle parameters p b e s t ( t ) with the highest amplitude g b e s t ( t ) ratio according to different particle amplitude ratios.
Step 3: Update the position x i ( t ) and velocity v i ( t ) of particles p i ( t ) , as shown in Formula (5).
Step 4: Determine whether the convergence criteria of the iterative algorithm have been met. If they are met, end the iteration and obtain the window length and fitting order for the optimal filtering effect. Otherwise, t = t + 1 , and proceed to step 2.

3.4. Incipient Fault Feature Extraction Method Based on Signal Reconstruction

Based on the above analysis, the flowchart of the incipient fault feature extraction method based on signal reconstruction is shown in Figure 2.
The diagnostic method steps are as follows:
(1)
Perform TEO processing on the original vibration signal.
(2)
Use the particle swarm optimization algorithm to initialize the individual fitness function value, iterate continuously to obtain the maximum fitness function value, and find the optimal window length and fitting order.
(3)
Filter the TEO processed signal using the optimized filter in step 2.
(4)
Multiply the filtered signal by the original signal, completing the reconstruction of the signal, enhancing the impact components in the original signal, and achieving the feature extraction of the fault signal.

4. Simulate Analysis

To verify the effectiveness of the proposed incipient fault feature extraction method based on signal reconstruction, the improved complete ensemble empirical mode decomposition with adaptive noise (ICEEMDAN) method was introduced to compare and set a threshold for the IMF component. The iteration ends when the decomposed IMF component coefficient is less than this value. Its flowchart is shown in Figure 3 [17].
The simulation signal x ( t ) is
x ( t ) = S ( t ) + N ( t )
N ( t ) = 2 D ξ ( t )
where S ( t ) is the periodic attenuation shock signal with a frequency of 5 Hz, D is the noise intensity, ξ ( t ) is Gaussian white noise with a mean of 0 and a variance of 1. The sampling frequency f s is 2000 Hz, and the sampling point N is 2000. Two sets of simulated signals with different D are shown in Figure 4.
As shown in Figure 4, the impact components are clear when D = 0.1, and the impact components are submerged in the noise when D = 0.7.
In the process of the PSO algorithm, the initialization parameters are set to m = 100 , t max = 100 , c 1 , c 2 set to 1.5, 2, w max = 1 , w min = 0.1 , r 1 = r 2 = 0.1 , the initial position x ( t ) is 0 and the initial speed v ( t ) is 0; p b e s t = g b e s t = 0 .
Using the proposed method and the ICEEMDAN method to extract feature impacts, the results of the proposed method for simulated signal with D = 0.1 are shown in Figure 5. The results of the ICEEMDAN method for simulated signal with D = 0.1 are shown in Figure 6. The results of the proposed method for simulated signal with D = 0.7 are shown in Figure 7. The results of the ICEEMDAN method for simulated signal with D = 0.7 are shown in Figure 8.
Figure 5 shows that when the noise intensity is not great, the TEO signal is close to the ideal signal, and the S–Golay filter based on PSO reaches the optimal value at the 7th iteration. The filtered TEO and reconstructed signal both express the good performance of the proposed method. Compared to Figure 6, the reconstructed signal in Figure 5 performs better in similarity and accuracy.
As shown in Figure 5e, the comparison between the reconstructed signal and the simulated signal shows that only the attenuation coefficients of the two signals are different. As shown in Equation (6), only a is different between the two signals, while the other three factors u , ω , φ are exactly the same. As shown in Equation (6), the reconstructed signal attenuation coefficient increases three times compared to the original signal. As shown in Figure 7e, only the attenuation coefficient of the impact in the signal has changed, but the overall impact has not changed, and the signal still has noise components after reconstruction.
Therefore, using the sparse decomposition method, only the scale factor of the reconstructed signal needs to be found, and then the impact component in the simulation signal can be calculated through Equation (9), which can quickly search for several factors in the simulation signal and better extract the simulation signal from noise.
Figure 7 shows that when the noise intensity is great, the TEO signal cannot present the feature of impacts; through the S–Golay filter based on PSO, the filtered TEO can suppress most of the noise and present the feature impacts. The reconstructed signal can also extract all the impacts. Compared to Figure 8, the reconstructed signal in Figure 5 performs better in similarity and accuracy.
To further improve the advantage of the proposed method, wavelet reconstruction and ICEEMDAN are introduced to process the signals with different SNRs. A correlation coefficient is used to evaluate the performance of different methods, and the higher the correlation coefficient is, the better the effect. The correlation coefficients of different methods are shown in Table 1.
As shown in Table 1, when the noise intensity is 0.1, all three methods have good reconstruction results, and the correlation coefficients are greater than 0.9. When the noise intensity is 0.4, the wavelet reconstruction effect and ICEEMDAN reconstruction effect are both poorer than the proposed method. When the noise intensity is 0.7, the wavelet reconstruction and ICEEMDAN reconstruction have little effect. The method proposed in this paper, on the other hand, has a prominent effect, with a correlation coefficient of 0.5031.

5. Experiment Analysis

The experimental data were obtained from the BTS100 experimental platform. The experiment used electric discharge technology to process a single-point groove on the bearing to simulate early faults. To simulate early fault signals, this article set the signal sampling frequency to 10 kHz, and the motor speed to 600 r/min. The BTS100 experimental platform is shown in Figure 9. It can be seen that the experimental platform consists of the electrical machinery, frequency converter, motor shaft, bearing seat, sensor, etc.
The bearing used in this experiment is the SFK6006 deep groove ball bearing that is suitable for the BTS100 test bench. The selected deep groove ball bearing is SKF6006, and the structural parameters are shown in Table 2.

5.1. Fault Diagnosis of Outer Ring

The vibration data and waveform are obtained when the outer ring of the bearing is damaged. The sampling frequency is 10 kHz, and the sampling point is 2000. A fault with a depth of 1.2 mm and a width of 0.6 mm was artificially machined on the outer ring of the rolling bearing using a wire cutting method. As shown in Figure 10f, when the store’s speed is 300 r/min, the fault signal characteristics are not obvious and are completely submerged in the noise. Therefore, a signal with a motor speed of 600 r/min was selected as the experimental object. The theoretical outer ring fault characteristic frequency is 47 Hz. Figure 10 shows the results of the outer ring fault.
From Figure 10, it can be seen that there is a lot of noise in the time-domain waveform in Figure 10a, which cannot effectively extract the impact components. Using the proposed method to analyze the signal, the optimal value of the S–Golay filter based on PSO reaches 203 at the 33rd iteration, with a window length of 191 and a fitting order of 10. The impacts are extracted clearly in the reconstructed signal in Figure 10c. Figure 10d shows that the fault characteristic frequency and doubling components of the original signal cannot be seen in the envelope diagram. As shown in Figure 10g, using the ICEEMDAN method, it is difficult to find a fault feature frequency of 47 Hz as the fault feature frequency of the signal is submerged in other noises. But through the proposed method, Figure 10e shows that the frequency of 45 Hz and its doubling components are obvious, which are consistent with theoretical values.
By comparing Figure 10e,g, it becomes evident that the method proposed in this paper outperforms ICEEMDAN in terms of extracting and displaying the first and second harmonic components of the fault characteristic frequency of the outer ring of rolling bearings. Figure 10e clearly demonstrates the effectiveness of the proposed method by accurately capturing and highlighting the fault characteristic frequency components, specifically the first and second harmonics. This showcases the method’s ability to effectively isolate and distinguish these components from the overall signal, allowing for precise fault diagnosis. In contrast, Figure 10g, representing the results obtained using the ICEEMDAN method, fails to exhibit the same level of clarity and accuracy in extracting the fault characteristic frequency components.

5.2. Fault Diagnosis of Inner Ring

When the inner ring of the bearing is damaged, vibration data and waveforms are acquired. The data is sampled at a frequency of 10 kHz, with a total of 2000 sampling points. To simulate the fault, an artificial defect is created on the outer ring of the rolling bearing using a wire cutting method. The defect has a depth of 1.2 mm and a width of 0.6 mm. According to theoretical calculations, the characteristic frequency associated with the inner ring fault is expected to be at 64 Hz. The obtained results, specifically related to the inner ring fault, are shown in Figure 11.
From the analysis of Figure 11, it is evident that the time-domain waveform depicted in Figure 11a contains a significant amount of noise, preventing effective extraction of the impact components. However, by employing the proposed method for signal analysis, significant improvements are observed. The optimal value of the S–Golay filter, determined using particle swarm optimization (PSO), reaches a high value of 178 during the 39th iteration. The filter is applied with a window length of 73 and a fitting order of 9. As a result, the impact components are clearly extracted, as demonstrated in the reconstructed signal provided in Figure 11c. Furthermore, upon examining the envelope diagram shown in Figure 11d, it becomes evident that the fault characteristic frequency and doubling components of the original signal are not discernible. As shown in Figure 11f, using the ICEEMDAN method, it is difficult to find a fault feature frequency of 65 Hz as the fault feature frequency of the signal is submerged in other noises. But through the proposed method, Figure 11e shows that the frequency of 65 Hz and its doubling components are obvious, which is consistent with theoretical values.
By comparing Figure 11e,f, it is evident that the fault impact components of 65 Hz and 130 Hz are clearly visible in Figure 11e. However, in the results obtained using ICEEMDAN, it is difficult to identify the fault characteristic components of 65 Hz. This demonstrates the superior performance of the proposed method in accurately capturing and presenting the fault characteristic components associated with the analyzed rolling bearings.

6. Conclusions

This paper proposes an incipient fault feature extraction method of rolling bearing based on signal reconstruction. Through simulation experiments and actual signal analysis, the effectiveness of the proposed method is verified, and the conclusions are as follows:
(1)
The reconstructed signal is obtained by multiplying the filtered Teager–Kaiser energy operator (TEO) with the original signal. This approach proves effective in extracting weak impact components present amidst strong noise. When compared to the ICEEMDAN method, the proposed method demonstrates higher relevance to the original signal. It exhibits greater efficacy in accurately extracting and identifying fault features from the incipient fault signal.
(2)
The S–Golay filter based on PSO is proposed to filter the noise in TEO, which can search the optimal window length and fitting order of the S–Golay filter, and can achieve the optimal filtering effect.
Limitations of this article include its primary suitability for early feature extraction of rolling bearing faults, specifically focused on outer ring and inner ring faults. However, its effectiveness may be limited when dealing with more complex faults such as those related to rolling elements. Additionally, the method may not be applicable to composite faults, where multiple fault types are present simultaneously. Extracting comprehensive fault feature information and isolating fault information for each specific fault type may prove challenging when confronted with multiple faults in rolling bearings.
In the future, we plan to conduct research on the following issues:
(1)
The filter utilized in this method may still retain some residual noise even after processing. To enhance the effectiveness of the filter, further improvements can be made to reduce or completely eliminate the remaining noise. This could involve exploring different filter designs or enhancing the parameters used in the filtering process to achieve better noise reduction.
(2)
This article uses a single signal reconstruction method for processing, and restores signal integrity through multiple reconstruction methods.
(3)
After reconstructing the fault signal using the method proposed in this article, it can undergo additional analysis such as sparse decomposition and blind source separation. These further processing techniques can allow for the determination of several unknown parameters within the signal, leading to improved computational efficiency and accuracy in the sparse decomposition process. By incorporating sparse decomposition and blind source separation, a deeper understanding and characterization of the fault signal can be obtained.

Author Contributions

Data curation, B.L.; Writing—original draft, X.L.; Writing—review & editing, B.Y.; Funding acquisition, F.Z. All authors have read and agreed to the published version of the manuscript.

Funding

This work is supported by the Project Fund of the National Natural Science Foundation of China (No. 51975433).

Data Availability Statement

Not applicable.

Conflicts of Interest

The authors declare no conflict of interest.

Abbreviations

SNRSignal-to-noise ratio
TEOTeager energy operator
S–GolaySavitzky–Golay
PSOParticle swarm optimization
ICEEMDANImproved complete ensemble empirical mode decomposition with adaptive noise
IMFIntrinsic mode functions

References

  1. He, Z.J. Mechanical Fault Diagnosis Theory and Application; Higher Education Press: Beijing, China, 2010. [Google Scholar]
  2. Kaiser, J.F. On Teager’s energy algorithm and its generalization to continuous signals. In Proceedings of the 4th IEEE Digital Signal Processing Workshop, Mohonk, NY, USA, 16–19 September 1990. [Google Scholar]
  3. Zhu, S.; Xia, H.; Peng, B.; Zio, E.; Wang, Z.; Jiang, Y. Feature extraction for early fault detection in rotating machinery of nuclear power plants based on adaptive VMD and Teager energy operator. Ann. Nucl. Energy 2021, 160, 108392. [Google Scholar] [CrossRef]
  4. Zhou, H.; Yang, J.; Xiang, H.; Chen, J. An adaptive morphological filtering and feature enhancement method for spindle motor bearing fault diagnosis. Appl. Acoust. 2023, 209, 109400. [Google Scholar] [CrossRef]
  5. Galezia, A.; Gryllias, K. Application of the Combined Teager-Kaiser Envelope for bearing fault diagnosis. Measurement 2021, 182, 109710. [Google Scholar] [CrossRef]
  6. Han, T.; Liu, Q.; Zhang, L.; Tan, A.C. Fault feature extraction of low-speed roller bearing based on Teager energy operator, C.E.E.M.D. Measurement 2019, 138, 400–408. [Google Scholar] [CrossRef]
  7. Han, T.; Ding, L.; Qi, D.; Li, C.; Fu, Z.; Chen, W. Compound faults diagnosis method for wind turbine mainshaft bearing with Teager and second-order stochastic resonance. Measurement 2022, 202, 111931. [Google Scholar] [CrossRef]
  8. Xiao, C.; Tang, H.; Ren, Y.; Xiang, J.; Kumar, A. Adaptive MOMEDA based on improved advance-retreat algorithm for fault features extraction of axial piston pump. ISA Trans. 2022, 128, 503–520. [Google Scholar] [CrossRef] [PubMed]
  9. Xu, L.; Cai, D.S. Research on FOG signal processing based on least square smoothing filter and CEEMDAN. Vib. Shock 2020, 39, 269–278. [Google Scholar]
  10. Zhang, B.; Zhou, L.F.; Yang, T. Fault diagnosis method of rolling bearing based on Savitzky-Golay filter and local mean decomposition. Mech. Des. Manuf. 2017, 192–196. [Google Scholar]
  11. Zhu, H.Y.; Wang, C.L.; Wang, J.B.; Ma, X. Signal noise reduction method based on singular value decomposition and Savitzky-Golay filter. J. Comput. Appl. 2015, 35, 3004–3007. [Google Scholar]
  12. Yan, B.K.; Wang, B.; Zhou, F.X.; Li, W.; Xu, B. Sparse decomposition method based on time–frequency spectrum segmentation for fault signals in rotating machinery. ISA Trans. 2018, 83, 142–153. [Google Scholar] [CrossRef]
  13. Yan, B.K.; Wang, B.; Zhou, F.X.; Li, W.; Xu, B. Sparse feature extraction for fault diagnosis of rotating machinery based on sparse decomposition combined multiresolution generalized S transform. J. Low Freq. Noise Vib. Act. Control 2019, 38, 441–456. [Google Scholar] [CrossRef]
  14. He, G.; Li, J.; Ding, K.; Zhang, Z. Feature extraction of gear and bearing compound faults based on vibration signal sparse decomposition. Appl. Acoust. 2022, 189, 108604. [Google Scholar] [CrossRef]
  15. Zheng, K.; Yao, D.; Shi, Y.; Wei, B.; Yang, D.; Zhang, B. An adaptive group sparse feature decomposition method in frequency domain for rolling bearing fault diagnosis. ISA Trans. 2023, 138, 562–581. [Google Scholar] [CrossRef] [PubMed]
  16. Yan, X.; Jia, M. Bearing fault diagnosis via a parameter-optimized feature mode decomposition. Measurement 2022, 203, 112016. [Google Scholar] [CrossRef]
  17. Zhang, P.G.; Li, Y.; Liu, W.H. Research on Bearing Fault Diagnosis Based on ICEEMDAN and SVM. Technol. Mark. 2022, 29, 103–105. [Google Scholar]
Figure 1. TEO processing signal. (a) impulse signal, (b) TEO processing, (c) reconstructed signal, (d) noised impulse signal, (e) TEO processing, (f) reconstructed signal.
Figure 1. TEO processing signal. (a) impulse signal, (b) TEO processing, (c) reconstructed signal, (d) noised impulse signal, (e) TEO processing, (f) reconstructed signal.
Electronics 12 03749 g001aElectronics 12 03749 g001b
Figure 2. Flowchart of the incipient fault feature extraction method based on signal reconstruction.
Figure 2. Flowchart of the incipient fault feature extraction method based on signal reconstruction.
Electronics 12 03749 g002
Figure 3. The flowchart of ICEEMDAN.
Figure 3. The flowchart of ICEEMDAN.
Electronics 12 03749 g003
Figure 4. Simulated signals. (a) D = 0.1, (b) D = 0.7.
Figure 4. Simulated signals. (a) D = 0.1, (b) D = 0.7.
Electronics 12 03749 g004
Figure 5. The results of the proposed method for simulated signal with D = 0.1. (a) TEO signal, (b) filtered TEO through S–Golay filter based on PSO, (c) iteration diagram of PSO, (d) reconstructed signal, (e) reconstructed signal and expected signal.
Figure 5. The results of the proposed method for simulated signal with D = 0.1. (a) TEO signal, (b) filtered TEO through S–Golay filter based on PSO, (c) iteration diagram of PSO, (d) reconstructed signal, (e) reconstructed signal and expected signal.
Electronics 12 03749 g005aElectronics 12 03749 g005b
Figure 6. The results of the ICEEMDAN method for simulated signal with D = 0.1.
Figure 6. The results of the ICEEMDAN method for simulated signal with D = 0.1.
Electronics 12 03749 g006
Figure 7. The results of the proposed method for simulated signal with D = 0.7. (a) TEO signal, (b) filtered TEO through S–Golay filter based on PSO, (c) iteration diagram of PSO, (d) reconstructed signal, (e) reconstructed signal and expected signal.
Figure 7. The results of the proposed method for simulated signal with D = 0.7. (a) TEO signal, (b) filtered TEO through S–Golay filter based on PSO, (c) iteration diagram of PSO, (d) reconstructed signal, (e) reconstructed signal and expected signal.
Electronics 12 03749 g007aElectronics 12 03749 g007b
Figure 8. The results of the ICEEMDAN method for simulated signal with D = 0.7.
Figure 8. The results of the ICEEMDAN method for simulated signal with D = 0.7.
Electronics 12 03749 g008
Figure 9. The BTS100 experimental platform.
Figure 9. The BTS100 experimental platform.
Electronics 12 03749 g009
Figure 10. The results of the outer ring fault. (a) Fault signal, (b) iteration chart, (c) reconstructed signal, (d) envelope diagram of fault signal, (e) envelope diagram of reconstructed signal (zoomed in), (f) fault signal in 300 r/min, (g) ICEEMDAN result.
Figure 10. The results of the outer ring fault. (a) Fault signal, (b) iteration chart, (c) reconstructed signal, (d) envelope diagram of fault signal, (e) envelope diagram of reconstructed signal (zoomed in), (f) fault signal in 300 r/min, (g) ICEEMDAN result.
Electronics 12 03749 g010aElectronics 12 03749 g010b
Figure 11. Inner ring fault signal and filtering time domain diagram. (a) Fault signal, (b) iteration chart, (c) reconstructed signal, (d) envelope diagram of fault signal, (e) envelope diagram of reconstructed signal (zoomed in), (f) ICEEMDAN result.
Figure 11. Inner ring fault signal and filtering time domain diagram. (a) Fault signal, (b) iteration chart, (c) reconstructed signal, (d) envelope diagram of fault signal, (e) envelope diagram of reconstructed signal (zoomed in), (f) ICEEMDAN result.
Electronics 12 03749 g011aElectronics 12 03749 g011b
Table 1. The correlation coefficients of different methods.
Table 1. The correlation coefficients of different methods.
Noise Intensity D0.10.40.7
Original signal0.91400.46520.3157
Wavelet reconstruction0.94360.56330.3702
ICEEMDAN0.95380.60780.4461
Proposed method0.96670.63290.5031
Table 2. Structural parameters of SKF 6006 bearing.
Table 2. Structural parameters of SKF 6006 bearing.
Outer DiameterInner DiameterNumber of Rolling ElementsContact Angle
55 mm30 mm11
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Lv, X.; Zhou, F.; Li, B.; Yan, B. Incipient Fault Feature Extraction of Rolling Bearing Based on Signal Reconstruction. Electronics 2023, 12, 3749. https://doi.org/10.3390/electronics12183749

AMA Style

Lv X, Zhou F, Li B, Yan B. Incipient Fault Feature Extraction of Rolling Bearing Based on Signal Reconstruction. Electronics. 2023; 12(18):3749. https://doi.org/10.3390/electronics12183749

Chicago/Turabian Style

Lv, Xu, Fengxing Zhou, Bin Li, and Baokang Yan. 2023. "Incipient Fault Feature Extraction of Rolling Bearing Based on Signal Reconstruction" Electronics 12, no. 18: 3749. https://doi.org/10.3390/electronics12183749

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop