Next Article in Journal
Improved Algorithms of Data Processing for Dispersive Interferometry Using a Femtosecond Laser
Previous Article in Journal
Machine Learning-Based Aggression Detection in Children with ADHD Using Sensor-Based Physical Activity Monitoring
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Intelligent Fault Diagnosis Method Based on VMD-Hilbert Spectrum and ShuffleNet-V2: Application to the Gears in a Mine Scraper Conveyor Gearbox

School of Mechanical Engineering, Xi’an University of Science and Technology, Xi’an 710054, China
*
Author to whom correspondence should be addressed.
Sensors 2023, 23(10), 4951; https://doi.org/10.3390/s23104951
Submission received: 20 April 2023 / Revised: 17 May 2023 / Accepted: 19 May 2023 / Published: 21 May 2023
(This article belongs to the Section Fault Diagnosis & Sensors)

Abstract

:
This paper introduces a fault diagnosis method for mine scraper conveyor gearbox gears using motor current signature analysis (MCSA). This approach solves problems related to gear fault characteristics that are affected by coal flow load and power frequency, which are difficult to extract efficiently. A fault diagnosis method is proposed based on variational mode decomposition (VMD)–Hilbert spectrum and ShuffleNet-V2. Firstly, the gear current signal is decomposed into a series of intrinsic mode functions (IMF) by using VMD, and the sensitive parameters of VMD are optimized by using a genetic algorithm (GA). The Sensitive IMF algorithm judges the modal function sensitive to fault information after VMD processing. By analyzing the local Hilbert instantaneous energy spectrum for fault-sensitive IMF, an accurate expression of signal energy changing with time is obtained to generate the local Hilbert immediate energy spectrum dataset of different fault gears. Finally, ShuffleNet-V2 is used to identify the gear fault state. The experimental results show that the accuracy of the ShuffleNet-V2 neural network is 91.66% after 778 s.

1. Introduction

With the increase in global demand for energy, coal mining equipment is developing in the direction of being large-scale and intelligent [1,2]. Scraper conveyors are mainly responsible for conveying coal in coal mining. However, due to the complex and harsh mine production environment, it is difficult to intelligently monitor the state of the scraper conveyor. The transmission gear fault accounts for a significant probability of scraper conveyor failure [3,4], so it is necessary to study the fault diagnosis of the scraper conveyor gearbox.
Researchers have made significant contributions to the fault diagnosis of gearboxes, among which the vibration signal is the most common condition detection method [5,6]. However, the scraper conveyor in the process of coal transportation, the coal drop will cause a certain intensity of impact extrusion to the vibration sensor, resulting in the vibration sensor loose, falling off, or even being damaged; it is difficult to use effectively for a long time. The method based on motor current signature analysis (MCSA) is called the most promising method of equipment condition monitoring. MCSA is based on the fact that the gear fault will produce torque oscillation [7], and the stator current of the motor will change regularly due to mechanical–magneto-electric interaction, so the gear state can be monitored by analyzing the current signal [8,9]. The in-depth study of MCSA has been used in the field of motor diagnosis and monitoring and diagnosis of motor transmission chains. For example, Mohanty et al. applied MCSA to the state detection of multistage gearboxes and used the demodulated current signal to detect gear faults. The results show that the main component of the current signal is the power frequency signal and the frequency change caused by the defect is relatively weak [10].
However, using MCSA to monitor the condition of the mine scraper conveyor gearbox faces two complex problems. First, for the coal transport process in the mine, the scraper chain has to overcome great friction resistance to run in the chute. With the coal cutter moving to cut coal, the load change in the scraper conveyor has time-varying and random characteristics. In addition, the electrical system will introduce substantial power frequency interference, which eventually leads to the current signal of the load motor mainly representing power frequency signal and load impact information. In contrast, the characteristic information caused by the fault gear is challenging to extract [11].
The signal processing methods based on feature extraction play an essential role in the field of gear fault diagnosis, including wavelet transform (WT), empirical mode decomposition (EMD), variational mode decomposition (VMD), among others. For example, Xiao et al. use wavelet packet transform (WPT) to decompose and reconstruct the signal, calculate the energy value of each component, take the energy value as the feature input, and finally realize the fault diagnosis of the gearbox [12]. In addition, EMD can adaptively decompose the original signal into several IMF from high frequency to low frequency [13], so EMD can reduce the influence of unrelated components. For example, Han et al. decomposes nonstationary signals into several IMF by EMD, and selects IMF with sensitive fault characteristic frequency as the input of SVM for gear fault diagnosis [14]. According to the operating parameters and frequency spectrum, Muhammad et al. selected IMF, including gear fault characteristics, and finally realized the fault diagnosis of gearbox gears [15]. In addition, VMD is widely used. Through noniterative decomposition and adaptive frequency band selection, VMD decomposes complex original signals into different IMFs reflecting the dynamic mechanism of mechanical systems and extract’s fault features by analyzing the modal information where faults are located. For example, Liu et al. directly extract global fault features using VMD and combining SVD and obtain a total recognition rate of 100% by combining convolution neural networks [16]. Fan et al. established the dynamic model of the gearbox under unstable heavy load conditions. They obtained the fault frequency caused by the tooth root crack of the gearbox by numerical simulation. The VMD algorithm is used to prove the specific spectrum expression of the faulty gear [17]. Zhang et al. improved the fault diagnosis accuracy of the gearbox under variable load by using the VMD–sample entropy eigenvector construction method. They optimized the sensitive parameters of VMD by using the grasshopper optimization algorithm (GOA) and finally realized high-precision fault diagnosis under variable load conditions [18].
Although these signal processing methods have advantages, they need prior knowledge for feature extraction and rely heavily on expert systems. For example, in the process of WPT, the basis function needs to be preselected according to the characteristic information of the fault gear of the scraper conveyor, which limits the application of WPT. It should not be ignored that EMD is prone to mode aliasing and endpoint effect, which may affect the results of fault feature extraction. Furthermore, VMD has the problem that it is difficult to determine the sensitive parameters for the decomposition process.
However, recently developed machine learning technology avoids separating fault features from complex signals. Deep learning can find features from original data through multilayer nonlinear data processing units, and has achieved great success in gear fault diagnosis [19]. For example, He et al. extracted the original bearing vibration signal by wavelet packet transform, obtained the spectrogram, and then sent it to a convolution neural network to adjust the parameters by the simulated annealing algorithm. Finally, the accuracy in diagnosing different fault types was 97% [20]. Zhou constructed a one-dimensional residual depth neural network for gearbox fault identification, which significantly improved the accuracy of diagnosis [21]. Moslem realizes the fault diagnosis of the motor gearbox by multisensor fusion based on a two-dimensional convolution network and the current signal [22]. Although the fault diagnosis of gearboxes based on neural networks has achieved good results, with increased data complexity, neural networks need more complex structure, and the training process usually consumes much time and requires more computing resources. Therefore, Ma and others put forward the ShuffleNet-V2 model, introducing channel split and channel shuffle operations, which improves the running speed of the model and reduces the computing resources consumed by the training network. The ShuffleNet model is also widely used in fault pattern recognition because of its good balance between computational complexity and accuracy and has achieved good results [23]. For example, Luo et al. used complementary integrated empirical mode decomposition to denoise the signal, followed by conversion of the denoised signal into an angular domain signal and obtained the envelope spectrum of the angular domain signal by Hilbert transform. Finally, ShuffleNet-V2 is used to classify different fault types. Experimental results show that the proposed method still has high training accuracy without significantly increasing the model size [24].
To solve these problems, this article combines the advantages of signal processing technology and a deep network model in data preprocessing and feature learning. It proposes a transmission gear fault diagnosis model based on the ShuffleNet-V2 network and VMD-GA-Hilbert spectrum. The proposed model can be divided into three stages. The first stage is preprocessing from the original input signal. In the second stage, Hilbert’s instantaneous energy spectrum is used to express the fault gear characteristic information of the scraper conveyor under load impact. The third stage is to classify different types of fault modes by using a neural network. To extract useful fault feature information from the original data, every 10,000 data points of the input signal are segmented, and the original signal is decomposed into a series of IMF sub-band signals by VMD. The sensitive parameters involved in the decomposition process of VMD are determined by using local envelope entropy as the adaptability function of GA. Additionally, the fault sensitivity discrimination algorithm is used to extract the sub-band signals representing the fault. Secondly, the local Hilbert instantaneous energy spectrum expresses the time, frequency, and energy of the fault-sensitive signals to generate color-feature image datasets of different fault types. It is then used as the input data for the ShuffleNet-V2 neural network. Finally, the neural network can learn the characteristics of faulty gears and classify them under interference and their structure, as shown in Figure 1.
This research also compares the proposed fault diagnosis method for the scraper conveyor gearbox with other fault diagnosis models, including the generation method for the fault-feature dataset of wavelet time–frequency images. It uses a ResNet-18 neural network to classify different fault modes. Finally, the effectiveness of the proposed fault diagnosis method applied to mine scraper conveyor gearbox fault diagnosis is verified by comparative experiments.

2. Methodology

2.1. VMD

The VMD method is essentially an adaptive Wiener filter bank with narrow-band characteristics. The corresponding modal components u k are not fixed in the frequency domain but change with the change in the current signal. The ultimate goal is to transfer the input current signal i i a decomposed into discrete forms of different modes [25,26]. VMD operation is mainly divided into the construction of variational problems and the solution of variational problems [27,28]:

2.1.1. Construction of Variational Problems

Step 1: The signal i i a is decomposed into the sum of K functions u k ( t ) , as in Equation (1):
i i a = k = 1 K u k ( t )
where u k ( t ) is the decomposition to obtain K IMF components.
Step 2: The Hilbert transformation is performed on each mode function u k ( t ) to obtain the transformed analytic signal, and the unilateral spectrum can be solved:
δ t + j π t u k ( t )
Step 3: The center frequency of each mode analytical signal is estimated, and the frequency spectrum of each mode is modulated and distributed to the corresponding fundamental frequency band:
δ t + j π t u k ( t ) e j ω k t
where ω k are the respective center frequencies of the K IMF components.
Step 4: The bandwidth of each mode function is estimated; then, the corresponding constraint variational problem model is as follows:
m i n u x ω x k t δ t + j π t u k t e j ω k t 2 s . t k u k = i i a
In the formula, δ ( t ) is the pulse signal, u k is the decomposition to obtain K modal components, and ω k represents the central frequency of the bandwidth.

2.1.2. Solution of Variational Problems

To ensure the absolute integrability of the signal, a quadratic penalty factor α and Lagrange multiplication operator λ ( t ) are introduced, which can guarantee the accuracy of the reconstructed signal and the rigor of the constraint conditions, respectively. The constrained variational problem of Formula (4) is finally transformed into an unconstrained problem, such as Formula (5) [29]:
L u k , ω k , λ t = α k t δ t + j π t u k t e j ω k t 2 2   + f t k u k t 2 2 + λ t , f t k u k t
wherein u k n + 1 , ω k n + 1 , and λ n + 1 are updated alternately by alternating directions of multiplication operators. u k n + 1 can be calculated as follows:
u k n + 1 t = a r g m i n α t δ t + j π t u k t e j ω k t 2 2 + f t i k K u i t + λ ( t ) 2 2 2
Formula (6) is transformed into the frequency domain:
u ^ k n + 1 t = a r g m i n { α j ω 1 + s g n ω + ω k u ^ ω + ω k 2 2    + f ^ ω i u ^ i ω + λ ^ ( ω ) 2 2 2 }
Thus, the updating method of u ^ k n + 1 is as follows:
u ^ k n + 1 = f ^ ω i k u ^ i ω + ( λ ^ ( ω ) / 2 ) 1 + 2 α ( ω ω k ) 2
Similarly, the updating methods of ω k n + 1 and λ n + 1 can be obtained:
ω k n + 1 = 0 ω u ^ k n ( ω ) 2 d ω 0 u ^ k n ( ω ) 2 d ω
According to the above theory, the VMD calculation flow is as follows:
Step 1: Initialize the values of u k , ω k , λ , and i ;
Step 2: Execute i = i + 1 , cyclic increment program;
Step 3: Update u k , ω k based on Equations (8) and (9);
Step 4: Execute k = k + 1 , repeat step 3 until k = K ;
Step 5: Update λ according to Formula (10):
λ ^ n + 1 = λ ^ n ω + τ f ω k u ^ k n + 1 ω
In this form, is the frequency domain transform and n is the number of iterations;
Step 6: Set the discrimination accuracy ε until the iteration stop condition such as Formula (11) is satisfied, the loop is ended, and the K modal component output.
K u ^ k n + 1 u ^ k n 2 2 u ^ k n 2 2 < ε

2.2. GA Optimizes VMD Parameters

Using this analysis, VMD faces the parameter selection problem. To make the fault signal of the scraper conveyor match the best decomposition effect to the maximum extent, it is necessary to optimize the value of α , K [30]. GA is a global random search method proposed by Professor Holland according to the evolution mechanism of natural species. In this algorithm, the code string formed by the parameters to be optimized in VMD is simulated as a biological evolution process. The next generation is generated by simulating natural genes’ crossover and mutation operations using the probability optimization method, so the search direction and space are automatically adjusted. The fitness value of individuals in the group is continuously improved until a certain termination condition is met. The steps of GA optimization VMD parameters are as follows [31,32]:
(1) Initialization: Set the evolution algebra counter t = 0 , set the maximum evolution algebra T , and randomly generate M individuals as the initial population P ( 0 ) .
(2) Individual evaluation: Calculate the fitness of each individual in the group P ( t ) .
(3) Select operation: Apply the selection operator to the group. The purpose of the selection operation is to pass the optimized individual to the next generation directly or to generate a new individual through pairing to regenerate to the next generation. The selection operation is based on the fitness assessment of the individual in the group.
(4) Crossover operation: Apply crossover operators to groups. The core function of the genetic algorithm is the crossover operator. For crossover operation, its primary purpose is to create more excellent offspring and improve the population’s adaptability and optimization level. First, two individuals are randomly selected from the population, and through the exchange and combination of two chromosomes, the excellent characteristics of the parent string are inherited by the substring, thus generating new excellent individuals. Assuming that x a n and x β ( n ) are the nth genes of the parent chromosome, the nth genes x a ( n ) and x β ( n ) of the offspring after crossover are shown in Formula (12), respectively.
x a n = 1 β x a n + β x β ( n ) x β n = β x a n + 1 β x β ( n )
where β is a random number between {0, 1}.
(5) Mutation operation: The mutation operator is applied to a group that randomly mutates an individual’s genes to generate a new one. Mutating individuals in the search process is necessary to jump out of the local minimum and accelerate the algorithm’s convergence. Choose a smaller value as the variation rate, and randomly select one of some individual genes in the new population for inversion. Suppose a new individual is produced by mutating the nth gene x(n) on the chromosome, and the mutation result is shown in Equation (13).
x n + 1 = x n + ε 1 m a x x n x ( n ) ε 1 < 1 / 2 x n + ε 2 x ( n ) m i n [ x ( n ) ] ε 2 1 / 2
where ε 1 , ε 2 ( 0,1 ) .
(6) Termination condition judgment: If T , the calculation is terminated by using the individual with the greatest fitness obtained in the evolution process as the optimal solution output [33].
In the process of the coal conveyor, in addition to the fault signal, the frequency information is mainly caused by a large number of random load impacts in the motor current signal. The pulsating effect caused by the fault gear is different from other random impact signals, which will show certain periodicity and regularity, making the characteristic fault signal have strong sparsity, and the corresponding information entropy value is relatively small. The important aspect is that the local envelope entropy can effectively reflect the irregularity and complexity of the signal, and the difference in its value corresponds to the degree of uncertainty in the signal. The greater the information entropy value, the greater the corresponding uncertainty [34,35]. The envelope signal obtained from the VMD demodulation operation is processed into a probability distribution sequence P i . The entropy value calculated by it reflects the sparse characteristics of the original signal, and the envelope entropy of the zero mean signal x ( j ) ( j = 1,2 , , N ) is expressed by E P , such as the Formula (14):
E p = j = 1 N p j l g p j e j = a j j = 1 N a j
In the equation, P i is the normalized form of a i , and a i is the envelope signal obtained by Hilbert demodulation of signal x j .

2.3. Sensitive IMF Discriminant Algorithm and Hilbert Transform

The signals are decomposed by VMD-GA to obtain a series of IMF. Although VMD can effectively extract the signals representing fault sub-bands and reduce the generation of false IMF components, for mechanical fault diagnosis, irrelevant IMF will affect fault diagnosis accuracy for mechanical fault diagnosis. At the same time, only some IMF in real IMF contains fault features or is sensitive to fault features. Therefore, before the Hilbert transform of IMF, it is necessary to judge the correlation degree between each IMF component and the diagnosed fault, so as to ensure the accuracy of fault feature extraction and the effectiveness of diagnosis [36]. In this paper, a sensitive IMF judgment method based on signal correlation is adopted. The specific algorithm is as follows:
Step 1: Calculate the correlation coefficient c 1 t , , c n t between each IMF component of the fault signal x ( t ) and the original signal α i ;
Step 2: Calculate the IMF components of the fault signal x ( t ) and the correlation coefficient β i between c 1 t , , c n t and normal state signal y t .
Step 3: The sensitivity correlation coefficient γ i of each IMF component containing fault information is calculated from two correlation coefficients, such as Formula (15):
γ i = α i β i ( i = 1,2 , n )
Step 4: The fault sensitivity coefficient of each IMF is calculated by the Formula (16):
λ i = γ i m i n ( γ ) max γ m i n ( γ )
Step 5: The IMF is reordered according to the sensitivity coefficient to obtain a new IMF sequence c n ( i = 1,2 , n ) , and the difference between the two adjacent sensitivity coefficients is calculated by Equation (17):
d n = λ n λ n 1
Step 6: Determine the sequence number K corresponding to the maximum difference of sensitivity coefficient, then the first K IMF after sorting is the fault sensitive IMF.
Then, the Hilbert transformation of the extracted IMF components representing the fault signal can obtain the instantaneous amplitude and instantaneous frequency. For the original data, c k is decomposed as in Equation (18):
c k = 1 π c k τ t τ d τ
Construct the analytical signal by Equation (19),
z t = c k τ + j c k ¯ t = a k t e j θ k t
where
a k t = c k ( t ) 2 + c k ( t ) 2
θ k t = a r c t a n ( c k t c k t )
In Equations (20) and (21), a k t represents the instantaneous amplitude of c k τ and θ k t represents the instantaneous phase of c k τ .
The instantaneous frequency can be obtained by Equation (22),
ω k t = d θ k ( t ) d t
The main principle of this method is that the greater the correlation coefficient between the fault signal x (t) and the IMF component, the more fault information the IMF component contains. By calculating the correlation coefficient β i with the normal state signal y ( t ) , we can know the normal information in each IMF component that is independent of the fault information [37]. Therefore, before the Hilbert transform of IMF, it is necessary to judge the correlation degree between each IMF component and the diagnosed fault to ensure the accuracy of fault feature extraction and the effectiveness of diagnosis. The sensitive IMF discrimination method combines the correlation between each IMF and fault signal with the correlation of the normal signal, and the combination of Hilbert transform can highlight the fault information and weaken the influence of the normal information [38].

2.4. Local Hilbert Instantaneous Energy Spectrum

Combining the instantaneous frequency and amplitude of this sensitive IMF, the local Hilbert spectrum of the signal can be obtained, as shown in Equation (23):
H ω , t = R e k = 1 n a k ( t ) e x p j ω k ( t ) d t
In the formula, Re is the real part, and H ω , t accurately describes the variation in the amplitude (energy) of the signal with time and frequency. Therefore, if x ( t ) 2 is regarded as the energy density of the signal, the Hilbert spectrum has the same physical meaning after HHT analysis, and H 2 ω , t is called Hilbert energy spectrum. According to the theory of conservation of energy, Formula (24) holds:
x ( t ) 2 d t = H 2 ω , t d ω d t
It can be defined from this:
E t = H 2 ( ω , t ) d ω
Equation (25) is the local Hilbert instantaneous energy spectrum, which reflects the distribution of signal energy with time [39].

3. Experiments

3.1. Current Data Acquisition

This section introduces the research on the transmission gear of a mine scraper conveyor with the actual coal mining process as the research background. Because the scraper conveyor belongs to low-speed and heavy-duty machinery, its working current often reaches several hundred amperes. So, it is necessary to realize current signal conversion through the current transformer and then collect the converted three-phase current through a 24-bit acquisition card. The selected current sampling frequency is 10 KHz, and the data acquisition process is shown in Figure 2.
HB-KPL-75 mine scraper conveyor transmission is a three-stage planetary reducer, mainly bevel gear meshing, helical gear meshing, and planetary reducer; its total transmission ratio is 27, the input speed is 1400 r/min, the power is 1500 KW, the input shaft bevel gear is a faulty gear, and the relevant parameters of HB-KPL-75 gearbox are shown in Table 1.

3.2. Current Signal Decomposition of VMD-GA

In this research, the current signal data for a certain period are screened from the collected current signals. As shown in Figure 3, when the coal flow load gradually increases with time, the current signal of the load motor fluctuates, obviously. In addition, the load impact signal causes the current signal to change. Additionally, the current signal is seriously affected by the power frequency signal of the electrical system, which makes it difficult to distinguish effectively the fault types from the time domain. This will seriously affect the effectiveness of feature expression using the Hilbert spectrum and increase the difficulty in fault detection. Therefore, the VMD and GA algorithms are used to decompose the time domain signal first.
GA is used to optimize the parameters of VMD. The first step is to set the number of parameter decomposition layers and the initial range of penalty factor, so as to prevent too small decomposition layers from causing insufficient decomposition of the current signal, and too large decomposition layers from causing excessive decomposition and generating false single-mode component information. After many experiments, the minimum parameter of GA initial decomposition is 3, the maximum parameter is 8, and the penalty factor is 1000~4500. The second step is to set the initialization of GA parameters. The genetic algorithm parameters used in this paper are similar to those in reference [40]: setting the initial population size to 20 can improve the genetic algorithm’s stability and ensure the population’s diversity. Additionally, the crossover rate is 0.70, which can ensure both high fitness structure and search efficiency. Finally, the mutation rate is 0.18. Other GA-related parameter settings are shown in Table 2.
The GA algorithm finds the optimal parameter combination corresponding to the signal. For the four fault forms of gear broken tooth, normal, pitting, and tooth wear, GA iterates to the 4th, 6th, 7th and 4th times respectively to achieve the best fitness, and the fitness values are 0.073, 0.0452, 0.065 and 0.042. The variation in fitness with iteration times in the optimization process is shown in Figure 4.
After the current signal is calculated by the VMD-GA algorithm, the Hilbert spectra of different states are shown in Figure 5a–d, and the right side is the reference coordinate of color depth, which represents the amplitude. The Hilbert spectrogram shows that there is no aliasing and insufficient decomposition in the frequency band, and the current signal is mainly the power frequency signal introduced for the electrical system, which leads to no apparent characteristic information on the Hilbert spectrogram under different fault types. Furthermore, the existence of load shock leads to the larger energy of transient shock in the current signal, manifested as a pulsating shock signal near the fundamental frequency. The normal Hilbert spectrum shown in Figure 5a indicates that the frequency component mainly changes around 500 and 2500 Hz, where the power frequency signal is dominant, and the energy changes obviously with time around 500 Hz. After 0.6 s, the energy increases, and the maximum energy is about 1200. The Hilbert spectrum in Figure 5b shows that the amplitude varies between 0.2~0.4 s, 0.6~0.8, and 0.8~1.0 s with the load increase, and the maximum amplitude is about 100. There is characteristic frequency information between 1 and 200 Hz. For pitting and wear failure modes, the Hilbert spectrum in Figure 5c,d shows that the characteristic information for the dominant energy distribution is similar. They all have abundant characteristic information near 1000 Hz, and the maximum amplitude is 250. It is shown that the Hilbert spectrum of four different fault characteristics are strongly influenced by power frequency signals. The IMF component in different fault signals contains the common information for normal signals and fault signals, and the information unrelated to the fault should be removed.

3.3. Sensitivity Calculation of Fault Sub-Band

After decomposing three kinds of fault signals by VMD-GA, six IMF components are obtained from broken tooth signals, and five IMF components are obtained from gear wear and pitting signals. According to the sensitive IMF discrimination algorithm, the correlation coefficient of IMF components for each fault type is calculated [ α i , β i , γ i , λ i , max ( d n ) ] , as shown in Figure 6.
The IMF1, IMF2, and IMF3 of the broken tooth signal; IMF1, IMF2, IMF3, and IMF4 of the pitting signal; and IMF1, IMF2, and IMF3 of the wear signal are selected by the sensitive IMF discrimination algorithm, and the results are shown in Figure 7.
As shown in Figure 7a–c, the local instantaneous energy spectrum of the broken tooth fault signal has prominent impact characteristics compared with the normal gear meshing signal. In contrast to pitting and tooth wear, the broken tooth condition has abundant characteristic information at 0–200 Hz, and the highest amplitude is 40. Compared with wear, pitting has characteristic information at 800–1000 Hz, and the characteristic frequency information is narrower than the wear frequency range, especially at 0–0.3 s and 0.7–1 s, and the maximum amplitude is 30. The amplitude of pitting near 500 Hz is higher than that for gear wear. Therefore, the distribution of the Hilbert spectrum in different states is different, and the feature dataset for fault identification can be constructed.
Then, using the same process, 1200 characteristic datasets are generated by VMD-GA combined with the Hilbert spectrum for current signals under normal, broken teeth, pitting, and wear conditions. Part of the dataset is shown in Figure 8.

3.4. Feature Learning and Pattern Classification Based on ShuffleNet-V2

ShuffleNet-V2 network architecture can be applied to diagnose gearbox fault types under uneven load shock conditions. The ShuffleNet-V2 neural network is a network with very low complexity. The core of ShuffleNet-V2 consists of two operations: point-by-point group convolution and channel shuffling. Point-by-point group convolution can significantly reduce computational loss. At the same time, channel shuffling can effectively alleviate the insufficient information flow between point-by-point group convolution channel groups, thus realizing the most advanced performance [41,42], as shown in Figure 9a. In ShuffleNet-V2 unit 1, the input feature graph is divided into two branches, and the number of channels each account for 1/2. The lower branch is constant; the upper branch goes through three convolutions with a step size of 1, using the same number of input and output channels. Two 1 × 1 convolutions are ordinary, and a 3 × 3 convolution is deep convolution in deep separable convolution. When the convolution is completed, the two branches carry out the Concat operation, add the number of channels, fuse features, and finally use Channel Shuffle to exchange information between different groups, so that the channels can be fully fused. In ShuffleNet-V2 Unit 2, instead of channel partitioning, the feature map is directly input to both branches. Both branches use 3 × 3 depth convolution with a step size of 2 to reduce the dimension of the feature map’s length (H) and width (W), thus reducing the network computation. Then, the Concat operation is carried out after the output of the two branches, and the number of channels added is twice that of the original input, increasing the network’s width and giving the network stronger feature extraction ability. Finally, channel shuffling is also carried out to realize the information exchange between different channels, as shown in Figure 9b.
The overall network structure of ShuffleNet-V2 is shown in Figure 9. The input feature map size is 3 × 224 × 224. First, 24 3 × 3 ordinary convolutions with a step size of 2 are used for feature extraction, and then the maximum pooling layer is used for down sampling. Then, three module layers composed of ShuffleNet-V2 Unit 2 and ShuffleNetV2-Unit 1 are used continuously, and the number of units 2 and 1 in the module layer is 1:3, 1:7, and 1:3, respectively. Then, 1024 1 × 1 convolution channels with a step size of 1 are used to expand the number of channels, and different characteristic information for the fault gears is obtained through the large receptive field of the large channel and large convolution.
In the neural network training process, 1200 datasets of four states are established, and 300 datasets are established for each working condition, of which 70% are training sets, 30% are testing verification sets, and 30 testing sets are reserved for each working condition. Moreover, hyperparameters have a certain influence on network performance, including the learning rate and optimizer. The unreasonable setting of the learning rate will cause the loss value to be challenging to find the decreasing direction quickly, leading to an increase in training time and the loss value remaining unchanged. On the contrary, if the learning setting is too large, there will be an overshoot. Through a large number of experiments, the learning rate of this selection is 0.001, the optimizer is selected as Adam, and the L2 regularization factor is set to 4 to prevent overfitting. The training correlation results are shown in Figure 10 as the training correlation curve.
As shown in Figure 10, the cross-entropy loss and accuracy of the verification and training set change with the increase in iteration times. The double longitudinal axes represent the accuracy and cross-entropy loss information, respectively. With the increase in training iteration times, the cross-entropy loss decreases rapidly when epoch = 20, then falls and finally approaches 0 gradually, indicating that the model can learn features from the training set. After 120 iterations, the cross-entropy loss and accuracy of the model converge to stable values. Finally, the accuracy of the model verification is also continuously improved to 94.79%, while the accuracy of the test set is 91.66%. Furthermore, these results show that the depth model has excellent performance and good fault diagnosis ability.

3.5. Contrast Experiment

To evaluate the performance of the proposed method in gear fault diagnosis of the scraper conveyor gearbox, a comparative test is carried out on the same current dataset, and the characteristic dataset is generated by a wavelet time-frequency transform. Through many experiments, the wavelet basis of wavelet time-frequency transform is selected as Db45, and some results are shown in Figure 11. Through the high-frequency part of the wavelet time-frequency map, we can find that wavelet time-frequency images contain abundant time-frequency characteristics of fault features [43]. In addition, two different datasets are used to train the RestNet-18 neural network.
The related training process and information are shown in Table 3.
As shown in Table 3, the average accuracy of the dataset generated by ShuffleNet-V2 combined with a wavelet time-frequency map is lower than that for the method proposed in this paper. In addition, the process of generating the wavelet time-frequency map datasets requires monitors to conduct many experiments to match the best wavelet basis. By testing the network after training, the network proposed in this article has the highest test accuracy, but compared with ShufferNet-V2, RestNet-18 training takes less time.

4. Result and Analysis

There are two possible reasons behind the performance enhancement of the model proposed in this paper. The first reason is that a suitable feature expression method is introduced into the gearbox fault diagnosis model. Even under the working conditions of load shock and power frequency signal interference, the proposed diagnosis model can extract unique fault feature information from input signals of different health conditions without manual intervention. Therefore, when the training dataset input is provided to the classifier (i.e., ShuffleNet-V2), it can accurately classify the data. The second reason is that the ShuffleNet-V2 neural network is used in the classification stage. Because of its simple and efficient network structure, it achieved higher accuracy after a short time.

5. Conclusions

In this paper, the current signal is used as the input data in the fault diagnosis model, which can effectively avoid the shortcomings caused by the vibration signal, and the fault diagnosis for the gear in the mine scraper conveyor gearbox is realized by MCSA. The results of this study are as follows:
1. Fault diagnosis of the gearbox gear in the mine scraper conveyor is always a difficult problem in related fields. The Hilbert spectrum is used to express the fault signal’s characteristics directly. The redundant irrelevant information negatively influences the characteristic fault information, mainly the power frequency and load impact signals caused by the electrical system. In this paper, the fault-sensitive IMF signal is used for extraction, and the experimental results prove the effectiveness of this method.
2. The higher diagnostic accuracy also shows that different types of fault gears have a certain degree of influence on the time, frequency, and amplitude of the load motor’s current signal. Taking it as an index, it can overcome the fault diagnosis problem under the condition of an unknown fault characteristic waveform.
3. For calculating fault-sensitive parameters of the scraper conveyor, the fault information-sensitive sub-band should be in the position of IMF1, IMF2, IMF3, and IMF4, and the IMF5 component is mainly similar to the normal signal waveform characteristics.
4. We prove that the feature extraction method based on VMD-Hilbert spectrum–ShuffleNet-V2 achieved high accuracy quickly, and it is a more suitable fault diagnosis model for a mine scraper.
Finally, this article has some shortcomings because the proposed data preprocessing methods have ample space for improvement in the implementation complexity. In addition, there is still room for further research on the performance and interpretability of the ShuffleNet-V2 model.

Author Contributions

All authors listed have made a substantial, direct, and intellectual contribution to the work and approved it for publication. All authors have read and agreed to the published version of the manuscript.

Funding

This study was funded by Shaanxi Provincial Department Municipal Linkage Key Project (Project No. 2022GD-TSLD-63 and Project No. 2022GD-TSLD-64); Key Research and Development Projects of Shaanxi Province (Project No. 2020ZDLGY04-06); Key Research and Development Projects of Shaanxi Province (Project No. 2020ZDLGY04-05); and Shaanxi Creative Talents Promotion Plan—Technological Innovation Team (Project No. 2021TD-27).

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

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

Acknowledgments

The translation of this paper was performed by Jingjing Zhang from College of Humanities and Foreign Languages of Xi’an University of Science and Technology, and we are very grateful for her efforts.

Conflicts of Interest

The authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

References

  1. Zhang, K.X.; Kang, L.; Chen, X.X.; He, M.C.; Zhu, C.; Li, D. A Review of Intelligent Unmanned Mining Current Situation and Development Trend. Energies 2022, 15, 513. [Google Scholar] [CrossRef]
  2. Wang, G.F.; Pang, Y.H.; Ren, H.W. Intelligent coal mining pattern and technological path. J. Min. Strat. Control Eng. 2020, 2, 5–19. [Google Scholar]
  3. Liang, X.H.; Zuo, M.J.; Feng, Z.P. Dynamic modeling of gearbox faults: A review. Mech. Syst. Signal Process. 2018, 98, 852–876. [Google Scholar] [CrossRef]
  4. Ma, H.Z.; Wang, X.W.; Li, B.; Liu, Z.Y.; Bi, W.J.; Wei, X. Study on the mechanical effect and wear behaviour of middle trough of a scraper conveyor based on DEM–MBD. Proc. Inst. Mech. Eng. Part J J. Eng. Tribol. 2022, 236, 1363–1374. [Google Scholar] [CrossRef]
  5. Gómez, M.J.; Marklund, P.; Strombergsson, D.; Castejón, C.; García, P. Analysis of vibration signals of drivetrain failures in wind turbines for condition monitoring. Exp. Tech. 2021, 45, 1–12. [Google Scholar] [CrossRef]
  6. Hao, H.; Feng, F.Z.; Jiang, F. Gear Fault Detection in a Planetary Gearbox Using Deep Belief Network. Math. Probl. Eng. 2022, 2022, 9908074. [Google Scholar] [CrossRef]
  7. Kia, S.H.; Henao, H.; Capolino, G. Gear tooth surface damage fault detection using induction machine stator current space vector analysis. IEEE Trans. Ind. Electron. 2015, 62, 1866–1878. [Google Scholar] [CrossRef]
  8. Blodt, M.; Chabert, M.; Regnier, J.; Faucher, J. Mechanical load fault detection in induction motors by stator current time-frequency analysis. IEEE Trans. Ind. Appl. 2006, 42, 1454–1463. [Google Scholar] [CrossRef]
  9. Blodt, M.; Bonacci, D.; Regnier, J. On-line monitoring of mechanical faults in variable-speed induction motor drives using the Wigner distribution. IEEE Trans. Ind. Electron. 2008, 55, 522–533. [Google Scholar] [CrossRef]
  10. Mohanty, A.R.; Kar, C. Fault Detection in a Multistage Gearbox by Demodulation of Motor Current Waveform. IEEE Trans. Ind. Electron. 2006, 53, 1285–1297. [Google Scholar] [CrossRef]
  11. Zhao, S.F.; Wang, P.F.; Li, S.J. Study on the Fault Diagnosis Method of Scraper Conveyor Gear under Time-Varying Load Condition. Appl. Sci. 2020, 10, 5053. [Google Scholar] [CrossRef]
  12. Xiao, M.H.; Zhang, W.; Zhao, Y.F.; Xu, X.M.; Zhou, S.F. Fault diagnosis of gearbox based on wavelet packet transform and CLSPSO-BP. Multimed. Tools Appl. 2022, 81, 11519–11535. [Google Scholar] [CrossRef]
  13. Liu, H.M.; Wang, X.; Lu, C. Rolling Bearing Fault Diagnosis under Variable Conditions Using Hilbert-Huang Transform and Singular Value Decomposition. Math. Probl. Eng. 2014, 2014, 765621. [Google Scholar] [CrossRef]
  14. Han, D.Y.; Zhao, N.; Shi, P.M. Gear fault feature extraction and diagnosis method under different load excitation based on EMD, PSO-SVM and fractal box dimension. J. Mech. Sci. Technol 2019, 33, 487–494. [Google Scholar] [CrossRef]
  15. Muhammad, A.; Shahab, K.; Syeda, T.; Hafiz, A.; Luqman, N. Vibration Based Gear Fault Diagnosis under Empirical Mode Decomposition and Power Spectrum Density Analysis. Adv. Sci. Technol. Res. J. 2019, 13, 192–200. [Google Scholar]
  16. Liu, C.; Cheng, G.; Chen, X.H.; Pang, Y.S. Planetary gears feature extraction and fault diagnosis method based on VMD and CNN. Sensors 2018, 18, 1523. [Google Scholar] [CrossRef]
  17. Fan, H.; Yang, Y.Q.; Ma, H.W. Root Crack Identification of Sun Gear in Planetary Gear System Combining Fault Dynamics with VMD Algorithm. Shock Vib. 2021, 2021, 5561417. [Google Scholar] [CrossRef]
  18. Zhang, J.; Zhang, J.; Zhong, M. A GOA-MSVM based strategy to achieve high fault identification accuracy for rotating machinery under different load conditions. Measurement 2020, 163, 108067. [Google Scholar] [CrossRef]
  19. Lei, Y.G.; Yang, B.; Jiang, X.W.; Jia, F.; Li, N.P.; Nandi, A. Applications of machine learning to machine fault diagnosis: A review and roadmap. Mech. Syst. Signal Process. 2020, 138, 106587. [Google Scholar] [CrossRef]
  20. He, F.; Ye, Q. A Bearing Fault Diagnosis Method Based on Wavelet Packet Transform and Convolutional Neural Network Optimized by Simulated Annealing Algorithm. Sensors 2022, 22, 1410. [Google Scholar] [CrossRef]
  21. Zhou, X.K.; Yu, J.B. Gearbox Fault Diagnosis Based on deep One-dimension Residual Convolutional Auto-encode. J. Mech. Eng. 2020, 56, 96–108. [Google Scholar]
  22. Azamfer, M.; Singh, J.; Bravo-Imaz, I. Multisensor data fusion for gearbox fault diagnosis using 2-D convolutional neural network and motor current signature analysis. Mech. Syst. Signal Process. 2020, 144, 106861. [Google Scholar] [CrossRef]
  23. Ma, N.N.; Zhang, X.; Zhang, X.T. ShuffleNet-V2: Practical Guidelines for Efficient CNN Architecture Design; Springer: Cham, Switzerland, 2018; pp. 122–138. [Google Scholar]
  24. Luo, Z.Y.; Tan, H.K.; Dong, X. A fault diagnosis method for rotating machinery with variable speed based on multi-feature fusion and improved ShuffleNet-V2. Meas. Sci. Technol. 2023, 34, 035110. [Google Scholar] [CrossRef]
  25. Kumar, A.; Zhou, Y.Q.; Xiang, J.W. Optimization of VMD using kernel-based mutual information for the extraction of weak features to detect bearing defects. Measurement 2021, 168, 108402. [Google Scholar] [CrossRef]
  26. Ding, J.K.; Xiao, D.M.; Li, X.J. Gear fault diagnosis based on genetic mutation particle swarm optimization VMD and probabilistic neural network algorithm. IEEE Access 2020, 8, 18456–18474. [Google Scholar] [CrossRef]
  27. Cao, Y.; Cheng, X.; Zhang, Q. An improved method for fault diagnosis of rolling bearings of power generation equipment in a smart microgrid. Front. Energy Res. 2022, 10, 1006215. [Google Scholar] [CrossRef]
  28. Jiang, L.; Wu, L.; Tian, Y.; Li, Y.B. An ensemble fault diagnosis method for rotating machinery based on wavelet packet transform and convolutional neural networks. Proc. Inst. Mech. Eng. Part C J. Mech. Eng. Sci. 2022, 236, 11600–11612. [Google Scholar] [CrossRef]
  29. Wang, Z.B.; Liang, B.; Si, L.; Tong, K.W.; Tan, C. A Novel Shearer Cutting State Recognition Method Based on Improved Variational Mode Decomposition and LSSVM with Acoustic Signals. Shock Vib. 2020, 2020, 8835462. [Google Scholar] [CrossRef]
  30. Sun, S.G.; Pang, Y.; Wang, J.Q. EEMD harmonic detection method based on the new wavelet threshold denoising pretreatment. Power Syst. Prot. Control 2016, 44, 42–48. [Google Scholar]
  31. Zhang, S.Q.; Zhang, Y. Harmonic detection method based on permutation entropy and variational modal decomposition optimized by genetic algorithm. Rev. Sci. Instrum. 2021, 92, 025118. [Google Scholar] [CrossRef]
  32. Shi, R.M.; Wang, B.K.; Wang, Z.Y.; Liu, J.Q.; Feng, X.Y.; Dong, L. Research on Fault Diagnosis of Rolling Bearings Based on Variational Mode Decomposition Improved by the Niche Genetic Algorithm. Entropy 2022, 24, 825. [Google Scholar] [CrossRef] [PubMed]
  33. Yi, Y.M.; Tian, G. Feature extraction method of ship radiated noise based on BOA-VMD and slope entropy. Front. Phys. 2022, 10, 1043070. [Google Scholar] [CrossRef]
  34. Wang, L.; Liu, H.; Liang, J.; Zhang, L.J.; Ji, Q.C.; Wang, J.Q. Research on the Rotor Fault Diagnosis Method Based on QPSO-VMD-PCA-SVM. Front. Energy Res. 2022, 16648714, 13. [Google Scholar] [CrossRef]
  35. Wang, Y.K.; Li, H.R.; Wang, B.; Xu, B.H. Spatial Information Entropy and Its Application in the Degradation State Identification of Hydraulic Pump. Math. Probl. Eng. 2015, 2015, 532684. [Google Scholar] [CrossRef]
  36. Hafida, M.; Fakher, C.; Ahmed, F. Detection of gear faults in variable rotating speed using variational mode decomposition (VMD). Mech. Ind. 2016, 17, 207. [Google Scholar]
  37. Jiang, J.; Chen, R.Y.; Zhang, C.H.; Chen, M.; Li, X.H.; Ma, G.M. Dynamic Fault Prediction of Power Transformers Based on Lasso Regression and Change Point Detection by Dissolved Gas Analysis. IEEE Trans. Dielectr. Electr. Insul. 2020, 27, 2130–2137. [Google Scholar] [CrossRef]
  38. Bian, X.H.; Ling, M.X.; Chu, Y.Y.; Liu, P.; Tan, X.Y. Spectral denoising based on Hilbert–Huang transform combined with F-test. Front. Chem. 2022, 10, 949461. [Google Scholar] [CrossRef]
  39. Erhu, D.; Long, A.; Li, Y.H.; Wu, C. Hilbert spectrum analysis method of blast vibration signal based on HHT instantaneous phase optimization. Appl. Acoust. 2022, 192, 108732. [Google Scholar]
  40. Rivas-Davalos, F.; Irving, M.R. An efficient genetic algorithm for optimal large-scale power distribution network planning. In Proceedings of the 2003 IEEE Bologna Power Tech Conference Proceedings, Bologna, Italy, 23–26 June 2003; Volume 3. [Google Scholar]
  41. Zhang, X.; Zhou, X.; Lin, M. ShuffleNet: An extremely efficient convolutional neural network for mobile devices. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Salt Lake City, UT, USA, 18–22 June 2018; pp. 6848–6856. [Google Scholar]
  42. Liu, H.C.; Yao, D.C.; Yang, J.W.; Xi, L. Lightweight Convolutional Neural Network and Its Application in Rolling Bearing Fault Diagnosis under Variable Working Conditions. Sensors 2019, 19, 4827. [Google Scholar] [CrossRef]
  43. Jesus, D.S.; Martin, V.; Pablo, A. Fourier-Based Adaptive Signal Decomposition Method Applied to Fault Detection in Induction Motors. Machines 2022, 10, 757. [Google Scholar]
Figure 1. Flow chart showing fault diagnosis for the scraper conveyor gearbox.
Figure 1. Flow chart showing fault diagnosis for the scraper conveyor gearbox.
Sensors 23 04951 g001
Figure 2. HB-KPL-75 reducer and data acquisition.
Figure 2. HB-KPL-75 reducer and data acquisition.
Sensors 23 04951 g002
Figure 3. Reducer current signal in different states.
Figure 3. Reducer current signal in different states.
Sensors 23 04951 g003
Figure 4. Variation in fitness–iteration times.
Figure 4. Variation in fitness–iteration times.
Sensors 23 04951 g004
Figure 5. Decomposition of raw data by VMD-GA: (a) normal; (b) gear broken; (c) gear pitting; (d) tooth wear.
Figure 5. Decomposition of raw data by VMD-GA: (a) normal; (b) gear broken; (c) gear pitting; (d) tooth wear.
Sensors 23 04951 g005
Figure 6. Sensitive IMF discrimination results for different fault signals: (a) gear broken; (b) gear pitting; (c) tooth wear.
Figure 6. Sensitive IMF discrimination results for different fault signals: (a) gear broken; (b) gear pitting; (c) tooth wear.
Sensors 23 04951 g006aSensors 23 04951 g006b
Figure 7. Excluding irrelevant components in the Hilbert spectrum: (a) gear broken; (b) gear pitting; (c) tooth wear.
Figure 7. Excluding irrelevant components in the Hilbert spectrum: (a) gear broken; (b) gear pitting; (c) tooth wear.
Sensors 23 04951 g007
Figure 8. Hilbert spectrum dataset for different fault types: (a) normal; (b) gear broken; (c) gear pitting; (d) tooth wear.
Figure 8. Hilbert spectrum dataset for different fault types: (a) normal; (b) gear broken; (c) gear pitting; (d) tooth wear.
Sensors 23 04951 g008
Figure 9. ShuffleNet-V2 model.
Figure 9. ShuffleNet-V2 model.
Sensors 23 04951 g009
Figure 10. ShuffleNet-V2 network training curve based on the Hilbert spectral dataset.
Figure 10. ShuffleNet-V2 network training curve based on the Hilbert spectral dataset.
Sensors 23 04951 g010
Figure 11. Wavelet decomposition time–frequency analysis dataset: (a) normal; (b) gear broken; (c) gear pitting; (d) tooth wear.
Figure 11. Wavelet decomposition time–frequency analysis dataset: (a) normal; (b) gear broken; (c) gear pitting; (d) tooth wear.
Sensors 23 04951 g011aSensors 23 04951 g011b
Table 1. HB-KPL-75 gearbox related parameters.
Table 1. HB-KPL-75 gearbox related parameters.
Gear NameNumber of Teeth
Bevel gear (driving)36
Bevel gear (driven)70
Helical gear (driving)36
Helical gear (driven)83
Sun wheel17
Planetary gear21
Planetary gear71
Table 2. Parameter settings for the genetic algorithm.
Table 2. Parameter settings for the genetic algorithm.
ParameterSetting
Penalty factor1000~4500
Decomposition layers3~8
Generations10
Population size20
Mutation probability0.18
Crossover probability0.7
Table 3. Training process information for different datasets.
Table 3. Training process information for different datasets.
Neural NetworkDatasetDuration (/s)Hardware ResourcesLearning RateTraining Accuracy Rate (%)Validation Accuracy Rate (%)
ShuffleNet-V2VMD-GA-Hilbert spectrogram778GTX1660ti0.00194.3591.66
ShuffleNet-V2Wavelet time–frequency780GTX1660ti0.00191.1390.00
ResNet-18VMD-GA-Hilbert spectrogram144GTX1660ti0.000185.0084.17
ResNet-18Wavelet time–frequency185GTX1660ti0.000183.6080.83
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Wang, W.; Guo, S.; Zhao, S.; Lu, Z.; Xing, Z.; Jing, Z.; Wei, Z.; Wang, Y. Intelligent Fault Diagnosis Method Based on VMD-Hilbert Spectrum and ShuffleNet-V2: Application to the Gears in a Mine Scraper Conveyor Gearbox. Sensors 2023, 23, 4951. https://doi.org/10.3390/s23104951

AMA Style

Wang W, Guo S, Zhao S, Lu Z, Xing Z, Jing Z, Wei Z, Wang Y. Intelligent Fault Diagnosis Method Based on VMD-Hilbert Spectrum and ShuffleNet-V2: Application to the Gears in a Mine Scraper Conveyor Gearbox. Sensors. 2023; 23(10):4951. https://doi.org/10.3390/s23104951

Chicago/Turabian Style

Wang, Weibing, Shuai Guo, Shuanfeng Zhao, Zhengxiong Lu, Zhizhong Xing, Zelin Jing, Zheng Wei, and Yuan Wang. 2023. "Intelligent Fault Diagnosis Method Based on VMD-Hilbert Spectrum and ShuffleNet-V2: Application to the Gears in a Mine Scraper Conveyor Gearbox" Sensors 23, no. 10: 4951. https://doi.org/10.3390/s23104951

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