CN112069918A - Fault diagnosis method and device for planetary gearbox - Google Patents

Fault diagnosis method and device for planetary gearbox Download PDF

Info

Publication number
CN112069918A
CN112069918A CN202010823453.XA CN202010823453A CN112069918A CN 112069918 A CN112069918 A CN 112069918A CN 202010823453 A CN202010823453 A CN 202010823453A CN 112069918 A CN112069918 A CN 112069918A
Authority
CN
China
Prior art keywords
lssvm
signal
fault
algorithm
classification model
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202010823453.XA
Other languages
Chinese (zh)
Inventor
郑坤鹏
丁云飞
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shanghai Dianji University
Original Assignee
Shanghai Dianji University
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shanghai Dianji University filed Critical Shanghai Dianji University
Priority to CN202010823453.XA priority Critical patent/CN112069918A/en
Publication of CN112069918A publication Critical patent/CN112069918A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2218/00Aspects of pattern recognition specially adapted for signal processing
    • G06F2218/08Feature extraction
    • GPHYSICS
    • G01MEASURING; TESTING
    • G01MTESTING STATIC OR DYNAMIC BALANCE OF MACHINES OR STRUCTURES; TESTING OF STRUCTURES OR APPARATUS, NOT OTHERWISE PROVIDED FOR
    • G01M13/00Testing of machine parts
    • G01M13/02Gearings; Transmission mechanisms
    • G01M13/021Gearings
    • GPHYSICS
    • G01MEASURING; TESTING
    • G01MTESTING STATIC OR DYNAMIC BALANCE OF MACHINES OR STRUCTURES; TESTING OF STRUCTURES OR APPARATUS, NOT OTHERWISE PROVIDED FOR
    • G01M13/00Testing of machine parts
    • G01M13/02Gearings; Transmission mechanisms
    • G01M13/028Acoustic or vibration analysis
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/24Classification techniques
    • G06F18/241Classification techniques relating to the classification model, e.g. parametric or non-parametric approaches
    • G06F18/2411Classification techniques relating to the classification model, e.g. parametric or non-parametric approaches based on the proximity to a decision surface, e.g. support vector machines

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Data Mining & Analysis (AREA)
  • Artificial Intelligence (AREA)
  • General Engineering & Computer Science (AREA)
  • Bioinformatics & Cheminformatics (AREA)
  • Evolutionary Computation (AREA)
  • Evolutionary Biology (AREA)
  • Bioinformatics & Computational Biology (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Signal Processing (AREA)
  • Acoustics & Sound (AREA)
  • Testing Of Devices, Machine Parts, Or Other Structures Thereof (AREA)

Abstract

The invention relates to a fault diagnosis method and a fault diagnosis device for a planetary gearbox, wherein the method comprises the following steps of: s1: acquiring a vibration signal of the planetary gearbox; s2: decomposing the vibration signal by adopting an MEEMD decomposition algorithm to obtain an IMF function; s3: calculating sample entropy according to the IMF function, and extracting fault characteristics of the planetary gearbox; s4: and according to the fault characteristics, carrying out classification and identification on fault types by adopting a WOA-LSSVM classification model. Compared with the prior art, the invention adopts the MEEMD decomposition algorithm, which not only inhibits the modal aliasing phenomenon, but also limits the defects of the EEMD algorithm; the regularization parameters and kernel function parameters of the LSSVM model are optimized by using a whale optimization algorithm, the method has the characteristics of simple and quick operation, strong global search capability and the like, and the local extreme value can be eliminated with great probability.

Description

Fault diagnosis method and device for planetary gearbox
Technical Field
The invention relates to the field of fault diagnosis of mechanical equipment, in particular to a fault diagnosis method and device of a planetary gear box.
Background
With the continuous advance of industrialization, the planetary gear box is applied to the transmission system of more and more rotating machines, and accurate fault diagnosis of the planetary gear box is crucial to the stable operation of the rotating machines. The traditional method for processing the vibration signal of the planetary gearbox is mostly wavelet analysis method, Empirical Mode Decomposition (EMD) method and the like. After the vibration signal of the planetary gearbox is processed, the fault characteristics of the planetary gearbox need to be extracted, generally time domain characteristics, and the parameters are more and difficult to select.
With the development of artificial intelligence technology, it is a trend to implement fault diagnosis of machinery by using an intelligent algorithm, and classical intelligent classification algorithms include a neural network, a support vector machine, a decision tree and the like, wherein the support vector machine is most widely applied due to the characteristics of simple algorithm, few required samples, excellent classification result and the like.
Compared with a wavelet analysis method, the Empirical Mode Decomposition (EMD) has certain adaptivity, but still has the problem of mode aliasing, and the Ensemble EMD (EEMD) has a certain inhibition effect on the mode aliasing by adding white noise to an original signal. However, the number of iterations of the EEMD algorithm is large, the calculation amount is increased, and if the added white noise is not appropriate, the decomposed components can not necessarily meet the IMF definition, so that more meaningless IMF components appear. The extraction of subsequent planetary gearbox faults is not facilitated. The time domain fault characteristics of the vibration signal are more and difficult to select.
Although the support vector machine algorithm can achieve an excellent classification effect, the calculation efficiency is low, the regularization parameter gamma and the kernel function parameter sigma are difficult to select, and if the selected parameters are not appropriate, the classification precision is reduced.
Disclosure of Invention
The invention aims to overcome the defects that the prior art ensemble empirical mode decomposition method has more meaningless IMF components and influences the fault diagnosis accuracy, and provides a fault diagnosis method and device of a planetary gearbox.
The purpose of the invention can be realized by the following technical scheme:
a method of fault diagnosis of a planetary gearbox comprising the steps of:
s1: acquiring a vibration signal of the planetary gearbox;
s2: decomposing the vibration signal by adopting an MEEMD decomposition algorithm to obtain an IMF function;
s3: extracting fault features of the planetary gearbox according to the IMF function;
s4: and according to the fault characteristics, carrying out classification and identification on fault types.
Further, the MEEMD decomposition algorithm comprises the following steps:
s201: adding a group of white noise signals with amplitudes opposite to each other and the mean value of the white noise signals is zero into the vibration signals respectively to obtain a first processing signal and a second processing signal respectively;
s202: performing EMD on the first processing signal and the second processing signal respectively to obtain multi-order IMF components;
s203: performing integrated averaging on the jth-order IMF component in the first processing signal and the jth-order IMF component in the second processing signal to obtain a jth-order integrated average component;
s204: calculating the permutation entropy of the integrated average components;
s205: judging whether the permutation entropy calculated in the step S204 is greater than a preset threshold, if so, executing a step S206, otherwise, executing a step S207;
s206: marking the j-th integrated average component as an abnormal signal, executing j ═ j +1, and returning to the step S203;
s207: and removing abnormal signals from the vibration signals acquired in the step S201 to obtain residual signals, and performing EMD decomposition on the residual signals to acquire the IMF function.
Further, the amplitude of the white noise signal is within a range of 0.1 to 0.2 times the standard deviation of the vibration signal.
Further, the calculation expression of the integrated average component of the j-th order is as follows:
Figure BDA0002635180640000021
in the formula Ij(t) is the integrated average component of the j-th order, N is the length of the vibration signal, Ne is the logarithm of the white noise signal,
Figure BDA0002635180640000022
the IMF component of the j-th order in the first processed signal,
Figure BDA0002635180640000023
the IMF component of the j-th order in the second processed signal.
Further, in step S4, a previously established and trained LSSVM classification model is used to perform classification and identification of the fault type.
Further, in the step S4, a WOA-LSSVM classification model which is pre-established and trained is adopted to perform classification and identification of the fault types, and the WOA-LSSVM classification model is an LSSVM classification model which optimizes regularization parameters and kernel function parameters by using a whale optimization algorithm.
Further, the training process of the WOA-LSSVM classification model comprises the following steps:
s401: determining a fitness function, and acquiring a training sample of a vibration signal of the planetary gearbox;
s402: initializing parameters of the whale optimization algorithm and the LSSVM classification model;
s403: loading the training samples into the LSSVM classification model for model training, and calculating a fitness function of the LSSVM classification model;
s404: based on the self-adaptive function, updating regularization parameters and kernel function parameters of the LSSVM classification model by adopting the whale optimization algorithm;
s405: circularly executing the step S403 to the step S404 until reaching the preset maximum iteration number;
s406: and establishing the WOA-LSSVM classification model by adopting the optimal fitness function calculation value in the iteration process and the corresponding regularization parameter and kernel function parameter.
Further, the fitness function is the classification accuracy of the training samples.
Further, in the step S4, the fault types identified by the classification include normal, broken tooth, wear and pitting.
The invention also provides a fault diagnosis device of the planetary gearbox, which comprises a memory and a processor, wherein the memory stores a computer program, and the processor calls the computer program to execute the steps of the method.
Compared with the prior art, the invention has the following advantages:
(1) according to the invention, the MEEMD decomposition algorithm is adopted to extract fault characteristics, and the interference of white noise signals is reduced and the completeness of the EEMD algorithm is improved by adding the white noise signals with opposite signs in pairs; by calculating the permutation entropy of the IMF components, separating abnormal signals of the time sequence signals according to the permutation entropy value and a certain rule, and then performing EMD decomposition on the residual signals, the modal aliasing phenomenon is inhibited, and the defects of the EEMD algorithm are limited.
(2) According to the invention, the LSSVM classification model is adopted to classify and identify the fault types, and compared with the traditional support vector machine, the objective function is changed from inequality constraint to equality constraint, so that the complexity of calculation is greatly simplified; experiments prove that the LSSVM algorithm obtains a good compromise between the complexity of the model and the accuracy of a training result, and is more suitable for the situation that a data sample is complex.
(3) The method considers that some classical intelligent optimization algorithms are often used for optimizing regularization parameters and kernel function parameters of the LSSVM model, such as particle swarm optimization algorithm, genetic algorithm and the like; although the algorithm has a certain improvement on the classification effect of the LSSVM, the trap of a local extreme value is not easy to jump out, so that the classification precision is not high; the regularization parameters and kernel function parameters of the LSSVM model are optimized by adopting a whale optimization algorithm, and compared with the algorithms, the algorithm has the characteristics of simple and quick operation, strong global search capability and the like, and has great probability of getting rid of local extreme values.
(4) According to the invention, the MEEMD algorithm is adopted to decompose the vibration signal, compared with the traditional EEMD algorithm, the modal aliasing is inhibited, the problem of excessive meaningless components is solved, a better decomposition effect is obtained, and a foundation is laid for the subsequent gearbox fault extraction; the method has the advantages that the MEEMD algorithm and the sample entropy are used for constructing the fault feature vector, and compared with the traditional time domain feature, the method is simple and convenient; and finally, aiming at the difficult problem of LSSVM parameter selection, optimizing the LSSVM by using a Whale Optimization Algorithm (WOA), establishing a WOA-LSSVM planetary gearbox fault diagnosis model, and realizing fault diagnosis of the gearbox.
Drawings
FIG. 1 is a MEEMD decomposition flow diagram;
FIG. 2 is a waveform diagram of a simulation signal;
FIG. 3 is an exploded view of the emulation signal EEMD;
FIG. 4 is an exploded view of the emulation signal MEEMD;
FIG. 5 is a flow chart of a gear fault feature vector construction;
FIG. 6 is a waveform of vibration signals for four operating states of the gearbox;
FIG. 7 is a flow chart of a whale optimization algorithm;
FIG. 8 is a flowchart of a WOA-LSSVM fault diagnosis model process;
FIG. 9 is a graph of four fault diagnosis model aliasing matrices;
FIG. 10 is a graph of fitness for three optimized models;
FIG. 11 is a flow chart schematic of a method of fault diagnosis of a planetary gearbox.
Detailed Description
The invention is described in detail below with reference to the figures and specific embodiments. The present embodiment is implemented on the premise of the technical solution of the present invention, and a detailed implementation manner and a specific operation process are given, but the scope of the present invention is not limited to the following embodiments.
Example 1
As shown in fig. 11, the present invention provides a fault diagnosis method of a planetary gearbox, comprising the steps of:
s1: acquiring a vibration signal of the planetary gearbox;
s2: decomposing the vibration signal by adopting an MEEMD decomposition algorithm to obtain an IMF function;
the MEEMD decomposition algorithm comprises the following steps:
s201: adding a group of white noise signals with amplitudes opposite to each other and the mean value of the white noise signals is zero into the vibration signals respectively to obtain a first processing signal and a second processing signal respectively;
s202: performing EMD on the first processing signal and the second processing signal respectively to obtain multi-order IMF components;
s203: carrying out integration average on the jth order IMF component in the first processing signal and the jth order IMF component in the second processing signal to obtain a jth order integration average component;
s204: calculating the permutation entropy of the integrated average components;
s205: judging whether the permutation entropy calculated in the step S204 is greater than a preset threshold, if so, executing the step S206, otherwise, executing the step S207;
s206: marking the j-th integrated average component as an abnormal signal, executing j ═ j +1, and returning to the step S203;
s207: and removing the abnormal signal from the vibration signal acquired in the step S201 to obtain a residual signal, and performing EMD decomposition on the residual signal to acquire an IMF function.
The amplitude of the white noise signal is within a range of 0.1 to 0.2 times the standard deviation of the vibration signal.
The computational expression for the integrated average component of the j-th order is:
Figure BDA0002635180640000051
where I (t) is the integrated average component of the j-th order, N is the length of the vibration signal, Ne is the logarithm of the white noise signal,
Figure BDA0002635180640000052
the IMF component of the j-th order in the first processed signal,
Figure BDA0002635180640000053
the IMF component of the j-th order in the second processed signal.
S3: extracting fault characteristics of the planetary gearbox according to the IMF function;
s4: and according to fault characteristics, carrying out classification and identification on fault types by adopting a pre-established and trained WOA-LSSVM classification model, wherein the WOA-LSSVM classification model is an LSSVM classification model for optimizing regularization parameters and kernel function parameters by adopting a whale optimization algorithm. The fault types identified by classification include normal, broken tooth, wear and pitting.
The training process of the WOA-LSSVM classification model comprises the following steps:
s401: determining a fitness function, wherein the fitness function is the classification accuracy of the training samples, and acquiring the training samples of the vibration signals of the planetary gear box;
s402: initializing parameters of a whale optimization algorithm and an LSSVM classification model;
s403: loading the training samples into an LSSVM classification model for model training, and calculating a fitness function of the LSSVM classification model;
s404: updating regularization parameters and kernel function parameters of the LSSVM classification model by adopting a whale optimization algorithm based on the self-adaptive function;
s405: circularly executing the step S403 to the step S404 until reaching the preset maximum iteration number;
s406: and establishing a WOA-LSSVM classification model by adopting an optimal fitness function calculation value in an iteration process and corresponding regularization parameters and kernel function parameters.
The steps of the fault diagnosis method of the present embodiment are described in detail below.
1. Planetary gearbox fault extraction based on MEEMD algorithm and sample entropy
Empirical Mode Decomposition (EMD) suffers from modal aliasing. EEMD has a certain suppression effect on mode aliasing by adding white noise to the original signal. However, due to the limitation of the number of iterations of the EEMD algorithm, the decomposed components do not necessarily satisfy the IMF definition (there is a spurious component), and the physical significance of the instantaneous frequency of the component cannot be ensured. Different from EEMD algorithm, MEEMD algorithm adds paired white noise signals with opposite signs, reduces interference of the white noise signals, improves completeness of EEMD algorithm, and introduces permutation entropy on the basis. The MEEMD algorithm not only inhibits the modal aliasing phenomenon, but also limits the defects of the EEMD algorithm by calculating the permutation entropy of IMF components, separating abnormal signals of time sequence signals according to the permutation entropy value and a certain rule, and then carrying out EMD decomposition on the residual signals. Taking the original signal with length N as an example, the decomposition process is shown in fig. 1.
1.1) adding a pair of white noise signals with zero mean value into the original vibration signals x (t) of the gearbox respectively, wherein the amplitude of the white noise is 0.1 to 0.2 times of the standard deviation of the original signals mostly, and generating two x+(t) and x-(t) two signals.
1.2) to x+(t) and x-(t) EMD decomposition to obtain a first-order IMF component,
Figure BDA0002635180640000061
and
Figure BDA0002635180640000062
the component obtained by integration and averaging is
Figure BDA0002635180640000063
Wherein: ne is the logarithm of the white noise added; n is the length of the vibration signal, Ne in this document 50,.
1.3) calculating the signal I1And (t) judging whether the entropy value is larger than a set threshold (0.6 is taken in the text) or not, and identifying the signal larger than the threshold as an abnormal signal, otherwise, identifying the signal as a normal signal.
1.4) if I1(t) is an abnormal signal. Continue to execute steps 1.1), 1.2) and 1.3) until IMF component Iq(t) is a normal signal.
1.5) removing q-1 abnormal signals from the original signals of the gear box, performing EMD on the rest signals, and sequencing the obtained IMF components from high frequency to low frequency to complete the MEEMD of the signals.
Since the space limit permutation entropy calculation method is not shown here, in order to verify the superiority of the MEEMD algorithm compared with the EEMD algorithm, the simulation signal is set as formula (2), and the waveform is shown in fig. 2.
y(t)=2sin(160πx)+3sin(20πx) (2)
The simulation signals are decomposed by two algorithms, EEMD and MEEMD, respectively, and the decomposition results are shown in FIG. 3 and FIG. 4. Table 1 shows indices of decomposition errors, orthogonality with respect to the original signal, and operation time in the two decomposition methods. From table 1, it is understood that the MEEMD decomposition effect is more excellent than the EEMD.
TABLE 1 EEMD comparison with MEEMD decomposition results
Figure BDA0002635180640000071
And applying the MEEMD algorithm with a better decomposition result to the decomposition of the vibration signal of the gearbox, selecting a proper IMF component, and constructing a fault characteristic vector of the gearbox, wherein the process is shown in FIG. 5. Taking the set of vibration signals of fig. 6 as an example, the fault feature vector is shown in table 2.
TABLE 2 MEEMD-sample entropy construction of Fault feature vectors
Figure BDA0002635180640000072
2. Planetary gearbox fault diagnosis model based on WOA-LSSVM
Compared with the traditional support vector machine, the LSSVM classification algorithm has the advantages that the objective function is changed from inequality constraint to equality constraint, and the complexity of calculation is greatly simplified. Experiments prove that the LSSVM algorithm obtains a good compromise between the complexity of the model and the accuracy of a training result, and is more suitable for the situation that a data sample is complex. The specific implementation method of the LSSVM is not described in detail herein.
According to the basic principle of the LSSVM algorithm, the fact that the acquisition of proper parameters is important for the LSSVM model can be known. LSSVMs have two parameters: the regularization parameter gamma and the kernel function parameter sigma greatly influence the LSSVM classification model. Some classical intelligent optimization algorithms are often used to optimize the LSSVM model, such as particle swarm optimization algorithm, genetic algorithm, etc. Although the algorithm has a certain improvement on the classification effect of the LSSVM, traps with local extreme values are not easy to jump out, so that the classification precision is not high, compared with the algorithms, the whale optimization algorithm has the characteristics of simple and quick operation, strong global search capability and the like, and has a great probability of getting rid of the local extreme values.
The implementation flow of the whale optimization algorithm is shown in fig. 7.
2.1) surrounding the prey
When whales search for a prey, the position of the prey should be determined firstly, then enclosure is carried out, and individuals in a group move to the optimal position on the assumption that the current optimal position is the target prey.
Figure BDA0002635180640000081
For the distance between the individual and the optimal whale position, the position is updated as follows:
Figure BDA0002635180640000082
where t represents the iteration of the current generation,
Figure BDA0002635180640000083
indicating the position of the best whale in the tth generation,
Figure BDA0002635180640000084
indicating the location of individual whales in the t-th generation. Wherein
Figure BDA0002635180640000085
And
Figure BDA0002635180640000086
is defined as follows:
Figure BDA0002635180640000087
in the formula
Figure BDA0002635180640000088
Represents [0,1]]T is the current iteration number, TmaxIs the maximum number of iterationsNumber when
Figure BDA0002635180640000089
By the time, the whale thinks that the prey is found, the air bubble attack can be started.
2.2) bubble attack
In the whale optimization algorithm, two whale predation modes are set, which are respectively as follows: a contraction enclosure mode and a spiral bubble net attack mode.
A contraction and enclosure manner: by reducing that in equation (4)
Figure BDA00026351806400000813
To achieve, known from the formula
Figure BDA00026351806400000810
Size of [ -a, a]In the meantime.
Spiral bubble net attack mode: the individual whales prey on the prey in a spiral path. The position equation is updated as follows.
Figure BDA00026351806400000811
In the formula
Figure BDA00026351806400000812
Representing the distance between whale and prey, b is a curve defining the form of a logarithmic spiral, l is [ -1,1 [ ]]A random number in between.
In order to simulate the mode of simultaneously using the contraction enclosure and the spiral path when a whale colony attacks a prey, a probability p is set by a whale optimization algorithm to set two predation modes of the contraction enclosure and the spiral path attack. p is a random number between [0,1], and assuming that the probability that whales respectively adopt two predation modes is 0.5, the whale positions are iterated by a mathematical model:
Figure BDA0002635180640000091
2.3) search for prey
In addition to the updated positions of the whales following the optimal positions, the whales can randomly update the positions of the whales during the predation process, so that the whales are forced to obtain a larger search range, and the Whale Optimization (WOA) algorithm has better global search capability. When in use
Figure BDA0002635180640000092
The whale randomly searches for prey behavior, and the mathematical expression at this stage is:
Figure BDA0002635180640000093
and (3) applying a Whale Optimization Algorithm (WOA) to the LSSVM algorithm to optimize and establish a fault diagnosis model of the planetary gearbox WOA-LSSVM. The implementation flow is as shown in fig. 8.
2.3.1) dividing the fault characteristic matrix of the planetary gearbox into a training sample matrix and a testing sample matrix according to a certain proportion.
2.3.2) determining a fitness function of the whale optimization algorithm, wherein the fitness function of the model is the classification accuracy of the planetary gearbox training samples, and finally, the fitness function is required to obtain the maximum value in all whale populations, namely the maximum classification accuracy rate, according to the finally selected parameters (the optimal positions of the whales).
2.3.3) initializing the parameters of the whale optimization algorithm and the least square support vector machine.
2.3.4) inputting two parameters of the LSSVM, and training the LSSVM model by using the training samples to calculate the fitness function of the LSSVM model.
2.3.5) Whale Optimization Algorithm (WOA) updates the optimal whale optimal position (parameter) and inputs into LSSVM model.
2.3.6) train a new LSSVM model using the training samples and calculate a fitness function.
2.3.7) loop through steps 2.3.4) to 2.3.6) until the maximum number of iterations for WOA is reached
2.3.8) records the parameters (whale position) corresponding to the optimal fitness function
2.3.9) using the optimal parameters to build a WOA-LSSVM planetary gearbox fault diagnosis model.
2.3.10) inputting the test sample into a WOA-LSSVM fault diagnosis model to complete the fault diagnosis of the planetary gearbox.
3. Experimental verification
The invention carries out tests according to a fault diagnosis platform of Shanghai electric group, sets the sampling frequency to be 2000 x 2.56hz, and adopts 4 vibration signals of normal, broken teeth, abrasion and pitting corrosion under the conditions of rotating speed of 880r/min and loading current of 0.05A through an acceleration sensor. Preprocessing signals to obtain the planetary gearbox in four states: normal, broken teeth, wear, pitting, vibration signals are 25 groups each, and 100 groups are total. In order to verify the superiority of the fault diagnosis model of the WOA-LSSVM planetary gearbox, the simulation contrast experiment process is set as follows:
3.1) randomly selecting gear box fault samples under four states: normal, broken tooth, abrasion and pitting corrosion are respectively 5 groups, and a total of 20 groups are used as training sample sets. The remaining 80 sets of samples were used as test samples, with 20 sets for each of the four failure types.
3.2) based on the theory and the method, respectively establishing four untrained fault diagnosis models of LSSVM, GA-LSSVM, PSO-LSSVM and WOA-LSSVM.
And 3.3) respectively inputting 20 groups of training samples into four fault diagnosis models, and training the models. And obtaining the trained model.
And 3.4) respectively inputting 80 groups of test samples into four planetary gearbox fault diagnosis models of LSSVM, GA-LSSVM, PSO-LSSVM and WOA-LSSVM which are trained, obtaining specific classification results, and then counting respective fault recognition rates.
The aliasing matrix of the fault diagnosis of the four planetary gearboxes of LSSVM, GA-LSSVM, PSO-LSSVM and WOA-LSSVM is shown in FIG. 9. The fitness function curves of the three optimization algorithms are shown in fig. 10.
From the aliasing matrix of fig. 9, the fault diagnosis model of LSSVM performs the worst, the classification of the WOA-LSSVM algorithm performs the best, and all four faults are correct. Analyzing the aliasing matrix to know that the fault types classified by mistake are wear and corrosion faults, and the two fault types are similar and are difficult to distinguish according to the practical situation, wherein the two faults are between: the total number of the fault diagnosis models of the LSSVM fault diagnosis model is 6, and the diagnosis models of the GA-LSSVM and the PSO-LSSVM fault diagnosis models are trapped in local extreme values, so that the number of the fault diagnosis models of the GA-LSSVM and the PSO-LSSVM fault diagnosis models is 5 and 4 respectively, and a good classification effect cannot be achieved.
Analyzing fig. 10, compared with two classic optimization algorithms, the WOA-LSSVM algorithm jumps out of local extremum and achieves better effect. As known from a WOA-LSSVM optimization model fitness curve, along with the increase of iteration times, the global search capacity of the whale optimization algorithm gradually appears, and local extreme values are continuously jumped out until the fitness obtains the maximum value. Compared with the WOA-LSSVM algorithm, the membership curve of the PSO-LSSVM and the genetic algorithm GA) is a straight line, and local extreme values cannot be jumped out.
The embodiment also provides a fault diagnosis device of the planetary gearbox, which comprises a memory and a processor, wherein the memory stores a computer program, and the processor calls the computer program to execute the steps of the method.
The foregoing detailed description of the preferred embodiments of the invention has been presented. It should be understood that numerous modifications and variations could be devised by those skilled in the art in light of the present teachings without departing from the inventive concepts. Therefore, the technical solutions available to those skilled in the art through logic analysis, reasoning and limited experiments based on the prior art according to the concept of the present invention should be within the scope of protection defined by the claims.

Claims (10)

1. A method of fault diagnosis for a planetary gearbox comprising the steps of:
s1: acquiring a vibration signal of the planetary gearbox;
s2: decomposing the vibration signal by adopting an MEEMD decomposition algorithm to obtain an IMF function;
s3: extracting fault features of the planetary gearbox according to the IMF function;
s4: and according to the fault characteristics, carrying out classification and identification on fault types.
2. A method of fault diagnosis of an epicyclic gearbox according to claim 1, wherein said MEEMD decomposition algorithm comprises the following steps:
s201: adding a group of white noise signals with opposite amplitudes and zero mean value into the vibration signals respectively to obtain a first processing signal and a second processing signal respectively;
s202: performing EMD on the first processing signal and the second processing signal respectively to obtain multi-order IMF components;
s203: performing integrated averaging on the jth-order IMF component in the first processing signal and the jth-order IMF component in the second processing signal to obtain a jth-order integrated average component;
s204: calculating the permutation entropy of the integrated average components;
s205: judging whether the permutation entropy calculated in the step S204 is greater than a preset threshold, if so, executing a step S206, otherwise, executing a step S207;
s206: marking the j-th integrated average component as an abnormal signal, executing j ═ j +1, and returning to the step S203;
s207: and removing abnormal signals from the vibration signals acquired in the step S201 to obtain residual signals, and performing EMD decomposition on the residual signals to acquire the IMF function.
3. The method of diagnosing a malfunction of an epicyclic gearbox according to claim 2, wherein said white noise signal has an amplitude within the range of 0.1 to 0.2 times the standard deviation of said vibration signal.
4. A method as claimed in claim 2, wherein the calculation expression of the integrated average component of the j-th order is:
Figure FDA0002635180630000011
in the formula Ij(t) is the integrated average component of the j-th order, N is the length of the vibration signal, Ne is the logarithm of the white noise signal,
Figure FDA0002635180630000012
the IMF component of the j-th order in the first processed signal,
Figure FDA0002635180630000013
the IMF component of the j-th order in the second processed signal.
5. The method for diagnosing faults of an epicyclic gearbox according to claim 1, wherein in step S4, a pre-established and trained LSSVM classification model is used for classification and identification of fault types.
6. The method as claimed in claim 1, wherein in step S4, a WOA-LSSVM classification model is used to perform classification and identification of fault types, wherein the WOA-LSSVM classification model is an LSSVM classification model that uses whale optimization algorithm to optimize regularization parameters and kernel function parameters.
7. The method of claim 6, wherein the training process of the WOA-LSSVM classification model comprises the steps of:
s401: determining a fitness function, and acquiring a training sample of a vibration signal of the planetary gearbox;
s402: initializing parameters of the whale optimization algorithm and the LSSVM classification model;
s403: loading the training samples into the LSSVM classification model for model training, and calculating a fitness function of the LSSVM classification model;
s404: based on the self-adaptive function, updating regularization parameters and kernel function parameters of the LSSVM classification model by adopting the whale optimization algorithm;
s405: circularly executing the step S403 to the step S404 until reaching the preset maximum iteration number;
s406: and establishing the WOA-LSSVM classification model by adopting the optimal fitness function calculation value in the iteration process and the corresponding regularization parameter and kernel function parameter.
8. The method as claimed in claim 7, wherein the fitness function is a classification accuracy of the training samples.
9. The method for diagnosing faults of an epicyclic gearbox according to claim 1, wherein said fault types identified by said classification in step S4 include normal, broken teeth, wear and pitting.
10. A fault diagnosis device for an epicyclic gearbox comprising a memory and a processor, said memory storing a computer program, said processor invoking said computer program for performing the steps of the method according to any of claims 1 to 9.
CN202010823453.XA 2020-08-17 2020-08-17 Fault diagnosis method and device for planetary gearbox Pending CN112069918A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010823453.XA CN112069918A (en) 2020-08-17 2020-08-17 Fault diagnosis method and device for planetary gearbox

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010823453.XA CN112069918A (en) 2020-08-17 2020-08-17 Fault diagnosis method and device for planetary gearbox

Publications (1)

Publication Number Publication Date
CN112069918A true CN112069918A (en) 2020-12-11

Family

ID=73662010

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010823453.XA Pending CN112069918A (en) 2020-08-17 2020-08-17 Fault diagnosis method and device for planetary gearbox

Country Status (1)

Country Link
CN (1) CN112069918A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113204849A (en) * 2021-05-26 2021-08-03 西安工业大学 Gear peeling fault detection method for gear box
CN113657244A (en) * 2021-08-13 2021-11-16 山东大学 Fan gearbox fault diagnosis method and system based on improved EEMD and speech spectrum analysis
CN114578195A (en) * 2022-03-03 2022-06-03 海南电网有限责任公司儋州供电局 IEMD and GA-BP based online intelligent diagnosis method for insulation fault of switching-on and switching-off coils of ring main unit switch

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105784366A (en) * 2016-03-30 2016-07-20 华北电力大学(保定) Wind turbine generator bearing fault diagnosis method under variable speed
CN108254179A (en) * 2017-08-08 2018-07-06 常州路航轨道交通科技有限公司 A kind of bullet train wheel set bearing method for diagnosing faults based on MEEMD arrangement entropys
CN108399147A (en) * 2018-01-25 2018-08-14 山东科技大学 A kind of transformer excitation flow recognition method based on MEEMD algorithms
CN110161968A (en) * 2019-06-14 2019-08-23 重庆邮电大学 A kind of numerical control machining tool heat error prediction technique based on packaging type principle
CN111272429A (en) * 2020-03-04 2020-06-12 贵州大学 Bearing fault diagnosis method

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105784366A (en) * 2016-03-30 2016-07-20 华北电力大学(保定) Wind turbine generator bearing fault diagnosis method under variable speed
CN108254179A (en) * 2017-08-08 2018-07-06 常州路航轨道交通科技有限公司 A kind of bullet train wheel set bearing method for diagnosing faults based on MEEMD arrangement entropys
CN108399147A (en) * 2018-01-25 2018-08-14 山东科技大学 A kind of transformer excitation flow recognition method based on MEEMD algorithms
CN110161968A (en) * 2019-06-14 2019-08-23 重庆邮电大学 A kind of numerical control machining tool heat error prediction technique based on packaging type principle
CN111272429A (en) * 2020-03-04 2020-06-12 贵州大学 Bearing fault diagnosis method

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
姜双阳: ""基于CPSO-BBO优化SVM的风机主轴轴承的故障诊断分析"", 《中国优秀硕士学位论文全文数据库工程科技II辑》, pages 5 - 48 *
骆正山等: ""基于LASSO-WOA-LSSVM的海洋管线外腐蚀速率预测"", 《表面技术》, pages 1 - 9 *

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113204849A (en) * 2021-05-26 2021-08-03 西安工业大学 Gear peeling fault detection method for gear box
CN113657244A (en) * 2021-08-13 2021-11-16 山东大学 Fan gearbox fault diagnosis method and system based on improved EEMD and speech spectrum analysis
CN114578195A (en) * 2022-03-03 2022-06-03 海南电网有限责任公司儋州供电局 IEMD and GA-BP based online intelligent diagnosis method for insulation fault of switching-on and switching-off coils of ring main unit switch

Similar Documents

Publication Publication Date Title
CN112069918A (en) Fault diagnosis method and device for planetary gearbox
Lim et al. Packet-based network traffic classification using deep learning
CN111307453B (en) Transmission system fault diagnosis method based on multi-information fusion
CN112347854B (en) Rolling bearing fault diagnosis method, system, storage medium, equipment and application
CN111428818B (en) Deep learning model test method and device based on neural pathway activation state
CN108304927A (en) Bearing fault modality diagnostic method and system based on deep learning
CN112560914A (en) Rolling bearing fault diagnosis method based on improved LSSVM
CN106250461A (en) A kind of algorithm utilizing gradient lifting decision tree to carry out data mining based on Spark framework
CN111238807A (en) Fault diagnosis method for planetary gear box
CN112732583B (en) Software test data generation method based on clustering and multi-population genetic algorithm
CN112101485B (en) Target device identification method, electronic device, and medium
CN110987436B (en) Bearing fault diagnosis method based on excitation mechanism
CN114969995A (en) Rolling bearing early fault intelligent diagnosis method based on improved sparrow search and acoustic emission
Tang et al. A robust deep learning network for low-speed machinery fault diagnosis based on multikernel and RPCA
Kitonyi et al. Hybrid gradient descent grey wolf optimizer for optimal feature selection
CN111753751A (en) Fan fault intelligent diagnosis method for improving firework algorithm
CN114662386A (en) Bearing fault diagnosis method and system
CN114441173A (en) Rolling bearing fault diagnosis method based on improved depth residual shrinkage network
CN114166509A (en) Motor bearing fault prediction method
CN112487933B (en) Radar waveform identification method and system based on automatic deep learning
CN111931990B (en) Power load prediction method based on optimized least square support vector machine
CN116881841A (en) Hybrid model fault diagnosis method based on F1-score multistage decision analysis
CN116754213A (en) Electric gate valve fault diagnosis method, device and equipment based on strong noise background
CN116167277A (en) Elman network-based power equipment fault diagnosis method, system and medium
CN114021275B (en) Rolling bearing fault diagnosis method based on deep convolution fuzzy system

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination