Next Article in Journal
A Multi-Layer LoRaWAN Infrastructure for Smart Waste Management
Previous Article in Journal
A Data Fusion Method for Non-Destructive Testing by Means of Artificial Neural Networks
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Hydraulic Pump Fault Diagnosis Method Based on the Modified Ensemble Empirical Mode Decomposition and Wavelet Kernel Extreme Learning Machine Methods

1
Hebei Provincial Key Laboratory of Heavy Machinery Fluid Power Transmission and Control, Yanshan University, Qinhuangdao 066004, China
2
Key Laboratory of Advanced Forging & Stamping Technology and Science, Yanshan University, Ministry of Education of China, Qinhuangdao 066004, China
3
School of Electrical Engineering, Yanshan University, Qinhuangdao 066004, China
*
Author to whom correspondence should be addressed.
Sensors 2021, 21(8), 2599; https://doi.org/10.3390/s21082599
Submission received: 11 March 2021 / Revised: 31 March 2021 / Accepted: 5 April 2021 / Published: 7 April 2021
(This article belongs to the Section Fault Diagnosis & Sensors)

Abstract

:
To address the problem that the faults in axial piston pumps are complex and difficult to effectively diagnose, an integrated hydraulic pump fault diagnosis method based on the modified ensemble empirical mode decomposition (MEEMD), autoregressive (AR) spectrum energy, and wavelet kernel extreme learning machine (WKELM) methods is presented in this paper. First, the non-linear and non-stationary hydraulic pump vibration signals are decomposed into several intrinsic mode function (IMF) components by the MEEMD method. Next, AR spectrum analysis is performed for each IMF component, in order to extract the AR spectrum energy of each component as fault characteristics. Then, a hydraulic pump fault diagnosis model based on WKELM is built, in order to extract the features and diagnose faults of hydraulic pump vibration signals, for which the recognition accuracy reached 100%. Finally, the fault diagnosis effect of the hydraulic pump fault diagnosis method proposed in this paper is compared with BP neural network, support vector machine (SVM), and extreme learning machine (ELM) methods. The hydraulic pump fault diagnosis method presented in this paper can diagnose faults of single slipper wear, single slipper loosing and center spring wear type with 100% accuracy, and the fault diagnosis time is only 0.002 s. The results demonstrate that the integrated hydraulic pump fault diagnosis method based on MEEMD, AR spectrum, and WKELM methods has higher fault recognition accuracy and faster speed than existing alternatives.

1. Introduction

In recent years, modern industrial equipment has developed in the direction of complexity, high speed, and intelligence. This not only ensures the quality of the products, but also greatly reduces the associated production costs and significantly improves production efficiency. However, in the actual production process, due to the continuous expansion of system scale and the increasing complexity of the structures involved, the probability of equipment failure has been gradually increasing. Therefore, it is very important to improve the safety and reliability of such equipment. In this regard, it is necessary not only to improve the reliability of the equipment in the process of equipment design and manufacturing, but also to carry out real-time status monitoring and fault diagnosis during the operation of the equipment. In this way, we can detect the fault initially, then predict the location and cause of the fault, in order to provide accurate information for predictive maintenance. Therefore, more and more attention has been paid to fault diagnosis and prediction technology, for which a lot of research work has been carried out [1,2,3,4].
Hydraulic systems have the advantages of small size, light weight, high power, smooth transmission, and fast response. Hydraulic systems have been widely used in the aerospace, shipbuilding, metallurgical, machine tool, agricultural machinery, and engineering machinery industries, among other fields. The wide application of hydraulic systems has greatly promoted the development of industrial production [5]. Since entering the 21st century, hydraulic systems and hydraulic equipment have become more complicated and large-scale. Once a failure occurs, it not only can damage the equipment, but may even cause casualties [6]. Hydraulic pumps have the characteristics of complex structure, high speed, high pressure, and continuous operations, and are the most prone to failure. Therefore, fault diagnosis technology for hydraulic systems has become a research hotspot in recent years.
In fault diagnosis, the first step is to extract fault features from the acquired data [7,8]. Feature extraction is the process of obtaining fault features through signal processing [9,10]. Considering that the vibration signal of a hydraulic pump has non-linear and non-stationary characteristics, it is difficult to extract the fault features accurately by using traditional time- and frequency-domain analyses. The key information of the hydraulic pump vibration signal can be extracted more accurately by using time-frequency characteristic analysis methods. Time-frequency analysis methods include non-adaptive analysis and adaptive analysis. Adaptive analysis refers to the modal decomposition and reconstruction of the signal, according to the characteristics of the signal, in the process of signal processing, in order to achieve good analysis results.
Considering the mode mixing phenomenon of the empirical mode decomposition (EMD) method [11,12], Wu et al. proposed the ensemble empirical mode decomposition (EEMD) method, which effectively suppresses modal mixing by adding Gaussian white noise to the original signal [13]. In view of the shortcomings of the EEMD method, scholars have carried out a lot of research. Finally, Zheng et al. proposed the modified ensemble empirical mode decomposition (MEEMD) method [14], which adds a pair of Gaussian white noises with the same amplitude and opposite signs, such that they cancel each other and the influence of the noise on the signal is reduced. Compared with the EEMD method, this method has a better decomposition effect. Jiang et al. applied the MEEMD method to the fault diagnosis of the main shaft bearing of a wind turbine [15]. Their method showed good results, in terms of training accuracy and training speed, which verifies the feasibility of this method. Zheng proposed a method combining MEEMD and generalized adaptive S transform (AGST), which was successfully applied to the vibration signal analysis of an internal combustion engine [16]. Shi et al. applied the MEEMD method to fault feature extraction of rolling bearings, which not only effectively suppressed the phenomenon of modal mixing but also greatly reduced the number of pseudo-components and accurately extracted the weak fault information of rolling bearings [17]. Although the MEEMD method has been widely used in the field of fault diagnosis, it has seldom been reported in hydraulic system fault diagnosis. Therefore, in this paper, we applied it to the vibration signal feature extraction of an axial piston pump, in order to improve the accuracy of fault identification.
In 2004, Professor Huang from Nanyang Technological University in Singapore proposed a new single-hidden layer feedforward neural network, called the extreme learning machine (ELM) [18,19,20]. In 2018, Zhang et al. proposed a method combining evidence theory and ELM, which effectively solved the classification problem of incomplete data [21]. However, it should be noted that the optimal number of neurons in the hidden layer obtained by the incremental extreme learning machine and its improved method may be very large, thus wasting a lot of unnecessary training time.
As the ELM method needs to set the number of hidden layer neurons and randomly select input weights and hidden layer biases, ELM instability is inevitable. Therefore, Huang et al. introduced a kernel function into the ELM to propose the kernel-ELM (KELM) method. This method avoids the problems of artificially setting the number of hidden layer neurons and randomly selecting the input weights and hidden layer biases in ELM by means of kernel function mapping. KELM can achieve very high training accuracy by using the powerful mapping ability of kernel function [22]. To date, KELM has been widely used in various fields. One study [23] has proposed a parallel KELM, which effectively improved the computing speed of KELM. Cho et al. applied a K-ELM to correctly classify the stress levels to reflect five different levels of stress situations [24]. Zhang et al. proposed a soft sensing algorithm that can detect alumina concentration by the electrical signals such as voltages and currents of the anode rods [25]. Yang et al. combined the multi-scale feature energy with the KELM to effectively diagnose the airflow jamming fault of a fluidized bed [26]. Zhang et al. applied the KELM to the fault diagnosis of a coal mill and optimized the kernel parameters with particle swarm optimization (PSO) [27]. Yang et al. proposed a deep kernel extreme learning machine (DK-ELM), which has been successfully applied to aero-engine fault diagnosis [28]. Considering that wavelet functions have the advantages of time–frequency local analysis and multi-resolution analysis, a wavelet kernel function has been introduced into KELM to construct the wavelet kernel extreme learning machine (WKELM).
In this paper, a fault diagnosis method for a hydraulic pump based on the integration of the MEEMD, autoregressive (AR) spectrum energy, and WKELM methods is proposed and studied. First, the vibration signals of an axial piston pump under different working states were acquisited from a hydraulic pump fault simulation test bed. Secondly, signal decomposition and feature extraction were carried out for the acquired original vibration signals, using the fault feature extraction method based on MEEMD and AR spectrum. Finally, the fault diagnosis method based on WKELM was used to diagnose the working states of the hydraulic pump. The results show that the diagnosis accuracy rate can reach 100%. Compared with BP, SVM, and ELM, the feasibility and superiority of the method proposed in this paper are demonstrated.

2. Basic Principles of Modified Ensemble Empirical Mode Decomposition (MEEMD) and AutoRegressive (AR) Spectrum Method

2.1. Basic Principles of MEEMD Method

MEEMD is an improvement on EEMD [29]. First, considering that the set of Gaussian white noise added in EEMD cannot be completely canceled out, MEEMD adds a pair of Gaussian white noise signals instead, where the amplitude of the white noise is the same but the sign is opposite. The purpose of this is to allow the added Gaussian white noise signals to cancel each other out, thereby reducing the influence of noise on the signal [30]. Secondly, considering that EEMD will decompose more pseudo-components, the concept of PE is introduced to MEEMD, in order to detect whether the signal is abnormal. The abnormal signals are decomposed again and eliminated, such that the pseudo-components can be effectively reduced. At the same time, the MEEMD method can also suppress the phenomenon of mode mixing in the EMD and EEMD methods. Therefore, the MEEMD method has a better decomposition effect than EMD or EEMD.
The Specific steps of MEEMD are as follows [14]:
(1) Two groups of Gaussian white noises, noisel(i) and –noisel(i), with equal absolute values, are added to the original signal x i , i = 1 , 2 , , n :
x + i = x i + a l n o i s e l i x i = x i a l n o i s e l i
where n o i s e l i is the added Gaussian white noise signal, a l is the amplitude of the added noise signal, and l = 1 , 2 , , N e , where N e is the number of white noise additions.
The signals x + i and x i , after adding Gaussian white noise, are decomposed by EMD. The first-order Intrinsic Mode Function (IMF) component sequences are respectively expressed as c l , 1 + i and c l , 1 i , where l = 1 , 2 , , N e . The overall average of the above components can eliminate the residual white noise to the greatest extent, that is:
c 1 i = 1 2 N e l = 1 N e c l 1 + i + c l 1 i .
The PE of the IMF components c 1 i is calculated after the overall average. If the PE is greater than θ , it is considered to be an abnormal signal; otherwise, it is approximately considered to be a stationary signal. The general range of θ is 0.55–0.6; θ = 0.6 is taken in this paper.
(2) Determine whether c 1 i is an abnormal signal. If c 1 i is an abnormal signal, the first IMF component c 1 i will be separated from the original signal x i , where the new signal r 1 i is:
r 1 i = x i     c 1 i .
Taking the signal r 1 i as the original signal, Step (1) is repeated until the IMF component c q i obtained after the overall average is not an abnormal signal.
(3) The first q 1 decomposed abnormal signal components whose PE is greater than θ are separated from the original signal, namely:
r q 1 i   =   x i     j = 1 q 1 c j i ,
where j = 1 , 2 , , q 1 , q 1 is the number of abnormal components, and r q 1 i is the residual signal after removing the abnormal components.
(4) After the remaining signal, r q 1 i , is decomposed by EMD, the decomposed IMF components are arranged, in order from high frequency to low frequency:
r q 1 i E M D k = 1 z c k i + r i .
Finally, MEEMD method can be expressed as:
x i M E E M D j = 1 q 1 c j i + k = 1 z c k i + r i ,
where c k i are the IMF components finally obtained, k = 1 , 2 , , z , z is the number of IMF components finally obtained, and r i is the residual component finally obtained.

2.2. Permutation Entropy

Permutation entropy (PE) [31] is a method for detecting the sudden change of dynamic behavior and signal regularity, which has the advantages of fast calculation speed and strong anti-interference ability. It is especially suitable for non-linear and non-stationary signal analysis and has good robustness. The steps of the permutation entropy method are as follows:
Given a period of time-series: x i , i = 1 , 2 , , n , the reconstruction matrix B can be obtained by phase space reconstruction:
B = x ( 1 ) x ( 1 + λ ) x ( 1 + ( m 1 ) λ ) x ( 2 ) x ( 2 + λ ) x ( 2 + ( m 1 ) λ ) x ( k ) x ( k + λ ) x ( k + ( m 1 ) λ ) ,
where λ is the time delay, m is the embedding dimension, and k = n ( m 1 ) λ . Each row b ( i ) in the reconstruction matrix B can be regarded as a reconstruction component.
The elements of the ith reconstruction component b ( i ) in the reconstruction matrix B are arranged in ascending order, according to the size of the value:
x i + ( j 1 1 ) λ x i + ( j 2 1 ) λ x i + ( j m 1 ) λ ,
where j 1 , j 2 , , j m are the indices of the column of the reconstructed component element. If x i + ( j 1 1 ) λ = x i + ( j 2 1 ) λ , they are sorted by the sizes of j 1 , j 2 ; that is, when j 1 < j 2 , x i + ( j 1 1 ) λ x i + ( j 2 1 ) λ .
Therefore, for any discrete sequence x i , i = 1 , 2 , , n , a set of symbolic sequences can be obtained for each row of its reconstruction matrix B :
S ( l ) = ( j 1 , j 2 , , j m ) ,
where l = 1 , 2 , , k , k m ! , as there are m! permutations of m symbols j 1 , j 2 , , j m and, so, the m-dimensional phase space can map m! kinds of symbol sequences, where S ( l ) is just one of them. The probability P 1 , P 2 , , P k of each symbol sequence is calculated, following which the PE of the discrete sequence x i , i = 1 , 2 , , n can be defined as [32]:
H P ( m ) = j = 1 k P j l n P j .
When P j = 1 / m ! , then H P ( m ) reaches its maximum ln ( m ! ) . For convenience, ln ( m ! ) is often used to standardize H P ( m ) . Thus, the PE obtained in Equation (4) can be standardized as follows:
P E n o r m = H p m ln m ! ,
where P E n o r m     0 , 1 . The smaller the value of P E n o r m , the more regular the time-series; thus, P E n o r m can reflect the randomness of the time-series [33].

2.3. AR Spectrum Method

The autoregressive (AR) model is a time-series analysis method. It not only can fully reveal the characteristics of a signal, but also can improve the resolution of the signal. By analyzing the signal using an AR model, the characteristic frequency contained in the signal can be effectively extracted, such that feature extraction can be carried out accurately. The AR spectrum method can overcome the limitations of the Hilbert method, as there is neither estimation error nor a windowing effect. Therefore, the AR spectrum has great advantages in fault feature extraction. The general expression of the AR model is [34]:
x n = u n k = 1 p a k x n k ,
where a k ( k = 1 , 2 , , p ) are the parameters of the AR model, p is the order of the model, and u n is a stationary white noise sequence with a mean value of zero and a variance of σ 2 .
The AR(p) process x n defined by Equation (12) can be regarded as a white noise sequence u n generated by an all-pole filter, whose transfer function is:
H ( z ) = 1 1 + k = 1 p a k z k .
Therefore, the power spectral density, p x ( e j ω ) , of x n can be expressed as:
p x ( e j ω ) = σ 2 H ( e j ω ) 2 = σ 2 1 + k = 1 p a k e j k ω 2 .
The AR spectrum has the advantages of high resolution, smoothness, ease of locating, and so on. By analyzing a signal through the AR model, the characteristic frequency contained in the signal can be effectively extracted and the feature extraction can be carried out accurately.

3. Wavelet Kernel Extreme Learning Machine

WKELM has been proposed as an improvement on the basis of ELM. Considering that a wavelet kernel function has the characteristics of multi-scale approximation by wavelet analysis, it has a better effect for non-linear classification. Therefore, a wavelet kernel function was used to replace the matrix multiplication of the output matrix, H , of the ELM hidden layer neurons. This not only can improve the fitting ability of the method for non-linear samples but can also improve the stability of the method and shorten the training time.

3.1. Extreme Learning Machine Theory

The key characteristic of ELM is that the input weights and hidden layer biases of the network are randomly selected [35], and there is no need for iterative adjustment in the process of operating the method. Therefore, the calculation speed of ELM is extremely fast, which can greatly save time and effectively overcome the shortcomings of traditional single-hidden layer feed-forward neural networks, which have slow convergence speed and can easily become stuck in local minima. ELM can minimize the training error in the process of training and ensure that the norm of the output weights is very small, such that it has higher function approximation ability and generalization performance than traditional neural networks.
ELM [18] is a single-hidden layer feed-forward neural network, which is composed of an input layer, a hidden layer, and an output layer. The ELM network structure is similar to that of a single-hidden layer feed-forward neural network, as shown in Figure 1.
Suppose we have an ELM with u neurons in the input layer, v neurons in the hidden layer, and w neurons in the output layer. Given a training sample set X , T = x j , t j 1 j M of M groups, where the input sample set is x j = [ x j 1 , x j 2 , , x j u ] T and the expected output sample set is t j = [ t j 1 , t j 2 , , t j w ] T , the actual output of the ELM is:
i = 1 v β i g w i x j + b i = o j j = 1 , 2 , , M ,
where w i = w i 1 , w i 2 , , w i u T are the weights between the input neurons and the ith hidden layer node; β i are the weights between the ith hidden layer node and the output layer neurons, β i = [ β i 1 , β i 2 , , β i w ] T ; b i are the biases of the ith hidden layer node; and g is the activation function of the ELM hidden layer.
When the number of hidden layer neurons, v , and the number of training set samples, M, of single-hidden layer feedforward neural network are equal, the neural network can approach the training samples with zero error, that is:
j = 1 M o j t j 2 = 0 .
Then, we have β i , w i , and b i , such that:
i = 1 v β i g w i x j + b i = t j j = 1 , 2 , , M .
Define:
H = h x 1 h x M M × v = g ( w 1 x 1 + b 1 ) g ( w v x 1 + b v ) g ( w 1 x M + b 1 ) g ( w v x M + b v ) M × v ,
β = β 1 T β v T v × w ,
T = t 1 T t v T M × w .
Therefore, Equation (17) can be written as:
H β = Τ ,
where H is the hidden layer output matrix of ELM.
When the activation function, g , of the hidden layer is infinitely differentiable, the weight matrix W of the input and hidden layers and the bias b of the hidden layer can be randomly determined before training and remain unchanged during training. In this case, the hidden layer output matrix H is a constant matrix. In this way, the solution of the weight matrix β between the hidden layer and the output layer can be transformed into the solution of the least-squares solution β ^ of the linear equations H β = Τ , namely:
β ^ = H + T ,
where H + is the Moore–Penrose generalized inverse of the hidden layer output matrix H .
According to Karush–Kuhn–Tucker (KKT) theory, the solution of Equation (22) can be transformed into the solution of the Lagrangian function [36]:
min L ELM = 1 2 β 1 2 + C 2 i = 1 M ξ i 2 2 i = 1 M α i h x i β t i + ξ i ,
where β is the output weight vector, C is a penalty factor, ξ i is the training error, α i are Lagrange operators, h x i is the feature mapping of the hidden layer, t i are the target output values, and M is the number of samples.
Calculating the partial derivative of Equation (23), the output weights, β ^ , of the ELM can be solved as:
β ^ = H T H H T + I C 1 T ,
where I is the identity matrix of order v .
Finally, the output function of the ELM can be expressed as [37]:
f x = h x β ^ = h x H T H H T + I C 1 T .

3.2. Theory of Kernel Extreme Learning Machine

As the weights between the input layer and the hidden layer and hidden layer biases of the ELM are randomly selected during training, a good training accuracy cannot be guaranteed every time; even the same training sample can have different results in two training processes. In order to solve this problem, Huang et al. proposed an improved ELM method in 2012; namely, kernel-ELM (KELM). The KELM method introduces a kernel function into the ELM method, which replaces the method of randomly selecting the input weights and hidden layer biases in original ELM method.
In Equation (21), the hidden layer output matrix, H , of ELM can be written as:
H = h x 1 h x M M × v ,
where h x i is the feature mapping of the hidden layer. H H T in Equation (24) can be replaced by constructing a kernel function without knowing the specific form of h x i :
H H T i , j = K x i , x j ,
where K x i , x j is the kernel function and i , j ( 1 , 2 , , M ) .
The ELM kernel matrix is defined as:
Ω ELM = H H T = K x 1 , x 1 K x 1 , x M K x M , x 1 K x M , x M .
Then, Equation (25) for the ELM can be changed into the form of KELM:
f x = K x , x 1 K x , x M Ω ELM + I C 1 T .
The KELM method was obtained by introducing a kernel method into the ELM method. Compared with basic ELM, the KELM method has better non-linear function approximation ability and superior data classification ability. In addition, KELM does not need to randomly select input weights and hidden layer biases during training, only requiring the selection of appropriate kernel functions to overcome the shortcomings of extreme learning machines. In addition, KELM not only can overcome the dimensional disaster problem of ELM, but also has very high recognition accuracy.

3.3. Wavelet Kernel Extreme Learning Machine Theory

The basic use of a wavelet function is to fit any function with wavelets of different scales. As wavelet functions have strong mapping ability, a wavelet kernel can be used as the kernel function in the KELM method [38]. Therefore, a wavelet kernel function is constructed from a wavelet function in this paper, which is used as the kernel function of KELM. Thus, a WKELM is constructed.
Given a mother wavelet function, ψ x , whose scale factor and translation factor are a and b respectively, the wavelet basis function can be expressed as:
ψ a , b x = 1 a ψ x b a .
According to tensor product theory, a multidimensional wavelet function can be expressed by tensor products of several one-dimensional wavelet functions:
ψ x = i = 1 s ψ x i ,
where s is the number of one-dimensional wavelet functions, when the multidimensional wavelet function is written in tensor product form; and x i is the independent variable of the ith one-dimensional wavelet function.
According to Equation (31), a translation-invariant kernel function can be constructed:
K x , x = i = 1 s ψ x i x i a .
In this paper, the Morlet wavelet is used to construct the wavelet kernel function. The Morlet wavelet function is given as:
ψ x = cos 1.75 x exp x 2 2 .
The wavelet kernel function constructed from the Morlet wavelet function is:
K x , x = i s cos 1.75 × x i x i a exp x i x i 2 2 a 2 ,
where x i are the ith components of x .
As the wavelet kernel function is constructed using the translation-invariant kernel of the wavelet function, the wavelet kernel function inherits the multi-scale approximation characteristics of the wavelet function. Therefore, taking a wavelet kernel function as the kernel function in KELM will have a better effect on classification. The method flow is as follows:
(1)
The number of input neurons and output neurons are determined, according to the number of features and categories, and the WKELM classifier model is established;
(2)
Set the value of the penalty factor C and the parameter of the wavelet kernel a;
(3)
The input characteristics of the training samples and their corresponding output categories are used to train the WKELM;
(4)
The features of the test sample are used as the input for the WKELM and, then, the trained WKELM classifier is used for the category decision.

4. Fault Feature Extraction Method of Axial Piston Pump Based on MEEMD and AR Spectrum

4.1. Test System and Data Acquisition

A hydraulic pump fault simulation test bed was used for the test. The vibration sensor used in this paper is piezoelectric and charge output type vibration sensor. The charge amplifier is used to amplify and convert the output charge of the vibration sensor, which is used to sample the vibration signal of the hydraulic pump shell in x, y and z directions. The pressure sensor is a piezoresistive pressure sensor, which is used to sample the pressure pulsation signal of the hydraulic oil at the outlet of the hydraulic pump. The main components used in the test are described in Table 1.
The installation of an experimental installation is shown in Figure 2. The vibration sensors are used to collect the vibration signals of the hydraulic pump in different states. The schematic diagram of the test system is shown in Figure 3. During the test, the different fault states of the hydraulic pump were simulated by replacing the plunger and slipper components of different fault types, as well as through use of a worn center spring. The outlet pressure of the hydraulic pump could be controlled by adjusting the pilot-operated proportional overflow valve 18. Vane pump 3 was used as a supplementary pump, in order to make up for the poor self-priming capacity of the piston pump.
During the test, a data acquisition system was required to display and store the vibration signal collected by the vibration sensor in real-time [39]. The data acquisition system used in this test was based on the LabVIEW software (National Instruments (NI), Austin, Texas, USA). As shown in Figure 4, the sampling frequency, sampling time, and controls for starting and stopping the data collection could be set using the front panel. At the same time, the collected pump speed, pressure, vibration, and other information could be displayed in real-time.
The fault setting methods of the axial piston pump during the test are shown in Table 2. The process of the test was as follows: First, the three vibration sensors were fixed to the end cap and shell of the hydraulic pump, respectively, as shown in Figure 3. When the hydraulic system was unloaded, the test equipment was started. When the system reached normal speed, the system pressure was set to 10 MPa through the pilot-operated proportional overflow valve 18. The speed of the motor was set to 1480 r/min. Then, after the sampling frequency was set to 20 kHz in the data acquisition system, the data acquisition system was started, in order to collect and store the speed and other signals of the hydraulic pump in the normal state. Finally, the normal components were replaced by the fault components of the axial piston pump, and the vibration signal of the hydraulic pump in the fault state was acquisited. After the data acquisition stage, the original signals of the hydraulic pump in normal state and three fault states were obtained. Some pictures of the fault components are shown in Figure 5.

4.2. Simulation sSignal Analysis of MEEMD Method

A simulation signal, x t , with a sampling frequency of 1000 Hz and a sampling time of 2s was constructed:
x t = x 1 t + x 2 t + n t ,
where x 1 t is a sine signal, x 2 t is an amplitude modulation signal, and n t are two intermittent random signals:
x 1 t = 2 sin 2 π 30 t + π 2 ,
x 2 t = t + 1 2 sin 2 π 8 t + π 3 .
Figure 6 shows the time-domain diagram of the synthesized signal and its components. The synthesized signal was decomposed by EEMD, and the decomposition results obtained are shown in Figure 7.
The amplitude of the added Gaussian white noise was a l = 0.2 , and the total number of noises added was Ne = 100. The results obtained by EEMD decomposition of the signal are shown in Figure 7. It can be seen, from Figure 7, that EEMD decomposed many pseudo-components. After EEMD decomposition of the simulation signal x(t), seven IMF components and one residual component were decomposed, among which IMF3 and IMF5, respectively, represent the sine signal x1(t) and the amplitude modulation signal x2(t) in the synthetic simulation signal x(t). The simulation signal x(t) was also decomposed by MEEMD, as shown in Figure 8. It can be seen, from Figure 3, that three IMF components and one residual component were decomposed, among which IMF2 and IMF3, respectively, represent x1(t) and x2(t) in the synthetic simulation signal x(t). Compared with EEMD, MEEMD can effectively eliminate the pseudo-components.

4.3. Fault Feature Extraction Process

In this paper, a fault feature extraction method based on MEEMD and AR spectrum is proposed. First, the non-stationary vibration signals are decomposed by MEEMD, in order to obtain some IMF components. Secondly, the effective IMF components are screened by the Pearson correlation coefficient method, then analyzed by the AR spectrum method. Finally, the calculated AR spectrum energy is taken as the fault feature of the signal. Compared with the Hilbert-Huang transform (HHT) method, the feature extraction method based on MEEMD and AR spectrum proposed in this paper not only can solve the mode mixing phenomenon of EMD decomposition by the HHT method but can also overcome the limitation of Hilbert analysis in HHT method. The specific steps of this method are as follows:
(1)
The signal is decomposed by the MEEMD method, from which several IMF components are obtained.
(2)
As there may still be pseudo-components in the IMF components obtained through MEEMD decomposition, it is necessary to eliminate such components. In this paper, the pseudo-components are eliminated by the Pearson correlation coefficient method. First, the Pearson correlation coefficient r between all IMF components and the original signal is calculated. Then, t IMF components with large correlation coefficients are taken as the effective components. The Pearson correlation coefficient r is calculated as follows:
r = i = 1 n x i x ¯ y i y ¯ i = 1 n x i x ¯ 2 i = 1 n y i y ¯ 2 ,
where x i is the original signal, y i is each order of IMF components, i = 1 , 2 , , n , n is the signal length, x ¯ is the average of x i , and y ¯ is the average of y i .
(3)
AR spectrum estimation of the t IMF components is carried out and the AR spectrum energies of the t IMF components are calculated. After normalization, the characteristic matrix, P , of the signal is composed as follows:
P = p 1 , p 2 , , p M t × M ,
where p i = p 1 i , p 2 i , , p t i T , i = 1 , 2 , , M , and p k i is the AR spectrum energy of the tth IMF component of the ith sample.

4.4. Analysis of Acquired Hydraulic Pump Signals

The x-direction vibration signal of a single slipper loosening fault was selected for analysis. Figure 9 shows the time-domain diagram of the vibration signal in the state of the single slipper loosening fault of the axial piston pump.
In order to show that the MEEMD method had a better effect than the EEMD method in the signal processing of the hydraulic pump, the number of IMF components and the index of orthogonality (IO) decomposed by the two methods were compared. Figure 10 shows the vibration signal decompositions of hydraulic pump in the single slipper loosing fault state by the two methods. Table 3 gives the IO of EEMD and MEEMD methods. Orthogonality refers to the correlation between different components. The orthogonality of the signal can be measured by calculating the IO, after which the degree of modal mixing between the components can be judged. The larger the IO value, the worse the orthogonality; that is, the more serious the degree of modal mixing. The Equation for IO of IMF components is [11]:
I O = i = 0 n j = 1 I k = 1 I c j i c k i x 2 i ,
where j k , c j i is the jth IMF component, c k i is the kth IMF component, x i is the original sequence, n is the length of the time-series, I is the number of IMF components, j = 1 , 2 , , I , and k = 1 , 2 , , I .
It can be seen, from Figure 10, that nine IMF components were decomposed by the EEMD method, while six IMF components were decomposed by the MEEMD method. It is obvious that the MEEMD method addressed the problem of excessive false modal components, as was obvious in the EEMD method. It can be seen, from Table 3, that the IO value for the MEEMD method was smaller than that of the EEMD method. This indicates that the MEEMD method is more effective than the EEMD method in suppressing the phenomenon of modal mixing.

4.5. Fault Feature Extraction of Hydraulic Pump Based on MEEMD-AR Spectrum

First, the x-direction vibration signals of the hydraulic pump in four states were decomposed by the MEEMD method, and several IMF components were obtained. The vibration signals of the hydraulic pump in normal working state and single slipper wear fault state were decomposed by MEEMD, respectively. The decomposition results are shown in Figure 11.
The Pearson correlation coefficient method was used to calculate the correlation coefficient between all IMF components decomposed by MEEMD and the original signal. Figure 12 shows the mean value of correlation coefficients between each IMF component decomposed by the MEEMD method and the original signal of 50 samples in each of the four hydraulic pump states. It can be seen, from Figure 12, that the correlation coefficient between the first IMF component and the original signal was more than 0.75, the correlation coefficient between the second IMF component and the original signal was basically more than 0.4, the correlation coefficient between the third IMF component and the original signal was more than 0.34, and the correlation coefficient between the fourth IMF component and the original signal is more than 0.3. The correlation coefficients between the other IMF components and the original signal were all less than 0.3.
Considering the complexity and accuracy of the method, the components whose correlation coefficient between the IMF component and original signal was greater than 0.3 were selected as the effective components in this paper. It can be seen, from the analysis of Figure 12, that the correlation coefficients between the first four IMF components and the original signal in the four states of the hydraulic pump were greater than 0.3. Therefore, AR spectrum analysis was only performed for the first four IMF components decomposed by MEEMD in various states, as shown in Figure 13.
It can be seen from Figure 13 that the AR spectra of the same-order IMF components of hydraulic pumps in the four states were different, where there were different characteristics among the different IMF components. In addition, the maps obtained by AR spectrum analysis were not only smooth, but also easy to distinguish. The AR spectrum energies of different states (i.e., corresponding to each IMF component in Figure 12) were calculated, and the results are shown in Table 4.
It can be intuitively seen, from Table 4, that the feature values extracted by different states had different distributions, demonstrating the effectiveness of the feature extraction method, to a certain extent.

5. Fault Diagnosis Method of Hydraulic Pump Based on WKELM

Equipment will inevitably fail in the process of operation. In order to identify the equipment state information from the vibration signal, a fault diagnosis method based on the integration of MEEMD, AR spectrum, and WKELM methods is proposed in this paper, in order to identify the equipment state. Figure 14 shows the fault diagnosis flow chart, based on the MEEMD–AR–WKELM integration method.

5.1. Hydraulic Pump Fault Diagnosis Based on WKELM

The z-direction vibration signal of the axial piston pump was selected for analysis. A sample was intercepted every 2000 data points of the hydraulic pump vibration signal in four states, where 50 samples were taken in each state. The training sample set was composed of 30 samples selected from 50 samples in each state, while the test sample set was composed of the remaining 20 samples. Two groups of AR spectrum energies in four different states of the hydraulic pump were taken to draw the AR spectrum energy distribution diagram of IMF components in different states, as shown in Figure 15.
It can be seen from Figure 15 that the features extracted from the different hydraulic pump working states had different distributions, while the features taken from the same working state had a similar distribution, thus indicating that the feature extraction method had a good effect.
The features of 200 samples in the four states of the axial piston pump were extracted, and the 4-dimensional fault features of each sample were extracted. A total of 30 samples were selected from 50 samples in each state, in order to form the training sample matrix, P 120 × 4 t r a i n , while the remaining 20 samples were used to form the test sample matrix, P 80 × 4 t e s t . After the extraction of feature vectors, the WKELM method was used to identify the state of the hydraulic pump. The number of input neurons was u = 4 and the number of output neurons was w = 4 for the WKELM method. In consideration of the influence of the WKELM parameters on diagnosis accuracy, the penalty factor C and wavelet kernel coefficient a were analyzed. The influences of C and a on the recognition accuracy of WKELM are shown in Figure 16.
It can be seen from Figure 16, when C=10, the training accuracy reaches 100%. When a 1 , and it gradually decreases and then reaches a plateau. When a > 1 , the test accuracy first increases and then decreases, reaching the maximum 98% at a = 1 . When C = 100, the training accuracy reaches 100%. When a 2 , and it gradually decreases. When a > 2 , the test accuracy first increases and then decreases, reaching the maximum 99% at a = 1.5 . When C = 1000, the training accuracy is 100%; when a 4.5 , the test accuracy first increases and then decreases, reaching the maximum 98% at a = 1.5 . When C = 10000, although the training accuracy is generally high, the test accuracy is very low. In general, when the value range of a is between 1 and 2.5, the training accuracy and the test accuracy are relatively high. After taking values within this range many times, we finally found that when a = 1.9 and C = 500, both the training accuracy and the test accuracy reached 100%. Therefore, the parameters of WKELM are determined as a = 1.9 and C = 500.
After determining the parameters of WKELM, the WKELM model was trained. The characteristic matrix, P 120 × 4 t r a i n , of the training samples was taken as the input of WKELM, while the labels corresponding to each state were taken as the output (the label for normal working was 1, the label for single slipper wear fault was 2, the label for single slipper loosing fault was 3, and the label for center spring worn fault was 4). Finally, the characteristic matrix, P 80 × 4 t e s t , of the test samples was tested. The obtained recognition results are shown in Figure 17.
It can be seen, from Figure 17, that all the predicted values identified by WKELM were the same as the true values; that is, the accuracy of the recognition results was 100%. This demonstrates that the proposed fault diagnosis method, based on the integration of MEEMD, AR spectrum, and WKELM methods, is effective.

5.2. Comparison and Analysis of Different Hydraulic Pump Fault Diagnosis Methods

In order to prove that WKELM has more advantages than the BP neural network, SVM, and ELM methods, hydraulic pump fault diagnosis was carried out using these methods under the same conditions. Among them, the number of neurons in the input, hidden, and output layers of BP neural network were four, 15, and four, respectively, and the activation function was the Sigmoid function. The LibSVM toolkit, provided by the Taiwanese scholar Lin Chih-Jen, was selected for SVM. The number of hidden layer neurons for the ELM was 14 and the activation function was the sigmoid function. The diagnosis accuracies of the four fault diagnosis methods are shown in Table 5. The training and testing times of the four methods were also compared, as shown in Table 6.
It can be seen from Table 5 and Table 6 that in terms of fault recognition accuracy, WKELM had the highest fault recognition accuracy, followed by the BP neural network and ELM, while the SVM had the lowest fault recognition accuracy. In terms of time, WKELM had the shortest time, followed by ELM, while the BP neural network took the longest time. It can be seen that WKELM performed better than the other three methods, in terms of fault recognition accuracy and time consumption.
The Case Western Reserve University dataset was used to demonstrate the fault diagnosis method proposed in this paper has higher fault recognition accuracy. The sampling frequency of the data is 12 kHz, the model of the bearing is SKF6205, the damage diameter is 0.36 mm, the motor loads is 2 horsepower. Take the normal working state, rolling ball fault state, inner race fault state, and outer race fault data, 0.2 s for each state data as a sample, take 50 samples under each state, of which 30 as the training sample, 20 as test samples, the results as shown in Table 7. It can be seen that the fault diagnosis method proposed in this paper has a high recognition accuracy.
In order to prove that the advantages of the fault diagnosis method proposed in this paper, hydraulic pump fault diagnosis was carried out using these methods under the same conditions. The diagnosis accuracies of the fault diagnosis methods [40,41] are shown in Table 8. Therefore, the advantages of the fault diagnosis method proposed in this paper, based on the integration of MEEMD, AR spectrum, and WKELM, were proved.

6. Conclusions

In this paper, an axial piston pump fault diagnosis method based on MEEMD, AR spectrum, and WKELM integration was proposed and studied. Our main conclusions are as follows:
(1)
Compared with the EEMD method, the MEEMD method can better suppress the phenomenon of mode mixing in hydraulic pump vibration signal decomposition. At the same time, the MEEMD method has better orthogonality and fewer pseudo-components;
(2)
The hydraulic pump fault feature extraction method based on the MEEMD and AR spectrum methods proposed in this paper can effectively solve the problem of low efficiency inherent to traditional feature extraction methods. This method can effectively extract the fault features from the vibration signals of a hydraulic pump;
(3)
The WKELM method was improved and introduced for the fault diagnosis of a hydraulic pump, and a full hydraulic pump fault diagnosis method was proposed based on MEEMD–AR–WKELM integration. The diagnosis accuracy of different hydraulic pump fault states using this method was 100%. Compared with the BP, SVM, and ELM methods, the fault diagnosis method proposed in this paper was shown to have higher fault identification accuracy and faster identification speed.

Author Contributions

Conceptualization and methodology, Z.L. and W.J.; software, Y.S.; validation, S.Z. (Sheng Zhang) and W.J.; formal analysis, Z.L. and S.Z. (Shuqing Zhang); writing—original draft preparation, Z.L. and Y.S.; writing—review and editing, Z.L.; visualization, S.Z. (Sheng Zhang); supervision, S.Z. (Shuqing Zhang) and W.J. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by National Natural Science Foundation of China (Grant No. 51875498), Key Project of Natural Science Foundation of Hebei Province, China (Grant No. E2018203339, F2020203058).

Institutional Review Board Statement

Not applicable, this study not involving humans or animals.

Informed Consent Statement

Not applicable, this study not involving humans.

Data Availability Statement

The data presented in this study are available on request from the corresponding author.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Li, C.; Sánchez, R.V.; Zurita, G.; Cerrada, M.; Cabrera, D. Fault Diagnosis for Rotating Machinery Using Vibration Measurement Deep Statistical Feature Learning. Sensors 2016, 16, 895. [Google Scholar] [CrossRef] [Green Version]
  2. Liu, T.; Luo, Z.; Huang, J.; Yan, S. A Comparative Study of Four Kinds of Adaptive Decomposition Algorithms and Their Applications. Sensors 2018, 18, 2120. [Google Scholar] [CrossRef] [Green Version]
  3. Jiang, W.; Li, Z.; Lei, Y.; Zhang, S.; Tong, X. Deep learning based rolling bearing fault diagnosis and performance degradation degree recognition method. J. Yanshan Univ. 2020, 44, 526–536. [Google Scholar] [CrossRef]
  4. Chen, J.; Wang, J.; Zhu, J.; Lee, T.; Silva, C. Unsupervised Cross-domain Fault Diagnosis Using Feature Representation Alignment Networks for Rotating Machinery. IEEE/ASME Trans. Mechatron. 2020, 99, 1. [Google Scholar] [CrossRef]
  5. Peng, X.; Chen, J. The Future Trends of Hydraulics. China Hydraul. Pneum. 2007, 3, 1–5. [Google Scholar]
  6. Ge, X.; Lin, Y. Current Status and Development Tendency of Hydraulic System Fault Diagnosis Technology. China Hydraul. Pneum. 2008, 7, 1–3. [Google Scholar]
  7. Chen, J.; Li, T.; Wang, J.; Silva, C. WSN Sampling Optimization for Signal Reconstruction Using Spatiotemporal Autoencoder. IEEE Sens. J. 2020, 99, 14290–14301. [Google Scholar] [CrossRef]
  8. Chen, J.; Li, T.; Wang, J.; Silva, C. Optimization of Wireless Sensor Network Deployment for Spatiotemporal Reconstruction and Prediction. Electr. Eng. Syst. Sci. 2019, 1, 1–11. [Google Scholar]
  9. Jiang, W.; Wang, Z.; Zhu, Y.; Hu, H.; Zhang, B. Isomap and intrinsic mode function feature energy-based multi-fault recognition method of rolling bearing. ICIC Express Lett. Part B Appl. 2016, 10, 279–285. [Google Scholar]
  10. Zhu, Y.; Jiang, W.; Kong, X.; Zheng, Z.; Hu, H. An Accurate Integral Method for Vibration Signal Based on Feature Information Extraction. Shock Vib. 2015, 2015. [Google Scholar] [CrossRef]
  11. Huang, N.E.; Shen, Z.; Long, S.R.; Wu, M.C.; Shih, H.H.; Zheng, Q.; Yen, N.C.; Tung, C.C.; Liu, H.H. The Empirical Mode Decomposition and the Hilbert Spectrum for Nonlinear and Non-stationary Time Series Analysis. Proc. R. Soc. A Math. Phys. Eng. Sci. 1998, 454, 903–995. [Google Scholar] [CrossRef]
  12. Ahn, J.; Kwak, D.; Koh, B. Fault Detection of a Roller-Bearing System through the EMD of a Wavelet Denoised Signal. Sensors 2014, 14, 15022–15038. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  13. Wu, Z.H.; Huang, N.E. Ensemble Empirical Mode Decomposition: A Noise-assisted Data Analysis Method. Adv. Adapt. Data Anal. 2009, 1, 1–41. [Google Scholar] [CrossRef]
  14. Zheng, J.; Cheng, J.; Yang, Y. Modified EEMD algorithm and its applications. J. Vib. Shock 2013, 32, 21–26, 46. [Google Scholar] [CrossRef]
  15. Jiang, S. Fault Diagnosis Analysis of Fan Spindle Bearing Based on CPSO-BBO Optimization SVM. Master’s Thesis, Northeast Electric Power University, Jilin, China, 2019. [Google Scholar]
  16. Zheng, X. Research on Blind Separation and Noise Source Identification for the Vibro-acoustic Signals of Vehicle and Engine. Ph.D. Thesis, Zhejiang University, Hangzhou, China, 2012. [Google Scholar]
  17. Shi, Y.; Wang, Y.; Jiang, Y.; Gao, H.; Xiang, J. Rolling Bearing Fault Diagnosis Method Based on MEEMD. Coal Mine Mach. 2014, 35, 266–268. [Google Scholar] [CrossRef]
  18. Huang, G.B.; Zhu, Q.Y.; Siew, C.K. Extreme Learning Machine: A New Learning Scheme of Feedforward Neural Networks. In Proceedings of the 2004 IEEE International Joint Conference on Neural Networks—Proceedings, Budapest, Hungary, 25–29 July 2004. [Google Scholar]
  19. Huang, G.B.; Chen, L.; Siew, C.K. Universal Approximation Using Incremental Constructive Feedforward Networks with Random Hidden Nodes. IEEE Trans. Neural Netw. Learn. Syst. 2006, 17, 879–892. [Google Scholar] [CrossRef] [Green Version]
  20. Huang, G.B.; Chen, L. Convex Incremental Extreme Learning Machine. Neurocomputing 2007, 70, 3056–3062. [Google Scholar] [CrossRef]
  21. Zhang, Y.; Liu, Y.; Chao, H.; Zhang, Z.; Zhang, Z. Classification of Incomplete Data Based on Evidence Theory and an Extreme Learning Machine in Wireless Sensor Networks. Sensors 2018, 18, 1046. [Google Scholar] [CrossRef] [Green Version]
  22. José, M.M.; Pablo, E.; Emilio, S.; José, D.M.; Rafael, M.; Juan, G. Regularized Extreme Learning Machine for Regression Problems. Neurocomputing 2011, 74, 3716–3721. [Google Scholar] [CrossRef]
  23. Bi, X.; Zhao, X.; Wang, G.; Zhang, P.; Wang, C. Distributed Extreme Learning Machine with Kernels Based on MapReduce. Neurocomputing 2015, 149, 456–463. [Google Scholar] [CrossRef]
  24. Cho, D.; Ham, J.; Oh, J.; Park, J.; Kim, S.; Lee, N.; Lee, B. Detection of Stress Levels from Biosignals Measured in Virtual Reality Environments Using a Kernel-Based Extreme Learning Machine. Sensors 2017, 17, 2435. [Google Scholar] [CrossRef]
  25. Zhang, S.; Zhang, T.; Yin, Y.; Xiao, W. Alumina Concentration Detection Based on the Kernel Extreme Learning Machine. Sensors 2017, 17, 2002. [Google Scholar] [CrossRef] [Green Version]
  26. Yang, X.; Ma, Z.; Shen, H.; Chen, H. Fault diagnosis of airflow jamming fault in double circulating fluidized bed based on multi-scale feature energy and KELM. Ciesc J. 2019, 70, 2616–2625. [Google Scholar] [CrossRef]
  27. Zhang, W.; Ma, Y.; Dong, Z.; Du, J. Fault diagnosis of coal mill based on PSO-KELM. Electr. Power Sci. Eng. 2018, 34, 54–58. [Google Scholar] [CrossRef]
  28. Pang, S.; Yang, X.; Zhang, Y.; Wei, X. Application of Deep Kernel Extreme Learning Machine in Aero Engine Components Fault Diagnosis. J. Propuls. Technol. 2017, 38, 2613–2621. [Google Scholar] [CrossRef]
  29. Jiang, W.; Zheng, Z.; Zhu, Y.; Li, Y. Demodulation for Hydraulic Pump Fault Signals Based on Local Mean Decomposition and Improved Adaptive Multiscale Morphology Analysis. Mech. Syst. Signal Process. 2015, 58–59, 179–205. [Google Scholar] [CrossRef]
  30. Zheng, X.; Hao, Z.; Lu, Z.; Yang, J. Separation of piston-slap and combustion shock excitations via MEEMD method. J. Vib. Shock 2012, 31, 109–113. [Google Scholar] [CrossRef]
  31. Massimiliano, Z.; Luciano, Z.; Osvaldo, A.R.; David, P. Permutation Entropy and Its Main Biomedical and Econophysics Applications: A Review. Entropy 2012, 14, 1553–1577. [Google Scholar] [CrossRef]
  32. Kuai, M.; Cheng, G.; Pang, Y.; Li, Y. Research of Planetary Gear Fault Diagnosis Based on Permutation Entropy of CEEMDAN and ANFIS. Sensors 2018, 18, 782. [Google Scholar] [CrossRef] [Green Version]
  33. Bandt, C.; Pompe, B. Permutation entropy: A natural complexity measure for time series. Phys. Rev. Lett. 2002, 88, 174102. [Google Scholar] [CrossRef]
  34. Sun, J.; Xu, X.; Liu, Y.; Zhang, T.; Li, Y. FOG Random Drift Signal Denoising Based on the Improved AR Model and Modified Sage-Husa Adaptive Kalman Filter. Sensors 2016, 16, 1073. [Google Scholar] [CrossRef] [Green Version]
  35. Jiang, W.; Li, Z.; Li, J.; Zhu, Y.; Zhang, P. Study on a Fault Identification Method of the Hydraulic Pump Based on a Combination of Voiceprint Characteristics and Extreme Learning Machine. Processes 2019, 7, 894. [Google Scholar] [CrossRef] [Green Version]
  36. He, C.; Liu, C.; Wu, Y.; Wu, T.; Chen, T. Improved Grey Wolf Optimization Algorithm for Life Prediction of Medical Lithium Batteries. J. Chongqing Norm. Univ. (Nat. Sci.) 2019, 36, 21–28. [Google Scholar] [CrossRef]
  37. Li, Q.; Yu, Y.; Zheng, S.; Ma, T. Short-term Power Load Forecasting Based on EWT-WKELM. Proc. CSU-EPSA 2018, 30, 83–89. [Google Scholar] [CrossRef]
  38. Zhang, W.; Guo, W.; Zhang, C.; Zhao, S. An Online Calibration Method for a Galvanometric System Based on Wavelet Kernel ELM. Sensors 2019, 19, 1353. [Google Scholar] [CrossRef] [Green Version]
  39. Chen, J.; Shu, T.; Li, T.; Silva, C. Deep Reinforced Learning Tree for Spatiotemporal Monitoring With Mobile Robotic Wireless Sensor Networks. IEEE Trans. Syst. Man Cybern. Syst. 2019, 1–15. [Google Scholar] [CrossRef]
  40. Dong, K. Improved Multi-Scale Entropy and Apply to Fault Feature Extraction and Diagnosis of Rotating Machinery. Master’s Thesis, Yanshan University, Qinhuangdao, China, 2016; pp. 60–67. [Google Scholar]
  41. Jiang, W.; Li, Z.; Zhang, S.; Lei, Y.; Wang, H. Fault Recognition Method Based on Recurrence Quantitation Analysis for Hydraulic Pump. Chin. Hydraul. Pneum. 2019, 02, 18–23. [Google Scholar] [CrossRef]
Figure 1. Structure of a single-hidden layer feed-forward neural network.
Figure 1. Structure of a single-hidden layer feed-forward neural network.
Sensors 21 02599 g001
Figure 2. Installation of an experimental installation.
Figure 2. Installation of an experimental installation.
Sensors 21 02599 g002
Figure 3. Schematic diagram of the test system.
Figure 3. Schematic diagram of the test system.
Sensors 21 02599 g003
Figure 4. Front panel of the LabVIEW program.
Figure 4. Front panel of the LabVIEW program.
Sensors 21 02599 g004
Figure 5. Some pictures of the fault elements: (a) Single slipper wear fault; and (b) Center spring worn fault.
Figure 5. Some pictures of the fault elements: (a) Single slipper wear fault; and (b) Center spring worn fault.
Sensors 21 02599 g005
Figure 6. Time-domain diagram of the synthesized signal and its components: (a) Sine signal x1(t); (b) Amplitude modulation signal x2(t); (c) Intermittent random signals n(t); and (d) Synthetic simulation signal x(t).
Figure 6. Time-domain diagram of the synthesized signal and its components: (a) Sine signal x1(t); (b) Amplitude modulation signal x2(t); (c) Intermittent random signals n(t); and (d) Synthetic simulation signal x(t).
Sensors 21 02599 g006
Figure 7. Ensemble empirical mode decomposition (EEMD) decomposition of the synthesized signal.
Figure 7. Ensemble empirical mode decomposition (EEMD) decomposition of the synthesized signal.
Sensors 21 02599 g007
Figure 8. Modified ensemble empirical mode decomposition (MEEMD) decomposition of the synthesized signal.
Figure 8. Modified ensemble empirical mode decomposition (MEEMD) decomposition of the synthesized signal.
Sensors 21 02599 g008
Figure 9. Time-domain diagram of the vibration signal in the single slipper loosing fault state.
Figure 9. Time-domain diagram of the vibration signal in the single slipper loosing fault state.
Sensors 21 02599 g009
Figure 10. Vibration signal decomposition of hydraulic pump: (a) EEMD; and (b) MEEMD.
Figure 10. Vibration signal decomposition of hydraulic pump: (a) EEMD; and (b) MEEMD.
Sensors 21 02599 g010
Figure 11. MEEMD decomposition results of vibration signal: (a) Normal working state; and (b) Single slipper wear fault state.
Figure 11. MEEMD decomposition results of vibration signal: (a) Normal working state; and (b) Single slipper wear fault state.
Sensors 21 02599 g011
Figure 12. Correlation coefficients between intrinsic mode function (IMF) components of hydraulic pump and original signal.
Figure 12. Correlation coefficients between intrinsic mode function (IMF) components of hydraulic pump and original signal.
Sensors 21 02599 g012
Figure 13. Autoregressive (AR) power spectra of the first four order IMF components: (a) IMF 1; (b) IMF 2; (c) IMF 3; and (d) IMF 4.
Figure 13. Autoregressive (AR) power spectra of the first four order IMF components: (a) IMF 1; (b) IMF 2; (c) IMF 3; and (d) IMF 4.
Sensors 21 02599 g013
Figure 14. Fault diagnosis flow chart based on the MEEMD–AR–WKELM integration method.
Figure 14. Fault diagnosis flow chart based on the MEEMD–AR–WKELM integration method.
Sensors 21 02599 g014
Figure 15. AR spectrum energy distribution of IMF components in different states.
Figure 15. AR spectrum energy distribution of IMF components in different states.
Sensors 21 02599 g015
Figure 16. The influence of parameters on accuracy: (a) C = 10; (b) C = 100; (c) C = 1000; and (d) C = 10,000.
Figure 16. The influence of parameters on accuracy: (a) C = 10; (b) C = 100; (c) C = 1000; and (d) C = 10,000.
Sensors 21 02599 g016
Figure 17. Fault diagnosis of hydraulic pump based on wavelet kernel extreme learning machine (WKELM).
Figure 17. Fault diagnosis of hydraulic pump based on wavelet kernel extreme learning machine (WKELM).
Sensors 21 02599 g017
Table 1. Types and performance parameters of test components.
Table 1. Types and performance parameters of test components.
Num.NameModelPerformance Parameters
1MotorY132M-4Rated speed: 1480 rpm
2Axial piston pumpMCY14-1BTheoretical displacement: 10 mL/r
rated pressure: 31.5 MPa; 7 pistons
rated speed: 1500 rpm
3Data acquisition cardUSB-6221Maximum sampling rate: 250 kS/s
4Vibration sensorYD-72DFrequency range: 0.3 Hz–18 kHz
Charge sensitivity: 0.35 pC/(m/s2)
Linear range of amplitude: 1000 m/s2
5Charge amplifierDHF-10Maximum output voltage: ±10 V
Gain: 0.1m V/pC–1 V/pC; Precision: < 1.5%
6Pressure SensorSYB-351Measuring range: 0–25 MPa
Precision: 0.2%; Output range: 0–5 V
7Rotational speed measurerLT-XSMPMeasuring range: 6–45000 rpm
Table 2. Fault setting method of axial piston pump.
Table 2. Fault setting method of axial piston pump.
Num.StatesFault Setting Method
1Normal working---
2Single slipper wear faultGrind off a rounded corner of the slipper
3Single slipper loosing faultReplace the normal components with a slipper loosing fault components
4Center spring worn faultGrind off the center spring by 1.2 mm
Table 3. Comparison of Ensemble empirical mode decomposition (EEMD) and Modified ensemble empirical mode decomposition (MEEMD) indicators.
Table 3. Comparison of Ensemble empirical mode decomposition (EEMD) and Modified ensemble empirical mode decomposition (MEEMD) indicators.
MethodIONumber of IMF Components
EEMD0.20699
MEEMD0.11316
Table 4. Autoregressive (AR) spectrum energies of intrinsic mode function (IMF) components in different states.
Table 4. Autoregressive (AR) spectrum energies of intrinsic mode function (IMF) components in different states.
StateIMF1IMF2IMF3IMF4
Normal working0.21020.07120.03740.0210
Single slipper wear fault0.11560.03160.01510.0106
Single slipper loosing fault4.72011.66511.33500.9085
Center spring worn fault8.90503.58522.81811.6852
Table 5. Comparison of diagnostic accuracy of four fault diagnosis methods.
Table 5. Comparison of diagnostic accuracy of four fault diagnosis methods.
Condition of Hydraulic PumpNormal WorkingSingle Slipper Wear FaultSingle Slipper Loosing FaultCenter Spring Worn FaultTotal
MEEMD–BPNumber of samples correctly diagnosed2020201979
Recognition accuracy100%100%100%95%98.75%
MEEMD–SVMNumber of samples correctly diagnosed2019192078
Recognition accuracy100%95%95%100%97.5%
MEEMD–ELMNumber of samples correctly diagnosed2019202079
Recognition accuracy100%95%100%100%98.75%
MEEMD–WKELMNumber of samples correctly diagnosed2020202080
Recognition accuracy100%100%100%100%100%
Table 6. Comparison of training time and testing time of the four fault diagnosis methods.
Table 6. Comparison of training time and testing time of the four fault diagnosis methods.
Fault Diagnosis MethodMEEMD–WKELMMEEMD–ELMMEEMD–SVMMEEMD–BP
Training time (s)0.00200.00540.0580.749
Testing time (s)0.00110.00190.00670.0042
Table 7. Fault diagnosis of rolling bearings based on wavelet kernel extreme learning machine (WKELM).
Table 7. Fault diagnosis of rolling bearings based on wavelet kernel extreme learning machine (WKELM).
Condition of Rolling BearingNormal
Working
Inner Race FaultRolling Ball FaultOuter Race FaultTotal
Number of samples correctly diagnosed2020202080
Recognition accuracy100%100%100%100%100%
Table 8. Comparison of diagnostic accuracy of fault diagnosis methods.
Table 8. Comparison of diagnostic accuracy of fault diagnosis methods.
Fault Diagnosis MethodMEEMD–WKELMIMSE-KFCM [40]RQA-KFCM [41]
Recognition accuracy100%98.75%98%
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Li, Z.; Jiang, W.; Zhang, S.; Sun, Y.; Zhang, S. A Hydraulic Pump Fault Diagnosis Method Based on the Modified Ensemble Empirical Mode Decomposition and Wavelet Kernel Extreme Learning Machine Methods. Sensors 2021, 21, 2599. https://doi.org/10.3390/s21082599

AMA Style

Li Z, Jiang W, Zhang S, Sun Y, Zhang S. A Hydraulic Pump Fault Diagnosis Method Based on the Modified Ensemble Empirical Mode Decomposition and Wavelet Kernel Extreme Learning Machine Methods. Sensors. 2021; 21(8):2599. https://doi.org/10.3390/s21082599

Chicago/Turabian Style

Li, Zhenbao, Wanlu Jiang, Sheng Zhang, Yu Sun, and Shuqing Zhang. 2021. "A Hydraulic Pump Fault Diagnosis Method Based on the Modified Ensemble Empirical Mode Decomposition and Wavelet Kernel Extreme Learning Machine Methods" Sensors 21, no. 8: 2599. https://doi.org/10.3390/s21082599

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