CN111397896A - Fault diagnosis method and system for rotary machine and storage medium - Google Patents

Fault diagnosis method and system for rotary machine and storage medium Download PDF

Info

Publication number
CN111397896A
CN111397896A CN202010154567.XA CN202010154567A CN111397896A CN 111397896 A CN111397896 A CN 111397896A CN 202010154567 A CN202010154567 A CN 202010154567A CN 111397896 A CN111397896 A CN 111397896A
Authority
CN
China
Prior art keywords
fault
fault diagnosis
signals
sub
training
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.)
Granted
Application number
CN202010154567.XA
Other languages
Chinese (zh)
Other versions
CN111397896B (en
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.)
Huazhong University of Science and Technology
Original Assignee
Huazhong University of Science and Technology
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 Huazhong University of Science and Technology filed Critical Huazhong University of Science and Technology
Priority to CN202010154567.XA priority Critical patent/CN111397896B/en
Publication of CN111397896A publication Critical patent/CN111397896A/en
Application granted granted Critical
Publication of CN111397896B publication Critical patent/CN111397896B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • 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
    • 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/04Bearings
    • G01M13/045Acoustic or vibration analysis
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/21Design or setup of recognition systems or techniques; Extraction of features in feature space; Blind source separation
    • G06F18/214Generating training patterns; Bootstrap methods, e.g. bagging or boosting
    • 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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2218/00Aspects of pattern recognition specially adapted for signal processing
    • G06F2218/12Classification; Matching

Abstract

The invention discloses a rotary machine fault diagnosis method, a rotary machine fault diagnosis system and a storage medium, wherein the rotary machine fault diagnosis method comprises the steps of obtaining vibration signals of a rotary machine in a normal state and a fault state, dividing the vibration signals into a training sample set and a to-be-detected sample, decomposing the obtained vibration signals by using a wavelet packet transformation method to obtain a series of sub-signals with different frequency bands, calculating symbolic dynamics entropy values of the sub-signals to obtain fault feature vectors, inputting the fault feature vectors of the training sample set into the fault feature vectors, outputting fault type labels of the training sample set to obtain a fault diagnosis model based on a L ightGBM classifier model, inputting the fault feature vectors of the to-be-detected sample into the fault diagnosis model to obtain a fault diagnosis result of the to-be-detected sample.

Description

Fault diagnosis method and system for rotary machine and storage medium
Technical Field
The invention belongs to the technical field of fault diagnosis of rotary machines, and particularly relates to a fault diagnosis method and system of a rotary machine and a storage medium.
Background
Rotary machines have been widely used in modern manufacturing and industrial processes as a key component of transmission systems. In most practical applications, rotary machines operate under harsh or complex conditions, such as high temperature, high pressure environments, variable speeds and variable loads. Long runs can result in various damage and failures that can affect system performance and can severely damage the machine.
Rotary machine fault diagnosis methods can be divided into two types: feature-based methods and feature-based learning methods. (1) The feature-based method is to select and calculate fault features according to prior knowledge and engineering experience, and then input the fault features into a classification algorithm for fault diagnosis, and comprises four basic steps: signal preprocessing, feature calculation, feature selection and fault classification, it can be seen that the method is mainly based on signal processing, such as fourier transform and wavelet transform; however, this method is limited in practical application by a priori knowledge and experience due to the non-linearity and non-stationarity of the vibration signal; furthermore, some of these methods require the application of multiple signal preprocessing methods and the calculation of multiple statistical signatures to obtain sufficient fault signatures, which also increases the complexity of the method implementation. (2) The method based on feature learning mainly converts a one-dimensional original signal into a two-dimensional image through a dimension conversion method, then automatically performs feature learning on the two-dimensional image through a deep learning method such as a multi-scale network and a convolutional neural network, extracts fault information, and finally performs classification through a classifier; however, the method based on feature learning requires a large number of samples and a large amount of time for model training, and is inefficient.
Disclosure of Invention
Aiming at the defects and improvement requirements of the prior art, the invention provides a fault diagnosis method for a rotary machine, and aims to solve the technical problems that fault feature extraction is complex to implement, the calculation efficiency is low, the model training time is long, and the method is difficult to adapt to complex working conditions in the prior art.
To achieve the above object, according to one aspect of the present invention, there is provided a rotary machine fault diagnosis method including the steps of:
s1: acquiring vibration signals of a rotary machine in a normal state and a fault state, and dividing the vibration signals into a training sample set and a sample to be tested;
s2: decomposing the vibration signal obtained in the step S1 by using a wavelet packet transformation method to obtain a series of sub-signals with different frequency bands;
s3: calculating the symbolic dynamics entropy value of the sub-signal to obtain a fault feature vector;
s4, taking the fault feature vector of the training sample set as the input of a L ightGBM classifier model, taking the fault type label of the training sample set as the output of a L ightGBM classifier model, and training to obtain a fault diagnosis model;
s5: and inputting the fault characteristic vector of the sample to be detected into the fault diagnosis model, thereby obtaining a fault diagnosis result of the sample to be detected.
Further, the method of step S2 includes:
given a scale function phi (n) and a wavelet function psi (n), let
Figure BDA0002403617630000021
Wavelet packet
Figure BDA0002403617630000022
Is defined as:
Figure BDA0002403617630000023
wherein i is 0,1,2 … …, n represents the value of a time sequence corresponding to a certain time, k represents time or position parameter, Z is integer set, hkDenotes a low-pass filter, gkDenotes a high-pass filter, hkAnd gkIs a pair of conjugate filters and satisfies gk=(-1)kh1-k
The vibration signal x (n) is decomposed into sub-signals using wavelet packets
Figure BDA0002403617630000031
Wherein j represents the number of decomposition layers, p represents the number of signals and p is 0,1, …,2j-1,
Figure BDA0002403617630000032
And represents the p-th wavelet packet coefficient of the j-th layer.
Further, the method of step S3 includes:
mapping the sub-signals to y by a normal cumulative distribution functioniWherein i is 1,2, …, N and 0 < yi<1;
The symbol time sequence corresponding to the sub-signal is si=round(C·yi+0.5), where round (·) denotes an integer function, C is the number of symbols;
constructing embedding vectors for the time series of symbols, each embedding vector being represented as: vi m,λ={si,si+λ,…,si+(m-1)λWhere m is the embedding dimension and λ is the time delay;
the embedding vector Vi m,λAnd status mode
Figure BDA0002403617630000033
One-to-one correspondence, where ξ represents the state of each element embedded within a vector, and ξ1=si2=si+λ,…,ξm=si+(m-1)λThe probability of each state pattern is:
Figure BDA0002403617630000034
where | represents the number of elements in the set;
the obtained fault feature vector is:
Figure BDA0002403617630000035
further, in step S1, the vibration signal of the rotating machine is collected by an accelerometer.
Further, the fault type label in the step S4 is used to distinguish the fault type and the fault severity.
In another aspect, the present invention provides a fault diagnosis system for a rotary machine, including:
the signal acquisition unit is used for acquiring vibration signals of the rotary machine in a normal state and a fault state and dividing the vibration signals into a training sample set and a sample to be tested;
the signal decomposition unit is used for decomposing the acquired vibration signals by using a wavelet packet transformation method to obtain a series of sub-signals with different frequency bands;
the characteristic vector calculating unit is used for calculating the symbolic dynamics entropy value of the sub-signals to obtain fault characteristic vectors;
the model training unit is used for taking the fault feature vector of the training sample set as the input of an L ightGBM classifier model, taking the fault type label of the training sample set as the output of a L ightGBM classifier model, and training to obtain a fault diagnosis model;
and the fault diagnosis unit is used for inputting the fault characteristic vector of the sample to be detected into the fault diagnosis model so as to obtain a fault diagnosis result of the sample to be detected.
Another aspect of the present invention provides a computer-readable storage medium having stored thereon a computer program which, when executed by a processor, implements the rotating machine fault diagnosis method as described above.
Generally, by the above technical solution conceived by the present invention, the following beneficial effects can be obtained:
(1) the method decomposes an original vibration signal into a series of sub-signals with different frequency bands through a wavelet packet, calculates the symbolic dynamics entropy value of the sub-signals to obtain a fault characteristic vector, and trains a fault diagnosis model based on an L ightGBM classifier model, thereby effectively identifying the fault type and the fault degree.
(2) According to the invention, an original signal is decomposed into a low-frequency part and a high-frequency part through wavelet packet decomposition, and then the wavelet packet decomposition is sequentially used for the low-frequency part and the high-frequency part, so that different frequency information is obtained according to different decomposition layer numbers; the symbolic dynamics entropy is a method for evaluating dynamic characteristics of a time sequence, has higher calculation efficiency, and can extract high-quality fault features; the combination of the two can effectively extract fault characteristics, and is particularly suitable for extracting the fault characteristics under complex working conditions.
(3) Compared with a plurality of decomposition methods or a plurality of characteristic methods, the rotary machine fault diagnosis method provided by the invention has the advantages of easiness in implementation and capability of processing big data fault diagnosis.
Drawings
FIG. 1 is a flow chart of a method of fault diagnosis for a rotating machine provided by the present invention;
FIG. 2 is a diagram of a fault diagnosis multi-level confusion matrix provided by an embodiment of the present invention;
FIG. 3 is a schematic diagram illustrating classification accuracy of a fault diagnosis method for a rotating machine according to an embodiment of the present invention under a complex working condition data set;
FIG. 4 is a diagram illustrating classification accuracy comparing different signal decomposition methods according to an embodiment of the present invention;
FIG. 5 is a graph illustrating classification accuracy comparing different entropy-based methods provided by embodiments of the present invention;
fig. 6 is a diagram illustrating classification accuracy comparing different classifier methods according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention. In addition, the technical features involved in the embodiments of the present invention described below may be combined with each other as long as they do not conflict with each other.
On one hand, the invention provides a rotary machine fault diagnosis method, which effectively extracts fault characteristics by combining wavelet packet decomposition with symbolic dynamics entropy, and then identifies and classifies faults by using an L ightGBM classifier model, thereby improving the calculation efficiency and the classification accuracy.
Fig. 1 is a flowchart of a fault diagnosis method for a rotary machine according to the present invention, which specifically includes the following steps:
s1: acquiring vibration signals of a rotary machine in a normal state and a fault state, and dividing the vibration signals into a training sample set and a sample to be tested;
wherein the fault states include an inner ring fault, an outer ring fault and a ball fault;
specifically, vibration signals of the rotating machine in a normal state and a fault state are collected through an accelerometer, and sample points containing the vibration signals in the normal state and the fault state are obtained; randomly selecting part of sample points to form a training sample set, forming a sample to be tested by the rest sample points, and setting the ratio of the training sample set to the test sample to be 2.
S2: decomposing the vibration signal obtained in the step S1 by using a wavelet packet transformation method to obtain a series of sub-signals with different frequency bands;
specifically, given a scale function φ (n) and a wavelet function ψ (n), let
Figure BDA0002403617630000061
Wavelet packet
Figure BDA0002403617630000062
Is defined as:
Figure BDA0002403617630000063
wherein i is 0,1,2 … …, n represents the value of a time sequence corresponding to a certain time, k represents time or position parameter, Z is integer set, hkDenotes a low-pass filter, gkDenotes a high-pass filter, hkAnd gkIs a pair of conjugate filters and satisfies gk=(-1)kh1-k
The amplitude-frequency characteristics of the high-pass filter and the low-pass filter are symmetric about pi/2 as an axis, like a quadrature mirror symmetric filter bank (QMF), but the phase-frequency characteristics are more than the QMF by a conjugate relationship, and are therefore called a conjugate filter bank.
The vibration signal x (n) is decomposed into sub-signals using wavelet packets
Figure BDA0002403617630000064
Wherein j represents the number of decomposition layers, p represents the number of signals and p is 0,1, …,2j-1,
Figure BDA0002403617630000065
And represents the p-th wavelet packet coefficient of the j-th layer.
S3: calculating the symbolic dynamics entropy value of the sub-signal to obtain a fault feature vector;
in particular, the sub-signals are mapped to y by a normal cumulative distribution functioniWherein i is 1,2, …, N and 0 < yi<1;
The symbol time sequence corresponding to the sub-signal is si=round(C·yi+0.5), where round (·) denotes an integer function, C is the number of symbols;
constructing embedding vectors for the time series of symbols, each embedding vector being represented as: vi m,λ={si,si+λ,…,si+(m-1)λWhere m is the embedding dimension and λ is the time delay;
the embedding vector Vi m,λAnd status mode
Figure BDA0002403617630000071
One to oneIt should be noted that ξ represents the state of each element embedded within a vector, and ξ1=si2=si+λ,…,ξm=si+(m-1)λThe probability of each state pattern is:
Figure BDA0002403617630000072
where | represents the number of elements in the set;
the obtained fault feature vector is:
Figure BDA0002403617630000073
it should be noted that, according to the embedding dimension and the time delay, the symbol sequence can be divided into a series of sub-vectors, wherein the symbol arrangement mode of each sub-vector is unique, and each arrangement is a state mode;
the fault feature vector may also be normalized: NSDE (x, m, C, λ) ═ SDE (x, m, C, λ)/logCm,0≤NSDE(x,m,C,λ)≤1。
S4, taking the fault feature vector of the training sample set as the input of a L ightGBM classifier model, taking the fault type label of the training sample set as the output of a L ightGBM classifier model, and training to obtain a fault diagnosis model;
l lightGBM model parameters were set, the main parameters are shown in Table 1.
TABLE 1
Figure BDA0002403617630000074
S5: and inputting the fault characteristic vector of the sample to be detected into the fault diagnosis model, thereby obtaining a fault diagnosis result of the sample to be detected.
Specifically, the sample to be tested also needs to be preprocessed, the original vibration signals under different working conditions are processed in steps S1-S3 to obtain fault feature vectors, and the fault feature vectors are substituted into the fault diagnosis model trained in step S4 to obtain corresponding fault diagnosis results.
The utility of the present invention is further verified below.
Example 1: validity verification
In order to verify the effectiveness of the fault diagnosis method provided by the present invention, the present embodiment uses a bearing data set of a bearing data center of the University of caes Western University (CWRU) of Case Western Reserve. The fault types of the rolling bearing are normal, inner ring defect, outer ring defect and ball defect, wherein the fault severity is simulated by electric spark machining, and the fault diameters are 7, 14 and 21(mil) respectively. And acquiring a vibration signal at a 6 o' clock position at the end of the driving motor, wherein the sampling frequency is 12 kHz. The data selected by the experiment are 4 working conditions in total, each working condition has 10 bearing states, and the detailed conditions of the bearing states are shown in table 2.
TABLE 2
Figure BDA0002403617630000081
The method comprises the following specific steps:
(1) data acquisition and wavelet packet decomposition
Each bearing condition had 48 data samples per condition, and the total data set used for the experiment was 1920 data samples, with each data sample having a length of 1500 data points. 1280 was randomly selected as a training sample and 640 additional data samples were selected as test samples in the experiment. And (3) carrying out wavelet packet decomposition on the experimental data set, setting the number of layers of the wavelet packet decomposition to be 5, and decomposing the original vibration signal to obtain a series of sub-signals.
(2) Computing the sign-dynamics entropy of subsignals
Calculating sign dynamics entropy for the decomposed subsignals, wherein three parameters for calculating sign dynamics entropy are set as: the symbol number C is 10, the embedding dimension m is 3, and the time delay λ is 1. The sign dynamics entropy can effectively extract dynamic characteristics of the time sequence, reflects the complexity of the time sequence, has higher calculation efficiency than other entropy measures, and obtains fault characteristic vectors by calculating the sign dynamics entropy of the sub-signals.
(3) Diagnostic model training
And (3) taking the characteristic vector obtained in the step (2) as an input, substituting the characteristic vector into an L ightGBM classifier model, and performing model parameterization initial setting and training to obtain an optimal diagnosis model.
(4) State recognition
And (3) processing the original vibration signal in the steps (1) and (2) to obtain a fault characteristic vector, substituting the fault characteristic vector into the optimal diagnosis model trained in the step (3) to obtain a corresponding fault diagnosis result, wherein a fault diagnosis multilayer confusion matrix diagram is shown in fig. 2. Fig. 2 shows that the fault diagnosis method provided by the present invention has a classification accuracy of 100% for the bearing state types 1,2, 3, 4, 5, 7, 8, and 10, a classification accuracy of 97% for the bearing state type 6, and a 3% probability of misdiagnosis as the bearing state type 9, and a classification accuracy of 97% for the bearing state type 9, and a 3% probability of misdiagnosis as the bearing state type 6, and has a better diagnosis performance.
Example 2: verification of effectiveness under complex working conditions
In order to further highlight the performance of the proposed method, the present invention is studied from four aspects for the complex behavior of the actual data set: additional verification is performed on the actual application data set, and the actual application data set is used for comparing different decomposition methods, entropy-based methods and classification algorithms.
(1) Verification using actual data set
Since the four operating conditions of the CWRU bearing dataset are similar in speed, the actual dataset with more complex operating conditions was used to further verify the validity of the proposed method of the present invention. The experimental platform consists of an electromagnetic brake, a torque sensor, a single-stage reducer, a brake controller and a servo motor. Gears with different crack lengths (including 0, 5, 10, 15 mm) were used and the sampling frequency was 5 kHz. In the invention, ten data sets consisting of data from twenty working conditions are adopted for experimental verification, and the detailed information of the twenty working conditions and the ten data sets is respectively shown in tables 3 and 4.
TABLE 3
Figure BDA0002403617630000101
TABLE 4
Figure BDA0002403617630000102
The data sets from A1 to A4 correspond to single speed and multiple load conditions. In comparison, the data sets from A5 to A9 correspond to a single load and multiple speeds, and the data set A10 corresponds to the most complex operating conditions, i.e., multiple speeds and multiple loads. The next three comparative experiments will be compared using data set a 10. Each sample was 1500 data points in length, with no overlap, for a total of 3200 samples.
The classification results of the experiments are shown in fig. 3, and the results show that the training accuracy of ten data sets reaches 100%, the test accuracy from A1 to A4 is higher than 94.50%, and the test accuracy from A5 to A9 is higher than 96.56%. Under the most complicated condition A10, the test accuracy was 96.66%. The highest test accuracy of A5 is up to 99.69%. The F1 score of the test set is consistent with the test accuracy, and the effectiveness of the method is verified in the actual data set of the single-stage gearbox.
(2) Comparison with different signal decomposition methods
The validity of Wavelet Packet Decomposition (WPD) has been verified in example 1, and in order to highlight its advantages, three decomposition methods, Empirical Mode Decomposition (EMD), local mean decomposition (L MD), and Variational Mode Decomposition (VMD) are used for comparison, and the comparison results are shown in fig. 4 and table 5.
TABLE 5
Figure BDA0002403617630000111
Experimental results show that the WPD testing accuracy is the highest and reaches 96.66%, and the WPD testing accuracy is at least 6.66% higher than that of the other three methods. The feature extraction time of EMD is minimum, only 0.01 s/sample, the time required by VMD is maximum (0.85 s/sample), and the WPD training time is moderate (0.17 s/sample). The standard deviation of the test accuracy using the WPD method was the second smallest (1.07%). Therefore, the WPD method can obtain the best classification accuracy with the total time consumption at a moderate level, compared to the other three methods.
(3) Comparison with different entropy-based methods
Entropy-based fault feature extraction methods have received wide attention in the field of mechanical fault diagnosis, such as Sample Entropy (SE), Fuzzy Entropy (FE), and Permutation Entropy (PE). In the invention, SE, FE and PE of each sub-signal of the original vibration signal after being decomposed by WPD are respectively calculated, and the classification result of the SE, FE and PE is compared with the Symbol Dynamic Entropy (SDE) of the proposed method. Where the parameters of SE and FE are set to embedding dimension m 2, time delay λ 1, and the embedding dimension and time delay of PE are set to m 5 and λ 1, respectively. The comparison results are shown in fig. 5 and table 6.
TABLE 6
Figure BDA0002403617630000121
The experimental result shows that the test accuracy of the method (WPD-SDE) provided by the invention is highest and reaches 96.66%. As can be seen from Table 6, the corresponding test accuracy and the standard deviation of the training time using WPD-FE are the smallest, but the time consumption of feature extraction by WPD-FE is 1.89 s/sample, which is 11 times that of the method provided by the present invention. In summary, among these entropy-based methods, the method proposed by the present invention has the least feature extraction time consumption, the highest classification accuracy and smaller standard deviation of test accuracy.
(4) Comparison with different classifier methods
In the invention, L ightGBM algorithm is compared with Support Vector Machine (SVM), Random Forest (RF) and extreme gradient boosting (XGboost) algorithms, grid search is utilized to optimize main hyper-parameters of the SVM, the RF and the XGboost, and the hyper-parameter setting is shown in table 7.
TABLE 7
Figure BDA0002403617630000122
Figure BDA0002403617630000131
Fig. 6 illustrates the comparison results of different classification methods, and L ightGBM is used as a classifier, which can achieve the highest test accuracy, 96.66%, table 8 lists the training time, the test time and the standard deviation of the test accuracy of different classifiers, among which, the training time of L ightGBM model is the shortest, only 0.64s, compared with the training time, the test time difference is larger, the smallest is L ightGBM, and is 3.13 ms., accordingly, the standard deviation of the test accuracy of all methods is very small, ranging from 0.82% to 1.12%, therefore, it can also be seen that the classification method has less influence on the state recognition than the feature extraction method, which further proves the effectiveness of the feature extraction method provided by the present invention.
TABLE 8
Figure BDA0002403617630000132
The method provided by the invention is a rotary machine fault diagnosis method based on wavelet packet decomposition, symbolic dynamics entropy and L ightGBM, takes fault diagnosis of a rolling bearing and a gear as example verification, can be popularized to general rotary machines, processing and manufacturing, equipment maintenance and the like in the practical application process, and has good engineering practicability.
Another aspect of an embodiment of the present invention provides a fault diagnosis system for a rotary machine, including:
the signal acquisition unit is used for acquiring vibration signals of the rotary machine in a normal state and a fault state and dividing the vibration signals into a training sample set and a sample to be tested;
the signal decomposition unit is used for decomposing the acquired vibration signals by using a wavelet packet transformation method to obtain a series of sub-signals with different frequency bands;
the characteristic vector calculating unit is used for calculating the symbolic dynamics entropy value of the sub-signals to obtain fault characteristic vectors;
the model training unit is used for taking the fault feature vector of the training sample set as the input of an L ightGBM classifier model, taking the fault type label of the training sample set as the output of a L ightGBM classifier model, and training to obtain a fault diagnosis model;
and the fault diagnosis unit is used for inputting the fault characteristic vector of the sample to be detected into the fault diagnosis model so as to obtain a fault diagnosis result of the sample to be detected.
Another aspect of the present invention provides a computer-readable storage medium having stored thereon a computer program which, when executed by a processor, implements the rotating machine fault diagnosis method as described above.
It will be understood by those skilled in the art that the foregoing is only a preferred embodiment of the present invention, and is not intended to limit the invention, and that any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention should be included in the scope of the present invention.

Claims (7)

1. A method of fault diagnosis for a rotating machine, comprising the steps of:
s1: acquiring vibration signals of a rotary machine in a normal state and a fault state, and dividing the vibration signals into a training sample set and a sample to be tested;
s2: decomposing the vibration signal obtained in the step S1 by using a wavelet packet transformation method to obtain a series of sub-signals with different frequency bands;
s3: calculating the symbolic dynamics entropy value of the sub-signal to obtain a fault feature vector;
s4, taking the fault feature vector of the training sample set as the input of a L ightGBM classifier model, taking the fault type label of the training sample set as the output of a L ightGBM classifier model, and training to obtain a fault diagnosis model;
s5: and inputting the fault characteristic vector of the sample to be detected into the fault diagnosis model, thereby obtaining a fault diagnosis result of the sample to be detected.
2. The failure diagnosis method according to claim 1, wherein the step S2 includes:
given a scale function phi (n) and a wavelet function psi (n), let
Figure FDA0002403617620000011
Wavelet packet
Figure FDA0002403617620000012
Is defined as:
Figure FDA0002403617620000013
wherein i is 0,1,2 … …, n represents the value of a time sequence corresponding to a certain time, k represents time or position parameter, Z is integer set, hkDenotes a low-pass filter, gkDenotes a high-pass filter, hkAnd gkIs a pair of conjugate filters and satisfies gk=(-1)kh1-k
The vibration signal x (n) is decomposed into sub-signals using wavelet packets
Figure FDA0002403617620000014
Wherein j represents the number of decomposition layers, p represents the number of signals and p is 0,1, …,2j-1,
Figure FDA0002403617620000015
And represents the p-th wavelet packet coefficient of the j-th layer.
3. The failure diagnosing method according to claim 2, wherein the step S3 includes:
mapping the sub-signals to y by a normal cumulative distribution functioniWherein i is 1,2, …, N and 0 < yi<1;
The symbol time sequence corresponding to the sub-signal is si=round(C·yi+0.5), where round (·) denotes an integer function, C is the number of symbols;
constructing embedding vectors for the time series of symbols, each embedding vector being represented as: vi m,λ={si,si+λ,…,si+(m-1)λWhere m is the embedding dimension and λ is the time delay;
the embedding vector Vi m,λAnd status mode
Figure FDA0002403617620000021
One-to-one correspondence, where ξ represents the state of each element embedded within a vector, and ξ1=si2=si+λ,…,ξm=si+(m-1)λThe probability of each state pattern is:
Figure FDA0002403617620000022
where | represents the number of elements in the set;
the obtained fault feature vector is:
Figure FDA0002403617620000023
4. the fault diagnosis method according to claim 1, wherein the vibration signal of the rotating machine in step S1 is collected by an accelerometer.
5. The fault diagnosing method as claimed in claim 1, wherein the fault type label in step S4 is used to distinguish the fault type and the fault severity.
6. A rotary machine fault diagnosis system, characterized by comprising the following units:
the signal acquisition unit is used for acquiring vibration signals of the rotary machine in a normal state and a fault state and dividing the vibration signals into a training sample set and a sample to be tested;
the signal decomposition unit is used for decomposing the acquired vibration signals by using a wavelet packet transformation method to obtain a series of sub-signals with different frequency bands;
the characteristic vector calculating unit is used for calculating the symbolic dynamics entropy value of the sub-signals to obtain fault characteristic vectors;
the model training unit is used for taking the fault feature vector of the training sample set as the input of an L ightGBM classifier model, taking the fault type label of the training sample set as the output of a L ightGBM classifier model, and training to obtain a fault diagnosis model;
and the fault diagnosis unit is used for inputting the fault characteristic vector of the sample to be detected into the fault diagnosis model so as to obtain a fault diagnosis result of the sample to be detected.
7. A computer-readable storage medium, characterized in that a computer program is stored thereon, which, when being executed by a processor, implements the fault diagnosis method according to any one of claims 1 to 5.
CN202010154567.XA 2020-03-08 2020-03-08 Fault diagnosis method and system for rotary machine and storage medium Active CN111397896B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010154567.XA CN111397896B (en) 2020-03-08 2020-03-08 Fault diagnosis method and system for rotary machine and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010154567.XA CN111397896B (en) 2020-03-08 2020-03-08 Fault diagnosis method and system for rotary machine and storage medium

Publications (2)

Publication Number Publication Date
CN111397896A true CN111397896A (en) 2020-07-10
CN111397896B CN111397896B (en) 2020-12-18

Family

ID=71434117

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010154567.XA Active CN111397896B (en) 2020-03-08 2020-03-08 Fault diagnosis method and system for rotary machine and storage medium

Country Status (1)

Country Link
CN (1) CN111397896B (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112036042A (en) * 2020-09-02 2020-12-04 哈尔滨工程大学 Power equipment abnormality detection method and system based on variational modal decomposition
CN112347588A (en) * 2020-11-26 2021-02-09 中国舰船研究设计中心 Rotary machine fault diagnosis method based on wavelet packet decomposition
CN112541552A (en) * 2020-12-16 2021-03-23 中国计量大学上虞高等研究院有限公司 Air handling unit fault detection and diagnosis method combining double-channel convolutional neural network and optical gradient elevator
CN112880726A (en) * 2020-12-31 2021-06-01 北京航天试验技术研究所 Sensor fault diagnosis method and device based on variational modal decomposition sample entropy
CN112945556A (en) * 2021-01-26 2021-06-11 大连海事大学 Bearing fault diagnosis method based on wavelet packet decomposition and optimal rejection classification strategy
CN113076844A (en) * 2021-03-26 2021-07-06 华中科技大学 Method for constructing fault diagnosis model of rotating part and application
CN114563181A (en) * 2022-01-10 2022-05-31 浙江工业大学之江学院 Rotary machine fault feature extraction method based on improved variational modal extraction
CN115629930A (en) * 2022-12-23 2023-01-20 北京东远润兴科技有限公司 Fault detection method, device and equipment based on DSP system and storage medium
CN117171625A (en) * 2023-10-23 2023-12-05 云和恩墨(北京)信息技术有限公司 Intelligent classification method and device for working conditions, electronic equipment and storage medium

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101187593A (en) * 2007-12-18 2008-05-28 华南理工大学 Power station steam turbine rotor vibration fault Kolmogorov entropy diagnosis method
CN103308292A (en) * 2013-05-16 2013-09-18 国家电网公司 Vacuum breaker mechanical state detecting method based on vibration signal analysis
CN103345641A (en) * 2013-07-16 2013-10-09 杭州电子科技大学 Hand electromyographic signal motion recognition method based on wavelet entropy and support vector machine
CN103439110A (en) * 2013-07-31 2013-12-11 哈尔滨工程大学 Early-stage weak fault diagnosis method of rolling bearing
WO2014096702A1 (en) * 2012-12-19 2014-06-26 Electricite De France Locating of one or more defects in an electrochemical assembly
CN107451557A (en) * 2017-07-29 2017-12-08 吉林化工学院 Transmission line short-circuit fault diagnostic method based on experience wavelet transformation and local energy
CN107506709A (en) * 2017-08-15 2017-12-22 南昌航空大学 Aircraft engine rotor system fault-signal characteristics information extraction method
CN109323860A (en) * 2018-10-31 2019-02-12 广东石油化工学院 A kind of rotating machinery gearbox fault data set optimization method
CN109855875A (en) * 2019-01-15 2019-06-07 沈阳化工大学 A kind of rolling bearing operational reliability prediction technique
CN110108431A (en) * 2019-05-22 2019-08-09 西安因联信息科技有限公司 A kind of Trouble Diagnostic Method of Machinery Equipment based on machine learning classification algorithm

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101187593A (en) * 2007-12-18 2008-05-28 华南理工大学 Power station steam turbine rotor vibration fault Kolmogorov entropy diagnosis method
WO2014096702A1 (en) * 2012-12-19 2014-06-26 Electricite De France Locating of one or more defects in an electrochemical assembly
CN103308292A (en) * 2013-05-16 2013-09-18 国家电网公司 Vacuum breaker mechanical state detecting method based on vibration signal analysis
CN103345641A (en) * 2013-07-16 2013-10-09 杭州电子科技大学 Hand electromyographic signal motion recognition method based on wavelet entropy and support vector machine
CN103439110A (en) * 2013-07-31 2013-12-11 哈尔滨工程大学 Early-stage weak fault diagnosis method of rolling bearing
CN107451557A (en) * 2017-07-29 2017-12-08 吉林化工学院 Transmission line short-circuit fault diagnostic method based on experience wavelet transformation and local energy
CN107506709A (en) * 2017-08-15 2017-12-22 南昌航空大学 Aircraft engine rotor system fault-signal characteristics information extraction method
CN109323860A (en) * 2018-10-31 2019-02-12 广东石油化工学院 A kind of rotating machinery gearbox fault data set optimization method
CN109855875A (en) * 2019-01-15 2019-06-07 沈阳化工大学 A kind of rolling bearing operational reliability prediction technique
CN110108431A (en) * 2019-05-22 2019-08-09 西安因联信息科技有限公司 A kind of Trouble Diagnostic Method of Machinery Equipment based on machine learning classification algorithm

Non-Patent Citations (6)

* Cited by examiner, † Cited by third party
Title
IMRAN NASEEM ETAL: "A novel information theoretic approach to wavelet feature selection for texture classification", 《COMPUTER & ELECTRICAL ENGINEERING》 *
张华 等: "基于符号动力学信息熵与SVM的液压泵故障诊断", 《振动、测试与诊断》 *
成曙 张振仁 著: "《发动机现代诊断技术》", 31 December 2006, 西安交通大学出版社 *
赵志宏 杨绍普: "基于小波包变换和样本熵的滚动轴承故障诊断", 《振动、测试与诊断》 *
辛玉 等: "基于迭代经验小波变换的齿轮故障诊断方法", 《仪器仪表学报》 *
鄢波: "基于小波包与符号分析方法的汽轮机转子故障诊断研究", 《中国优秀硕士论文全文数据库 工程科技Ⅱ辑》 *

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112036042A (en) * 2020-09-02 2020-12-04 哈尔滨工程大学 Power equipment abnormality detection method and system based on variational modal decomposition
CN112036042B (en) * 2020-09-02 2022-07-26 哈尔滨工程大学 Power equipment abnormality detection method and system based on variational modal decomposition
CN112347588A (en) * 2020-11-26 2021-02-09 中国舰船研究设计中心 Rotary machine fault diagnosis method based on wavelet packet decomposition
CN112541552A (en) * 2020-12-16 2021-03-23 中国计量大学上虞高等研究院有限公司 Air handling unit fault detection and diagnosis method combining double-channel convolutional neural network and optical gradient elevator
CN112880726A (en) * 2020-12-31 2021-06-01 北京航天试验技术研究所 Sensor fault diagnosis method and device based on variational modal decomposition sample entropy
CN112945556A (en) * 2021-01-26 2021-06-11 大连海事大学 Bearing fault diagnosis method based on wavelet packet decomposition and optimal rejection classification strategy
CN113076844B (en) * 2021-03-26 2022-05-20 华中科技大学 Method for constructing fault diagnosis model of rotating part and application
CN113076844A (en) * 2021-03-26 2021-07-06 华中科技大学 Method for constructing fault diagnosis model of rotating part and application
CN114563181A (en) * 2022-01-10 2022-05-31 浙江工业大学之江学院 Rotary machine fault feature extraction method based on improved variational modal extraction
CN114563181B (en) * 2022-01-10 2023-06-27 浙江工业大学之江学院 Rotary machine fault feature extraction method based on improved variation mode extraction
CN115629930A (en) * 2022-12-23 2023-01-20 北京东远润兴科技有限公司 Fault detection method, device and equipment based on DSP system and storage medium
CN115629930B (en) * 2022-12-23 2023-08-08 北京东远润兴科技有限公司 Fault detection method, device, equipment and storage medium based on DSP system
CN117171625A (en) * 2023-10-23 2023-12-05 云和恩墨(北京)信息技术有限公司 Intelligent classification method and device for working conditions, electronic equipment and storage medium
CN117171625B (en) * 2023-10-23 2024-02-06 云和恩墨(北京)信息技术有限公司 Intelligent classification method and device for working conditions, electronic equipment and storage medium

Also Published As

Publication number Publication date
CN111397896B (en) 2020-12-18

Similar Documents

Publication Publication Date Title
CN111397896B (en) Fault diagnosis method and system for rotary machine and storage medium
Kaplan et al. An improved feature extraction method using texture analysis with LBP for bearing fault diagnosis
Sun et al. Convolutional discriminative feature learning for induction motor fault diagnosis
Pan et al. A novel deep learning network via multiscale inner product with locally connected feature extraction for intelligent fault detection
CN110057584B (en) Degradation monitoring method for locomotive traction motor bearing
CN109596326B (en) Rotary machine fault diagnosis method based on convolution neural network with optimized structure
Yang et al. Interpretability of deep convolutional neural networks on rolling bearing fault diagnosis
CN112347588A (en) Rotary machine fault diagnosis method based on wavelet packet decomposition
Zhang et al. Enhanced sparse filtering with strong noise adaptability and its application on rotating machinery fault diagnosis
CN112633098B (en) Rotary machine fault diagnosis method, system and storage medium
CN111089720B (en) Regularization sparse filtering method suitable for gear fault diagnosis under variable rotating speed
CN112257530A (en) Rolling bearing fault diagnosis method based on blind signal separation and support vector machine
Zhang et al. Multi-model ensemble deep learning method for intelligent fault diagnosis with high-dimensional samples
Tang et al. A robust deep learning network for low-speed machinery fault diagnosis based on multikernel and RPCA
Zhou et al. Bearing fault diagnosis based on Gramian angular field and DenseNet
Zhang et al. Bearing fault diagnosis under various operation conditions using synchrosqueezing transform and improved two-dimensional convolutional neural network
Zhao et al. Data augmentation via randomized wavelet expansion and its application in few-shot fault diagnosis of aviation hydraulic pumps
Wang et al. Construction of the efficient attention prototypical net based on the time–frequency characterization of vibration signals under noisy small sample
Ye et al. Multiscale weighted morphological network based feature learning of vibration signals for machinery fault diagnosis
Sun et al. Curvature enhanced bearing fault diagnosis method using 2D vibration signal
Lu et al. Bearing fault diagnosis based on clustering and sparse representation in frequency domain
Liu et al. Composite multi-scale basic scale Entropy based on CEEMDAN and its application in hydraulic pump fault diagnosis
Weng et al. A multi-scale kernel-based network with improved attention mechanism for rotating machinery fault diagnosis under noisy environments
Hu et al. Fault diagnosis based on multi-scale redefined dimensionless indicators and density peak clustering with geodesic distances
Zhao et al. A rotating machinery fault diagnosis method using composite multiscale fuzzy distribution entropy and minimal error of convex hull approximation

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
GR01 Patent grant
GR01 Patent grant