|
Algorithm 2 Feature extraction method of bearing fault |
-
Input:
bearing signal sequence , window width , wavelet packet scale l, wavelet packet function type
-
Output:
The feature matrix
-
1:
The time-frequency feature matrix is obtained by Algorithm 1;
-
2:
The time-frequency matrix is normalized. SVD is decomposed according to Equation (2), and weight is calculated according to Equation (3);
-
3:
The matrix is obtained according to Equation (16), the matrix is obtained according to Equation (17);
-
4:
The entropy weight of the matrix is obtained according to Equation (18);
-
5:
The characteristic matrix of the bearing fault is obtained according to Equation (20).
|