Introduction
The crucial role of rotating machines is played by bearings, and they are frequently the primary origin of malfunctions. An emphasis on outer and inner ring faults is placed, as a statistical study has revealed that 90% of failures in rolling element bearings are ascribed to them. Therefore, it is imperative to ensure that bearings are continuously monitored and diagnosed for the sake of effective maintenance [1, 2].
Numerous techniques are used for diagnosing bearing faults, including current and temperature monitoring, acoustic and vibration analysis, and noise surveillance [3]. Vibration measurement is the most effective, capable of detecting, locating, and distinguishing various defects [4]. Diagnosing bearing defects relies on a range of signal-processing techniques that are employed to extract fault characteristics from the bearings. These approaches encompass all possible scenarios, including straightforward cases involving single defects and constant rotation speeds, as well as more complex situations featuring multi-faults under varying speed conditions [5].
Nonetheless, envelope detection (ED) has proven to be particularly effective in the realm of bearing fault detection over time. This efficacy stems from the fact that envelope signals offer considerably more diagnostic insight compared to raw signals, as highlighted by Tandon and Choudhury [6]. Randall and Antoni have provided comprehensive reviews of ED methods, further emphasizing their significance in the field [7]. Guo et al. introduced a method using an envelope spectrum and support vector machine for fault classification, establishing a foundation for subsequent research [8]. Pan and Tsao focused on the crucial role of selecting appropriate intrinsic mode functions for envelope analysis, emphasizing their significance in improving fault diagnosis accuracy [9]. Tyagi and Panigrahi advanced the field by incorporating particle swarm optimization to enhance envelope detection, optimizing parameters for more precise fault diagnosis [10]. Gałęzia et al. explored the combined Teager-Kaiser envelope, combining techniques to potentially achieve more robust and reliable results in bearing fault diagnosis [11]. Collectively, these works demonstrate a progression in envelope detection techniques, incorporating various methods and optimization approaches to improve the rolling bearing fault diagnosis.
This study proposes and implements a novel approach on an FPGA (Field-Programmable Gate Array) using the Teager energy operator (TEO) for detecting bearing defects through envelope detection of vibration signals. The TEO, introduced by H. M. Teager in 1983 for speech analysis [12], calculates and tracks the energy of a signal while extracting its instantaneous frequency and amplitude (signal envelope). This method’s effectiveness is compared with that of the conventional Hilbert transform, a widely employed for envelope detection. The severity and identification of the fault involves analyzing the fault’s characteristic frequencies in the envelope spectrum, which is referred to as the fault characteristic frequency ratio (FCFR). The TEO stands out for its ability to operate within a short-time window, relying only on three consecutive points of a signal. Moreover, its mathematical definition is simple, requiring only basic operations such as subtraction and multiplication, making it suitable for hardware or software implementations in real-time systems [13, 14].
FPGA-based implementations offer several advantages in terms of power consumption and speed compared to other platforms. FPGAs can be dynamically reconfigured either globally or partially, allowing for flexibility based on specific requirements. While there are various development tools available for FPGA programming, it is widely recognized that programming FPGAs directly using VHDL or similar languages is a complex and time-consuming process. To expedite the design process, we opted for the convenient and efficient tool called system generator, which is a branch of the Xilinx library accessible through Matlab Simulink. This tool allows for the automatic transformation of a model constructed using Xilinx library blocks into a VHDL-based model. Subsequently, the VHDL model can be converted into a bitstream file and easily downloaded to the target FPGA using the Vivado Design Suite [15]. This paper’s structure is as follows: Section 2 introduces the concept of diagnosing bearing faults and discusses several signal processing methods that utilize vibration signals to extract fault characteristics. These methods include the Teager energy operator, Hilbert transformation, and FCFR. In Section 3, the paper validates and compares the suggested approach with other envelope-based detection techniques using both synthetic and real vibration signal data. Furthermore, Section 3 provides a detailed description of the FPGA implementation of the proposed method, utilizing the Xilinx system generator (XSG). The paper is ultimately concluded in Section 4.
Methods
Characteristic frequencies of bearing faults
A bearing is a mechanical component that facilitates smooth movement and reduces friction between two or more parts in a machine or system. Essential bearing components comprise the outer and inner ring, along with balls and a cage. Each bearing component has a specific frequency (, , and ), which depends on ball bearing parameters ( is the rotating frequency, is the pitch diameter, is the ball diameter, and is the contact angle). Figure 1 shows all the constituents of the bearing, whereas Table 1 presents the fundamental frequencies of the bearing as documented in references [16] and [17].
Fig. 1 [Images not available. See PDF.]
Geometry and parts of ball bearing
Table 1. Characteristic frequencies of each bearing component
Component frequencies | Fundamental frequency formulae |
---|---|
Ball-pass frequency at the inner ring () |
|
Ball-pass frequency at the outer ring () |
|
Ball-spin frequency () |
|
Fundamental train frequency () |
|
System description and bearing database
This research employs an experimental dataset of vibration signals from various defective bearing components, gathered by Case Western Reserve University [18]. The test data comprises various conditions encompassing both normal and faulty bearing measurements. Examples of these conditions include bearing categories (FE: 6203-2RS JEM SKF and DE: 6205-2RS JEM SKF), motor speeds (1730, 1750, 1772, and 1797 rpm), dynamometer/load settings (0, 1, 2, and 3 HP), and fault sizes (0.1778, 0.3556, and 0.5334 mm), among others.
Figures 2a, 3a, and 4a display vibration signals of an undamaged bearing, a bearing with a fault in its outer ring, and a bearing with a fault in its inner ring. These signals were taken from a motor with no load operating at 1797 rpm, using a sample frequency of 12 kHz and specific bearing specifications (B = 7.94 mm, N = 9, α = 0°, P = 39.04 mm) with a fault size of 0.36 mm. The related rotational frequency of the shaft is 29.95 Hz, whereas the frequency of the fault in the inner ring is calculated to be 162.19 Hz, and for the outer ring fault, it is 107.36 Hz. These values were derived using the equations provided in Table 1. Similarly, Figs. 2b, 3b, and 4b depict vibration signals for the same bearing specifications and sample frequency, but at a rotational speed of 1730 rpm and under a 3 HP motor load. In this case, the shaft frequency is , while the outer ring fault frequency being , and the inner ring fault frequency measuring .
Fig. 2 [Images not available. See PDF.]
Vibration signals from a Normal bearing installed on a motor exhibiting the following features: a and , b, and
Fig. 3 [Images not available. See PDF.]
Vibration signals from a bearing with outer ring fault installed on a motor exhibiting the following features: a and , b speed = 1730 rpm, and load = 3 HP
Fig. 4 [Images not available. See PDF.]
Vibration signals from a bearing with inner ring fault installed on a motor exhibiting the following features: a and and b speed = 1730 rpm and load = 3 HP
Envelope detection
Envelope detection is a fundamental process in signal processing used to extract the varying magnitude or envelope of a modulated signal, which helps in visualizing and analyzing signal characteristics, particularly in time-varying or dynamic signals. By tracking the envelope variations, it becomes easier to observe patterns, trends, and important features of the signal, which aids in signal processing, diagnostics, or system monitoring.
Envelope detection finds applications in various fields allowing for accurate and real-time analysis of signals in various applications, including wireless communication, audio processing, vibration signal analysis, and many more. The various methods of envelope detection include peak detection, quadrature detection, Hilbert transform, and RMS detection [17, 19, 20].
It is important to underline that the selection of the envelope detection method is contingent on the particular application, the intended effectiveness of the detection process, and the characteristics of the modulated signal.
Hilbert transformation, instantaneous frequency, and amplitude
The research community in the field of vibration analysis has shown significant interest in the Hilbert transform (HT) and its applications over the past 30 years [17]. The HT is a mathematical operation that involves convolving the signal with . This transformation has been extensively studied and applied in various applications related to vibration analysis. Mathematically, it can be expressed as follows:
1
The analytical signal includes a real part and imaginary part , then . An alternate representation of the analytic signal in polar form is expressed as . Consequently, three quantities can defined from this form, the first quantity is instantaneous amplitude , and the second is instantaneous phase and finally instantaneous frequency in . A significant property of the Hilbert transform is that the instantaneous frequency and instantaneous amplitude at all times converge to the most important amplitude component (if the signal is a multicomponent) [21].
Basic concepts of Teager energy operator (TEO)
The TEO is a signal processing technique that provides useful features for analyzing signals. It provides valuable features for signal analysis, including energy calculation, instantaneous frequency estimation, signal envelope extraction, and robustness to noise. Its applications span various domains, and its implementation is feasible in real-time systems. The basic concept of TEO is to calculate and track the signal’s total energy and find its instantaneous frequency and amplitude [11]. The TEO can be classified into three versions: continuous, discrete, and generalized. The continuous version is defined as follows:
2
where a continuous signal, its first derivative, and its second derivative. The discrete version is defined as follows:3
Equation (3) requires only three consecutive points (, , and ) and involves two basic operations, subtraction, and multiplication. As a result, it can be easily implemented in microcontrollers, microprocessors, or FPGAs due to its minimal memory storage requirements. The generalized form of the TEO can be derived by substituting “1” with the integer value in the discrete version of the TEO (Eq. (3)). This yields the following equation:
4
where is named the lag parameter [21].For example, the energy operator TEO of a continuous-time sinusoidal function is given by the following equation:
5
where is the estimated instantaneous energy and and are the frequency and amplitude, respectively [13, 14].Fault characteristic frequency ratio “”
Various methods exist for assessing the fault characteristic frequency, including kurtosis, correlation coefficient, and Shannon entropy principle [22]. However, this paper focuses on using the FCFR to automatically evaluate the occurrence and severity of faults. The FCFR denoted as in Eq. (6) and provides a reliable means of estimating fault frequencies and assessing their severity in the analyzed signals.
6
where is the envelope spectrum obtained by , and is the envelope spectrum length, and is the fault characteristic frequency (replacing with for the frequency characteristic of inner ring fault, or with for the frequency characteristic of outer ring fault). A basic analysis states that the majority of details are present within the initial three harmonics of the envelope spectrum. As a result, focusing on the envelope spectra of these first three ranges is considerably adequate for optimal assessment [22].Proposal of an improved TEO method for the bearing faults diagnosis
The process flow of the improved TEO (ITEO) method is illustrated in Fig. 5. It involves four key stages, which are:
Fig. 5 [Images not available. See PDF.]
Block diagram for bearing fault detection using
Envelope detection: Employ the Teager energy operator (TEO), as defined in Eq. (3), to deduce Eq. (7), which serves the purpose of extracting the envelope, denoted as from the bearing vibration signal .
7
Envelope spectrum analysis: In the context of envelope spectrum analysis, a key step involves the application of the fast Fourier transform () operator to the signal . This operation is performed to derive the envelope spectrum, denoted as , as outlined in Eq. (8)
8
Improved envelope spectrum: Utilizing the Teager energy operator (TEO) directly on the envelope spectrum serves to enhance the detection of bearing faults by emphasizing the characteristic pulse train. Subsequently, a second application of the TEO is carried out to derive the improved envelope spectrum denoted as , and this process unfolds as described below:
9
Fault diagnosis using FCFR calculation: By utilizing Eq. (10), we calculate the FCFR for the improved envelope spectrum . The parameter , computed across various characteristic frequencies (where corresponds to the inner ring fault, , or the outer ring fault, ), serves as a diagnostic indicator for bearing faults, including their presence and type.
10
Applications and results
To confirm ITEO’s effectiveness in detecting bearing faults, two signal types are employed: simulated and measured. The results obtained from applying the ITEO procedure are compared with the results obtained from applying TEO and Hilbert transform to assess its performance. Furthermore, the ITEO procedure is implemented in an FPGA circuit for practical application.
Application on simulation signals
A simulated signal is composed of two components: the shaft vibration signal denoted as and the fault vibration signal known as . First, the shaft vibration signal is expressed as , where represents the amplitude, and represents the frequency. Second, the fault vibration is given by , where represents the amplitude, represents the frequency of vibration fault, represents the resonance frequency, and represents the attenuation constant. According to [22, 23], and [24], the fault vibration signal is generated utilizing the subsequent equation:
11
denotes Gaussian white noise.The parameters for creating simulated signals related to inner ring fault () and outer ring fault () are presented in Table 2. Figure 6a and b show the waveform of with and without noise, respectively, while Fig. 6c displays the spectrum of with noise. Notably, the characteristic frequency of inner ring faults is not visible in the spectrum. Similarly, Fig. 7a and b depict the waveform of with and without noise, respectively, and the spectrum of with noise is shown in Fig. 7c. In this context, the characteristic frequency associated with outer ring faults is also not observable within the spectrum [25].
Table 2. Parameters of the simulated signals and
Simulated signals | Simulated signals parameters | ||||||
---|---|---|---|---|---|---|---|
0.02 | 10 | 2500 | 12,000 | 90 | |||
0.05 | 10 | 4000 | 12,000 | 900 | 0.25 |
Fig. 6 [Images not available. See PDF.]
a Temporal representation of without noise, b temporal representation of without noise (SNR = − 12 dB), c frequency representation of with noise
Fig. 7 [Images not available. See PDF.]
a Temporal representation of without noise, b temporal representation of without noise (SNR = − 12 dB), and c frequency representation of with noise
In Fig. 8, the envelope spectrum obtained from the suggested approach, ITEO, is compared with other methods based on envelope analysis (HT and TEO).
Fig. 8 [Images not available. See PDF.]
Envelope spectra of and obtained using a Hilbert transform, b TEO, and c ITEO methods
The amplitudes of the first harmonic in the envelope spectra obtained by applying the HT, TEO, and improved Teager energy operator (ITEO) to the signals and are shown in Fig. 9a and b, respectively. Likewise, Fig. 10 illustrates the magnitudes of the initial three harmonics in the envelope spectra derived from applying the three different methods. Figures 9 and 10 demonstrate that the proposed approach significantly increases the magnitude of the fault frequency.
Fig. 9 [Images not available. See PDF.]
Amplitudes of the first harmonic of each envelope spectra obtained by applying HT, TEO and ITEO on a and b
Fig. 10 [Images not available. See PDF.]
Amplitudes of the initial three harmonics in the envelope spectra obtained by applying HT, TEO, and ITEO on a and b
The effectiveness of the proposed approach is presented in Table 3, where FCFR outcomes for and are provided using three distinct techniques: HT, TEO, and ITEO. This highlights the superiority of the suggested method, even surpassing the widely recognized HT technique often employed in bearing diagnostics.
Table 3. of and , using three envelope detection methods
Fault characteristic frequency ratio | Envelope detection Methods | ||
---|---|---|---|
Simulated signal | 7.65 | 11.84 | 25.93 |
Simulated signal | 11.61 | 14.07 | 36.51 |
Table 3 presents the results for and achieved using three different methods: HT, TEO, and ITEO. The table clearly demonstrates the effectiveness of the proposed approach, surpassing even the well-known HT method commonly used in bearing diagnostics. This superiority is evident through significantly higher FCFR values compared to the other methods. Additionally, the larger FCFR indicator indicates a stronger ability to extract faults, further highlighting the advantages of the proposed approach ITEO.
Application on experiment signals
As in the preceding section, we applied the three methods to the measured signals from the bearing containing fault within its inner ring. and from the bearing containing fault within its outer ring shown in Figs. 4b and 5b, respectively. Tables 5 and 6 describe the properties of and , respectively. While Figs. 11a and 12a display their respective spectra. The Figs. 11b–d and 12b–d show the envelope spectra of and respectively, obtained using the HT, TEO, and ITEO methods.
Fig. 11 [Images not available. See PDF.]
a Amplitude spectrum of , b the envelope spectrum of obtained using HT, c TEO, and d ITEO
Fig. 12 [Images not available. See PDF.]
a Amplitude spectrum of , b envelope spectrum of the signal obtained using HT, c TEO, and d ITEO
Table 4 presents the values of and obtained using the three previous methods. Notably, the table highlights the superior efficacy of the ITEO method in contrast to the alternative approaches.
Table 4. of and using HT, TEO, and ITEO methods
Fault characteristic frequency ratio | Envelope detection methods | ||
---|---|---|---|
Measured signal | 48.08 | 45.85 | 165.68 |
Measured signal | 58.22 | 52.32 | 174.88 |
Moreover, the effectiveness of the suggested approach is confirmed through the validation process using a multitude of experimental vibration signals acquired from faulty bearings in diverse states, gathered by WCRU [9]. These signals are categorized into two subsets: the first set includes vibration signals from bearings afflicted with inner ring defects, while the second set encompasses signals from bearings afflicted with outer ring faults. The respective data is presented in Table 5 and 6. The sampling frequency for all the collected data is 12 kHz. The ITEO method demonstrates significantly higher FCFR values compared to other methods, indicating its effective detection of outer ring and inner ring faults by significantly increasing the amplitude for the 20 analyzed cases. Consequently, the average FCFR value of these signals obtained by ITEO is between 160 and 330% higher than that obtained by TEO and HT methods. Figure 13a and b graphically depict the results obtained by different methods (ITEO, HT, and TEO) for signals with inner ring faults ( to ) and signals with outer ring faults ( to ), respectively.
Table 5. of signals with inner ring faults ( to ), obtained through diverse methods
Vibration signals originating from bearings exhibiting inner ring faults | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Fault size | 0.18 | 0.18 | 0.18 | 0.18 | 0.36 | 0.36 | 0.36 | 0.36 | 0.53 | 0.53 | 0.53 | 0.53 |
Motor load | 0 | 1 | 2 | 3 | 0 | 1 | 2 | 3 | 0 | 1 | 2 | 3 |
Motor speed | 1797 | 1772 | 1750 | 1730 | 1797 | 1772 | 1750 | 1730 | 1797 | 1772 | 1750 | 1730 |
Fault frequency | 162.19 | 159.93 | 157.94 | 156.14 | 162.19 | 159.93 | 157.94 | 156.14 | 162.19 | 159.93 | 157.94 | 156.14 |
obtained by | 48.08 | 45.57 | 46.04 | 52.66 | 23.27 | 20.82 | 20.90 | 18.85 | 49.75 | 36.27 | 36.79 | 35.14 |
obtained by | 45.85 | 45.00 | 46.33 | 43.40 | 19.35 | 15.25 | 14.54 | 14.25 | 42.13 | 31.79 | 30.69 | 29.71 |
obtained by | 165.68 | 152.06 | 151.64 | 154.03 | 48.23 | 36.54 | 36.62 | 35.85 | 143.90 | 113.63 | 102.17 | 89.23 |
Table 6. of signals with outer ring faults ( to ), obtained through diverse methods
Vibration signals originating from bearings exhibiting outer ring faults | ||||||||
---|---|---|---|---|---|---|---|---|
Fault size | 0.18 | 0.18 | 0.18 | 0.18 | 0.53 | 0.53 | 0.53 | 0.53 |
Motor Load | 0 | 1 | 2 | 3 | 0 | 1 | 2 | 3 |
Motor speed | 1797 | 1772 | 1750 | 1730 | 1797 | 1772 | 1750 | 1730 |
Fault frequency | 107.36 | 105.87 | 104.56 | 103.36 | 107.36 | 105.87 | 104.56 | 103.36 |
obtained by | 58.22 | 55.24 | 80.94 | 58.58 | 20.57 | 26.67 | 20.43 | 26.05 |
obtained by | 52.32 | 49.31 | 64.11 | 51.73 | 17.40 | 21.23 | 15.88 | 19.98 |
obtained by | 174.88 | 159.19 | 209.71 | 162.36 | 38.8767 | 54.38 | 33.96 | 47.67 |
Fig. 13 [Images not available. See PDF.]
obtained by different methods (ITEO, HT, and TEO) of a signals with inner ring faults ( to ) and b signals with outer ring faults ( to )
FPGA implementation of the proposed ITEO method
Co-simulation
In this section, we employed Matlab/Simulink with Xilinx System Generator (XSG) to implement the ITEO method on the ZYNQ FPGA board. The hardware implementation design flow using XSG is shown in Fig. 14. We utilized Vivado System Generator 2018.2 and Matlab version 2018a for this purpose. In software co-simulation, the connection of Xilinx blocks occurs through two interfaces known as “Gateway In” and “Gateway Out.” These interfaces serve as input and output, respectively, for the hardware design. Figure 15 shows the ITEO method, constructed using standard XSG blocks.
Fig. 14 [Images not available. See PDF.]
Hardware implementation of ITEO method using XSG
Fig. 15 [Images not available. See PDF.]
System generator implementation of ITEO method
Implementation results
Figure 16 illustrates the block diagram of the hardware architecture for diagnosing bearing faults using ITEO. The hardware architecture is constructed from a dual set of block categories: the first type is composed of blocks acquired from the library of Xilinx IP core, while the second type is made up of personalized IP cores incorporated as co-processing units within the suggested design. For instance, the TEO block, which is crucial for the diagnosis, is a personalized IP-core specifically developed for this system and added to the design.
Fig. 16 [Images not available. See PDF.]
The ITEO-based architecture for bearing fault diagnosis
To validate the proposed architecture, it is tested using the measured signal obtained from the bearing with an inner ring defect. The test results, shown in Fig. 17b, exhibit similarity to the previously obtained results (Fig. 17a).
Fig. 17 [Images not available. See PDF.]
Envelope spectrum of obtained using a the ITEO method under Matlab and b FPGA implementation of the ITEO method
Resource estimation
A summary of the synthesis and implementation outcomes for the ITEO technique is presented in Table 7. The outcomes show that the DSP slices are the sole component reaching 75% utilization of the available resources. Additionally, the architecture efficiently uses other FPGA resources, with 49% of the LUT resources, 62% of the BRAM blocks, 37% of the FF blocks, 3% of BUFG blocks, and 31% of LUTRAM blocks being utilized. These utilization percentages demonstrate that the design is well-balanced in terms of logic, memory, and clock distribution resources.
Table 7. Implementation results of the ITEO method
Resource | Function | Used | Available | Percentage [%] |
---|---|---|---|---|
LUT (lookup table) | Allows the implementation of complex logic functions | 8675 | 17,600 | 49.29 |
DSP slices (digital signal processing) | Efficiently perform mathematical operations usually used in signal processing | 60 | 80 | 75 |
BRAM (block RAM) | Provide a fast and efficient way to store data during FPGA operations | 37 | 60 | 61.67 |
LUTRAM blocks (lookup table RAM) | Provides faster access but is limited in size and suitable for smaller tables | 1862 | 6000 | 31.03 |
BUFG (buffered universal global clock buffer) | Used to distribute clock signals across different parts of the FPGA design | 1 | 32 | 3.13 |
FF blocks (flip-flop blocks) | Creating memory elements and storing states in an FPGA design | 13,133 | 35,200 | 37.31 |
Conclusions
This study presented a new approach for envelope detection in bearing vibration signals using the Teager energy operator. The proposed approach was compared to the traditional Hilbert method to evaluate its effectiveness. The results demonstrated that the Teager energy operator-based approach outperformed the Hilbert method in terms of early and reliable bearing fault detection. Furthermore, the implementation of this new approach on an FPGA platform highlighted its practicality and efficiency in real-time applications. The FPGA implementation provided faster processing times and lower power consumption compared to other platforms.
We acknowledge that this study, like any research, has certain limitations. One such limitation pertains to the necessity for prior knowledge of characteristic defect frequencies. This constraint may offer opportunities for resolution in future investigations. Nevertheless, our research significantly contributes to the improvement of machinery health monitoring and the enhancement of predictive maintenance practices.
Acknowledgements
Not applicable.
Authors’ contributions
MR contributed to the article through ideation, data analysis, theoretical framework, simulations, and preparation of the manuscript. BB reviewed and edited the paper. MM reviewed and supervised the work. YT assisted with writing and editing. All authors have read and approved the final manuscript.
Funding
No funding was received by the authors for the preparation of this manuscript.
Availability of data and materials
The CWRU dataset utilized in this study is accessible for download from [9]. Any additional data generated or analyzed during the course of this research can be obtained from the corresponding author.
Declarations
Competing interests
The authors declare that they have no competing interests.
Abbreviations
Teager energy operator
Improved Teager energy operator
Fast Fourier transform
Hilbert transform
Root mean square
Fault characteristic frequency ratio
Ball-pass frequency at the inner ring
Ball-pass frequency at the outer ring
Ball-spin frequency
Fundamental train frequency
Case Western Reserve University
Field-programmable gate array
Very high-speed integrated circuit hardware description language
Xilinx system generator
Publisher’s Note
Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.
References
1. Xu, F; Ding, N; Li, N; Liu, L; Hou, N; Xu, N; Guo, W; Tian, L; Xu, H; Lawrence Wu, C-M; Wu, X; Chen, X. A review of bearing failure modes, mechanisms and causes, engineering failure analysis; 2023; [DOI: https://dx.doi.org/10.1016/j.engfailanal.2023.107518]
2. Rubini, R; Meneghetti, R. Application of the envelope and wavelet transform analyses for the diagnosis of incipient faults in ball bearings. Mech Syst Signal Process; 2001; 15,
3. Zhang, Y; Ren, G; Wu, D; Wang, H. Rolling bearing fault diagnosis utilizing variational mode decomposition based fractal dimension estimation method. Measurement; 2021; 181, 109614. [DOI: https://dx.doi.org/10.1016/j.measurement.2021.109614]
4. Tingarikar, G; Choudhury, A. Vibration analysis—based fault diagnosis of a dynamically loaded bearing with distributed defect. Arab J Sci Eng; 2021; 47,
5. Zhao, D; Li, J; Cheng, W; Wen, W. Bearing multi-fault diagnosis with iterative generalized demodulation guided by enhanced rotational frequency matching under time-varying speed conditions. ISA Trans; 2023; 133, pp. 518-528. [DOI: https://dx.doi.org/10.1016/j.isatra.2022.06.047] ISSN 0019-0578
6. Tandon, N; Choudhury, A. A review of vibration and acoustic measurement methods for the detection of defects in rolling element bearings. Tribol Int; 1999; 32, pp. 469-480. [DOI: https://dx.doi.org/10.1016/S0301-679X(99)00077-8]
7. Randall, RB; Antoni, J. Rolling element bearing diagnostics—a tutorial. Mech Syst Signal Process; 2011; 25, pp. 485-520. [DOI: https://dx.doi.org/10.1016/j.ymssp.2010.07.017]
8. Guo, L; Chen, J; Li, X. Rolling bearing fault classification based on envelope spectrum and support vector machine. J Vib Control; 2009; 15,
9. Pan, MC; Tsao, WC. Using appropriate IMFs for envelope analysis in multiple fault diagnosis of ball bearings. Int J Mechanical Sci; 2013; 69, pp. 114-124. [DOI: https://dx.doi.org/10.1016/j.ijmecsci.2013.01.035]
10. Tyagi, S; Panigrahi, SK. An improved envelope detection method using particle swarm optimisation for rolling element bearing fault diagnosis. J Comput Des Eng; 2017; 4,
11. Gałęzia, A; Gryllias, K. Application of the combined Teager-Kaiser envelope for bearing fault diagnosis. Measurement; 2021; 182, 109710. [DOI: https://dx.doi.org/10.1016/j.measurement.2021.109710] ISSN 0263-2241
12. Teager, HM; Teager, SM. A phenomenological model for vowel production in the vocal tract, ch. 3; 1983; San Diego, CA, College-Hill Press: 3.
13. Kaiser JF (1993) Some useful properties of Teager's energy operators, IEEE International Conference on Acoustics, Speech, and Signal Processing, Minneapolis, MN, USA, vol. 3, pp. 149-152. https://doi.org/10.1109/ICASSP.1993.319457
14. Maragos P, Kaiser JF, Quatieri TF (1993) On amplitude and frequency demodulation using energy operators, in IEEE Transactions on Signal Processing, vol. 41, no. 4, pp. 1532-1550. https://doi.org/10.1109/78.212729
15. Xilinx (2022) Vivado Design Suite User Guide Release Notes, Installation, and Licensing (UG973). https://www.xilinx.com/support/documents/sw_manuals/xilinx2022_1/ug973-vivado-release-notes-install-license.pdf
16. Smith WA, Randall RB (2015) Rolling element bearing diagnostics using the case Western reserve university data: a benchmark study. MechSyst Signal Process. https://doi.org/10.1016/j.ymssp.2015.04.021
17. Randall, RB; Antoni, J. Rolling element bearing diagnostics—a tutorial. Mech Syst Signal Process; 2011; 25,
18. Case Western reserve university bearing data center website (date of the last access is 4 August 2023): https://engineering.case.edu/bearingdatacenter/download-data-file
19. Bonnardot, F; Randall, RB; Antoni, J. Enhanced unsupervised noise cancellation using angular resampling for planetary bearing fault diagnosis. Int J Acoust Vib; 2004; 9,
20. Sheen, Y-T. An envelope detection method based on the first-vibration-mode of bearing vibration. Measurement; 2008; 41,
21. Feldman M (2011) Hilbert transform in vibration analysis. Mechanical Systems and Signal Processing 25(3):735–802. https://doi.org/10.1016/j.ymssp.2010.07.018
22. Deng M, Deng A, Zhu J, Zhai Y, Sun W, Chen Q, Liu Y (2019) Bandwidth fourier decomposition and its application in incipient fault identification of rolling bearings. MeasSci Technol. https://doi.org/10.1088/1361-6501/ab4069
23. Wan, S; Zhang, X. Teager energy entropy ratio of wavelet packet transform and its application in bearing fault diagnosis. Entropy; 2018; 20,
24. Wang, D; Peter, WT; Yiu, LT. A morphogram with the optimal selection of parameters used in morphological analysis for enhancing the ability in bearing fault diagnosis. Meas Sci Technol; 2012; 23,
25. Rebiai, M; Ould Zmirli, M; Bengherbia, B et al. Faults diagnosis of rolling-element bearings based on fourier decomposition method and Teager energy operator. Arab J Sci Eng; 2023; 48, pp. 6521-6539. [DOI: https://dx.doi.org/10.1007/s13369-022-07401-4]
You have requested "on-the-fly" machine translation of selected content from our databases. This functionality is provided solely for your convenience and is in no way intended to replace human translation. Show full disclaimer
Neither ProQuest nor its licensors make any representations or warranties with respect to the translations. The translations are automatically generated "AS IS" and "AS AVAILABLE" and are not retained in our systems. PROQUEST AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY AND ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES FOR AVAILABILITY, ACCURACY, TIMELINESS, COMPLETENESS, NON-INFRINGMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Your use of the translations is subject to all use restrictions contained in your Electronic Products License Agreement and by using the translation functionality you agree to forgo any and all claims against ProQuest or its licensors for your use of the translation functionality and any output derived there from. Hide full disclaimer
© The Author(s) 2023. This work is published under http://creativecommons.org/licenses/by/4.0/ (the “License”). Notwithstanding the ProQuest Terms and Conditions, you may use this content in accordance with the terms of the License.
Abstract
This study presents an enhanced envelope detection technique implemented on a field-programmable gate array (FPGA) to diagnose bearing faults in rotating machinery. Bearing faults frequently result in machinery breakdowns, incurring substantial downtime and maintenance expenses. In our approach, we employ the Teager energy operator (TEO) to extract the vibration signal envelope. Subsequently, we subject the envelope signal to the fast Fourier transform (FFT) to generate the envelope spectrum of the vibration signal. Finally, we further refine the envelope spectrum using TEO for a second time, resulting in a pronounced fault peak that facilitates early fault detection. We evaluate the effectiveness and performance of the proposed method using two distinct types of bearing vibration signals, one being simulated and the other measured. Our findings reveal that the suggested approach outperforms traditional envelope detection methods, leading to a substantially enhanced fault diagnosis capability. For instance, when we assess the characteristic frequency ratio (FCFR) for faults in the inner and outer rings of the bearing using the proposed method, we observe that the FCFR values are significantly elevated, ranging from 160 to 330% higher compared to the analysis performed by the TEO and HT methods. Consequently, this indicates that the proposed approach has the ability to detect faults at an earlier stage than other methods. Furthermore, the FPGA-based implementation makes it suitable for critical industrial applications where rapid fault detection is essential to prevent catastrophic failures.
You have requested "on-the-fly" machine translation of selected content from our databases. This functionality is provided solely for your convenience and is in no way intended to replace human translation. Show full disclaimer
Neither ProQuest nor its licensors make any representations or warranties with respect to the translations. The translations are automatically generated "AS IS" and "AS AVAILABLE" and are not retained in our systems. PROQUEST AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY AND ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES FOR AVAILABILITY, ACCURACY, TIMELINESS, COMPLETENESS, NON-INFRINGMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Your use of the translations is subject to all use restrictions contained in your Electronic Products License Agreement and by using the translation functionality you agree to forgo any and all claims against ProQuest or its licensors for your use of the translation functionality and any output derived there from. Hide full disclaimer