Degradation state identification for hydraulic pumps using modified hierarchical decomposition and image processingPei, Mo-chao; Li, Hong-ru; Yu, He
doi: 10.1177/00202940211064803pmid: N/A
Monitoring the degradation state of hydraulic pumps is of great significance to the safe and stable operation of equipment. As an important step, feature extraction has always been challenging. The non-stationary and nonlinear characteristics of vibration signals are likely to weaken the performance of traditional features. The two-dimensional image representation of vibration signals can provide more information for feature extraction, but it is challenging to obtain sufficient information based on small-size images. To solve these problems, a method for feature extraction based on modified hierarchical decomposition (MHD) and image processing is proposed in this paper. First, a set of signals decomposed by MHD are converted into gray-scale images. Second, features from accelerated segment test (FAST) algorithm are applied to detecting the feature points of the gray-scale image. Third, the real part of Gabor filter bank is used to convolve the images, and the responses of feature points are used to calculate histograms that are regarded as feature vectors. The method for feature extraction fully acquires the multi-layered texture information of small-size images and removes the redundant information. Furthermore, support vector machine (SVM) and nondominated sorting genetic algorithm II (NSGA-II) are introduced to conduct feature selection and state identification. NSGA-II and SVM can conduct the joint optimization of these two goals. The details of the proposed method are validated using experimental data, and the results show that the highest recognition rate of our proposed method can reach 100%. The results of the comparison among the proposed method, local binary pattern (LBP), and one-dimensional ternary patterns (1D-TPs) certify the superiorities of the proposed method. It obtains the highest classification accuracy (99.7%–98%) and the lowest feature set dimension (13–10).
Evaluation index and performance structure optimization of magnetic field uniformity of complex multiphase flow electromagnetic flowmeterZhou, Feng; Yang, Qifan; Lin, Kun
doi: 10.1177/00202940211064176pmid: N/A
The uniformity of the excitation magnetic field is an important factor affecting the measurement accuracy of the electromagnetic flowmeter and its adaptability to different flow states of the complex multiphase flow. The main purpose of this paper is to improve the measurement accuracy of electromagnetic flowmeter by improving the uniformity of magnetic field excitation of electromagnetic flowmeter sensor. Firstly, an evaluation index system based on area weight magnetic field deviation degree is established, and the concept of flow state adaptability is put forward. According to this evaluation system, the excitation structure of the conventional electromagnetic flowmeter sensor is improved and optimized, and an excitation model with high uniformity is designed. Meanwhile, the ANSYS software is used for numerical simulation, and normalized standard deviation is used to compare between the new and the traditional electromagnetic flowmeter models. Finally, according to the requirements of the index function, the magnetic pole detection angle of the improved excitation model is simulated and analyzed, and the optimal magnetic pole detection angle is determined to be 45°. On this basis, a new electromagnetic flowmeter is designed for complex multiphase flow at oil wellhead. The field test proves that the measurement error of this flowmeter can reach less than 5%. Compared with the traditional electromagnetic flowmeter, the measurement accuracy has been greatly improved.
A new measure to describe the feedback control systems usefulnessAssadian, Francis; Mallon, Kevin R
doi: 10.1177/00202940211061991pmid: N/A
In the past, there have been many inconsistent attempts to describe the bandwidth of dynamic systems. Similar definitions of bandwidth have been extended to describe not only the closed-loop bandwidth of feedback control systems but also the frequency at which usefulness of feedback is lost. In this work, we propose and explain the need for a new precise measure for bandwidth that could be used to describe the cut-off frequency at which the feedback control system’s usefulness is no longer advantageous. The tools of neoclassical control are used to define this new measure of bandwidth as the frequency at which the feedback controller ceases to affect the response. This measure is then applied to two example cases to demonstrate its use.
Prediction of remaining useful life of rolling bearing based on fractal dimension and convolutional neural networkDing, Guorong; Wang, Wenbo; Zhao, Jiaojiao
doi: 10.1177/00202940211065674pmid: N/A
In order to predict the remaining useful life (RUL) of rolling bearings in complex environmental conditions, a bearing RUL prediction method based on fractal dimension and one-dimensional convolutional neural network (1D-CNN) is proposed. This method uses fractal dimension to characterize the degeneration process of the rolling bearing and combines the features of time domain, frequency domain, wavelet packet domain, and entropy domain. Fractal dimension provides an analytical method for characterizing the complexity of vibration signals. The features extracted from different feature domains can complement each other’s advantages, reveal the degradation state of the bearing more comprehensively and achieve better performance. Then, the percentage of the remaining life of the bearing is used as the degradation tracking index of the rolling bearing. Based on the idea of stratified sampling, the training samples and test samples are constructed, and then a 6-layer CNN is constructed to train the model. Finally, three commonly used data sets of full-life bearings are used to verify the model, namely, IEEE prognostics and health management 2012 Data Challenge, IMS dataset, and XJTU-SY dataset. The experimental results show that, on the three experimental datasets, compared to the long short-term memory network (LSTM) and the extreme learning machine (ELM) methods, the prediction effect of the RUL of the bearing based on the fractal dimension and 1D-CNN proposed in our paper is better. Its mean absolute error and root mean square error (RMSE) and mean absolute percentage error (MAPE) have been reduced, and the correlation index (R2), adjusted_R2, and relative accuracy (RA) have been improved, which can predict the RUL of the bearing more accurately.
The PID and 2DOF control of the integral system - influence of the 2DOF parameters and practical implementationGuras, Radek; Strambersky, Radek; Mahdal, Miroslav
doi: 10.1177/00202940221076961pmid: N/A
The article deals with the issue of using the Two Degree of Freedom (2DOF) PID controller to control an integral system and investigates by the simulation and experimental measurement what influence it has on the course of the control process compared to standard PID controller. The controlled plant is represented by the DC electric motor with worm gear and its output shaft rotation angle. The article studies the effect of the added parameters of the 2DOF controller on the dynamics of the closed-loop control. The influence of these parameters is then evaluated using the quality of feedback control criteria ITAE. The paper studies how the overshoot of the controlled variable during the setpoint step is eliminated using 2DOF control theory. The overshoot is caused due to an aggressive tuning of the controller to eliminate the disturbance effect on the controlled variable of the integral plants with dead zones.
Population size influence on the energy consumption of genetic programmingDíaz-Álvarez, Josefa; Castillo, Pedro A; Fernández de Vega, Francisco; Chávez, Francisco; Alvarado, Jorge
doi: 10.1177/00202940211064471pmid: N/A
Evolutionary Algorithms (EAs) are routinely applied to solve a large set of optimization problems. Traditionally, their performance in solving those problems is analyzed using the fitness quality and computing time, and the effect of evolutionary operators on both metrics is routinely used to compare different versions of EAs. Nevertheless, scientists face nowadays the challenge of considering the energy efficiency in addition to computational time, which requires studying the energy consumption of algorithms.This paper discusses the interest of introducing power consumption as a new metric to analyze the performance of standard genetic programming (GP). Two well-studied benchmark problems are addressed on three different computing platforms, and two different approaches to measure the power consumption have been tested.Analyzing the population size, the results demonstrates its influence on the energy consumed: a non-linear relationship was found between size and energy required to complete an experiment. This analysis was extended to the cache memory and results show an exponential growth in the number of cache misses as the population size increases, which affects the energy consumed. This study shows that not only computing time or solution quality must be analyzed, but also the energy required to find a solution.Summarizing, this paper shows that when GP is applied, specific considerations on how to select parameter values must be taken into account if the goal is to obtain solutions while searching for energy efficiency. Although the study has been performed using GP, we foresee that it could be similarly extended to EAs.