Abstract
Ignition advance angle is one of the important factors affecting the performance of the engine, when it occurs abnormally will make the engine power and economy worse, and even cause serious damage to the engine. Therefore, it is very necessary to recognize the abnormal ignition advance angle of the engine. However, the engine system is closed and has a complex structure, which makes traditional diagnostic methods difficult. This paper proposes an intelligent identification method based on acoustic emission (AE) signals, which collects the AE signals from the engine surface and divides their spectra into equal parts, and selects the frequency bands with high contribution to the classification based on the minimum distance method to construct feature maps, which is used as the input to the convolutional neural network (CNN). The extracted frequency band features of this method can better characterize the AE signals, and the constructed feature maps make the fault information more obvious. Experiments show that the accuracy of this method for abnormal ignition advance angle under normal operating conditions of piston aero-engine is 100%, which is better than the traditional methods. In addition, the recognition accuracies under the other two operating conditions are 99.75% and 98.5%, respectively, indicating that the method has a certain universality.
Similar content being viewed by others
Introduction
Piston aero-engines are widely used as the core power unit of low-speed light aircraft because of their small size, light mass, low fuel consumption and high power-to-weight ratio, and their performance directly affects the operational safety and economic efficiency1. Ignition advance angle, as one of the main operating parameters of the engine, and refers to the angle at which the crankshaft turns from the ignition of the spark plug to the point at which the piston reaches the upper stop of compression, as shown in Fig. 1. The ignition advance angle is related to the engine speed, load, air temperature, and fuel quality, etc. Each engine condition corresponds to an optimal ignition advance angle, so the reasonableness of its setting has an important impact on the engine’s power, fuel consumption rate, and emission performance, due to the size of which is usually automatically adjusted by the engine control unit (ECU) or manually adjusted by human beings, the abnormalities of the ignition advance angle are often occurring. Abnormal ignition advance angle will not only reduce the engine performance and deteriorate the fuel economy, but also lead to strong engine detonation, which is a threat to the normal operation of the engine, thus posing a great safety hazard.
Sectional view of the internal structure of the engine2.
In the past few years, many scholars have made extensive research on the influence of ignition advance angle on engine performance. Jacek et al. found that the magnitude of the ignition advance angle has a significant impact on the combustion process in the engine cylinder by analyzing the cylinder pressure signal3. If the ignition advance angle is too large, the maximum combustion pressure in the cylinder will be reached before the piston reaches the top dead center; if the ignition advance angle is too small, the mixture in the cylinder will not be fully burned until the piston travels down a long distance. Therefore, when the ignition advance angle is abnormal, whether it is too large or too small, it will cause the power of the engine to decrease and the fuel consumption to increase. Li et al. optimized the fuel injection advance angle and ignition advance angle, and found that the optimized braking ratio and fuel consumption ratio were both increased by more than 10% compared with the non-optimized condition4. Mehra et al. and Li et al. found that the ignition advance angle not only affects the performance of the engine, but also is related to the emission of harmful gases such as CO and NOx, and it is experimentally concluded that the ignition advance angle is positively correlated with the emissions5,6. Not only that, many studies have shown that the ignition advance angle has a great impact on engine knock7,8,9. Ma et al. found that with the increase of the ignition advance angle, the pressure and temperature in the cylinder rise rapidly, which increases the possibility of engine knock combustion2. Although a slight knock is beneficial to the performance of the engine, if it is uncontrolled and develops into a strong knock, it will reduce the performance of the engine and even cause serious damage to the engine structure. Therefore, in order to avoid the occurrence of the above events, it is of great significance to identify and study the abnormal state of engine ignition advance angle.
In previous cases of engine fault identification, the analysis of fault features using vibration signals is often considered as one of the most effective diagnostic tools10,11. Compared with vibration signals, acoustic emission (AE) is a non-destructive testing technology that was mostly used to detect early damage within materials initially12,13. Due to the excellent properties of AE signals such as wide signal frequency ___domain, rich information, high signal-to-noise ratio, and sensitivity to early weak faults, they have been widely used in many fields today14,15. In terms of engine fault diagnosis, Elamin et al. used the time ___domain and frequency ___domain information of the AE signal to accurately identify the valve fault of the engine16. Bejger et al. realized the status monitoring of the fuel injection pump by analyzing the AE signal of the marine diesel engine17. Han et al. used the AE signal to identify the early weak damage of the engine structure18. This shows the potential of using AE signals to diagnose engine faults. In addition, the AE signal is very sensitive to the impact of high-pressure gas. The combustion explosion pressure in the cylinder will excite the AE signal on the surface of the cylinder body, and the ignition advance angle significantly affects the combustion process in the cylinder. Therefore, the abnormality of the ignition advance angle will make the AE signal changes of the cylinder during the combustion phase, so we use the AE signal to identify the abnormality of the ignition advance angle has certain advantages. To the best of our knowledge, the existing literature does not utilize the AE signal to identify the engine ignition advance angle abnormality, which is one of the innovations of this paper.
Traditional AE signal processing methods mainly include parameter analysis19 and waveform analysis20. Due to the blindness of human extracted features, redundant features with low or no contribution to fault classification often appear in our extracted features, which will not only affect the computational efficiency of the model but also reduce the recognition accuracy. Therefore, we need to perform the necessary feature selection21,22. Among the common feature selection methods, the embedded method is easily affected by the performance of the classifier, the wrapper method has high computational complexity and poor performance in high dimensional space, in addition, the filter method usually uses the distance to evaluate the separability of the categories, which is the most commonly used, but the computational process is cumbersome23,24,25. This paper is also based on the distance separability, by comparing the minimum value of the distance between feature classes for feature selection, the method significantly simplifies the calculation process under the premise of ensuring high classification ability.
As an end-to-end classification algorithm, deep learning not only eliminates the tedious process of traditional manual feature extraction, but also has high classification accuracy, so it is widely used in many fields including mechanical equipment fault diagnosis26,27,28. In terms of engine fault diagnosis, Hosseini et al. accurately identified engine knock based on a deep neural network (DNN)29. Li et al. used the deep echo state network (DESN) to complete the diagnosis of engine fuel injection failure and valve failure30. Gou et al. combined the continuous wavelet transform and CNN method to identify engine sensor faults with remarkable results31. Compared with other deep neural networks, CNN can reduce the computational effort by sharing the convolutional kernel parameters while ensuring the same functionality or accuracy. Therefore, CNN can be well used to fit data-intensive acoustic emission signals.
In this paper, a method is proposed to identify the ignition advance angle anomalies of piston aero-engine by combining the advantages of AE signal and CNN model. The final experimental results show that the method has better recognition accuracy and recognition efficiency. The main contributions are as follows:
-
(1)
Based on the excellent features of the AE signal, the AE signal is introduced into the abnormal recognition of the engine ignition advance angle as the acquired information.
-
(2)
Aiming at the problem of huge amount of AE signal data, a feature extraction method is proposed: the spectrum of the signal is divided into equal parts, and the maximum value of the amplitude on each frequency band is used as the feature of the segment, and the frequency bands with large contribution are screened using a distance-based method to obtain the feature vector. Finally, the feature map is constructed as the input of the CNN.
-
(3)
A series of experiments were carried out and compared with different methods. The experimental results show that the proposed method can significantly improve the recognition accuracy and recognition efficiency and has good universality for other working conditions.
The paper is structured as follows: “Introduction” section introduces the background and significance of the study. “Methodology” section describes the theoretical knowledge and the proposed method used in this paper. “Experimental verification” section establishes the experiments to verify the effectiveness of the proposed method. Finally, the conclusion and outlook are given in “Conclusion and outlook” section.
Methodology
The detailed process of identifying the abnormality of the ignition advance angle of the piston aero-engine in this paper is shown in Fig. 2, which mainly includes 4 steps. Firstly, the method of AE data acquisition is introduced, including the selection of AE sensor measurement points and the setting of different states of ignition advance angle. The data pre-processing stage is divided into two steps of feature extraction and feature selection. The AE raw signal is converted from the time ___domain to the frequency ___domain by FFT, and the spectrum is divided into equal length frequency bands. Extracting the maximum value of amplitude within each band as the feature value of the band. Then the 1-D feature vector is constructed by selecting the frequency band with greater contribution to the classification based on the distance method and finally stacks the 1-D feature vector in time order to form a 2-D feature map. Next, build a CNN model for fault identification. Finally, an experiment is established to verify the effectiveness of the proposed method.
Data acquisition
Since the abnormality of the ignition advance angle directly affects the combustion process in the engine cylinder, the combustion chamber is closer to the source of the abnormal signal, and the transmission path of the AE signal is shorter. If the measuring point is selected on the surface of the combustion chamber body, the path coupling effect can be avoided, and a high signal-to-noise ratio of the AE signal can be effectively guaranteed. However, the surface of the combustion chamber of the piston aero-engine used in this paper is a sheet-layer heat dissipation structure, and no effective measuring point can be set. Therefore, the AE sensor is finally chosen to be installed on the smooth surface of the crankcase, which is closer to the combustion chamber. At the same time, a coupling agent is used on the surface of the AE sensor and the airframe surface to enhance the transmission ability of the AE wave so as to ensure the integrity of the collected signals. The ignition advance angle is adjusted by ECU when setting different fault types. They are respectively set as a normal state and three abnormal states. Because the ignition advance angle abnormally set too small on the performance of the engine is too small, there is no recognizable value; on the contrary, if it is set too large will lead to the engine to produce knock and thus cause damage to the engine, so according to past experience, this paper will be set in its abnormal state ignition advance angle increased of 1°, increased of 2.5° and increased of 5°.
Feature extraction
For vibration sensors, the time ___domain data of the acquired raw signal is often directly used as the input of the deep learning model32,33. However, the AE sensor used in this paper has a high sampling frequency and the amount of acquired data is very large. If the raw time series data is directly input into the CNN model, it will lead to a huge network structure, which will not only increase the calculation time and consume computing resources, but also cause serious overfitting phenomenon. If the classic time-___domain features are extracted as the input of the model, although the calculation amount can be reduced, the recognition accuracy cannot be guaranteed due to the large loss of original data information. In addition, since it is difficult to separate noise or useful information from time ___domain signals, the noise information contained in it will also have a certain impact on the recognition accuracy of the model. Therefore, for the AE signal in this paper, the time ___domain information is not suitable to be directly used as the input of the CNN model. However, the Fast Fourier Transform (FFT) can effectively denoise the raw signal, and the obtained spectrogram can directly reflect the information of each frequency component of the signal. So this paper uses frequency ___domain information to identify the abnormality of engine ignition advance angle.
Different from the traditional frequency ___domain feature extraction method, this paper divides the spectral delineation of the AE signal into m equal-length bands in each cycle, and since the higher amplitude in the spectrum represents the higher energy distribution, the maximum value of the amplitude within each band is extracted as a feature of the band34, which aims to characterize the AE signal efficiently while significantly reducing the dimensionality of the data. The set of these m feature values is the eigenvector T, then the eigenvector T of the tth cycle signal can be expressed as:
where e represents the divided each frequency band.
Feature selection
Through the above method, m features can be extracted for each cycle signal, but because the amount of information contained in each frequency band is different, especially in some frequency bands, the information displayed by the normal state and abnormal state of the ignition advance angle is almost the same. At this time, we consider that the features of this frequency band have little even no contribution to the identification of the abnormal state of ignition advance angle, which is called redundant features. These redundant features will not only increase the calculation time of the model, but even reduce the recognition accuracy. Therefore, feature selection is required to eliminate useless features. In this paper, a minimum distance-based feature selection method is used from the above-mentioned feature extraction approaches.
Suppose \({T}_{1}\), \({T}_{2}\), \({T}_{3}\) and \({T}_{4}\) are the eigenvectors in the four states of ignition advance angle, respectively. The length of the vector is set to 15 (that means the frequency spectrum is divided equally into 15 frequency bands), and their distribution in the line graph is shown in Fig. 3.
It is not difficult to see from the figure that the four fault types have different maximum magnitude values on different frequency bands. In order to select the frequency bands with large information differences and higher contribution to the classification ability, the approach in this paper is to calculate the distance between the maximum magnitude values of these fault types on each frequency band. Based on the concept of minimum differentiation, by comparing the minimum distance in each frequency band as the basis for measuring the classification quality of the frequency band, the larger the minimum distance, the better the discrimination of the frequency band to different fault types. The specific method is as follows:
From above, the minimum distance of each frequency band can be obtained, and assume M is the mean value of the minimum distance on these m frequency bands:
The mean value M is defined as the threshold value for selecting the frequency band, that is, when the \({({D}_{min})}_{i}\) on the frequency band i is greater than or equal to M, the frequency band is considered as an effective frequency band for fault classification and will be selected; otherwise, when the \({({D}_{min})}_{i}\) on the frequency band i which is less than M, it is considered that the frequency band has little effect on classification and will be discarded. This feature selection method is concise and easy to understand with less computation compared to traditional methods, and significantly improves the recognition efficiency while ensuring high classification ability of the selected features. Through this method, the effective frequency band to distinguish the fault type of the tth cycle signal can be finally selected. Similarly, we can use this method to obtain the effective frequency bands selected by all cycles signal, and finally count the number of times each frequency band is selected. A lower limit is set, and the frequency bands whose selection times are lower than the lower limit will be directly eliminated, and the remaining frequency bands will be used as the final frequency bands for classification.
Assuming that \({m}^{\prime}\) frequency bands are finally selected, each cycle signal can get its feature vector \({T}^{\prime}\). Next, we need to use the feature vector to construct a feature map as the input of the CNN model. Firstly, the eigenvalues of each cycle signal are mapped to a value between [0,1] using the minimum–maximum normalization method, and then multiplied by 255 to become a gray value within 0 to 255. The specific process is as follows:
where \(r=\mathrm{1,2}\dots {m}^{\prime}\). After the above process, at this time each cycle signal can be converted into a 1-D gray value feature vector with a shape of \(1\times {m}^{\prime}\). Then, the \({m}^{\prime}\) feature vectors in continuous time are vertically stacked to obtain a 2-D grayscale feature map with a shape of \({m}^{\prime}\times {m}^{\prime}\), the feature map is used as an input to the subsequent CNN model in the last. The process is shown in Fig. 4. Each column of the feature map represents the same frequency band selected in the successive cycles of the signal, while each row represents the eigenvalue within the selected band. The above process makes the ignition advance angle fault feature information more obvious, which will be more beneficial for the CNN model to recognize.
CNN model construction
The CNN model is a typical feed-forward neural network. The essence is to gradually extract the abstract feature representation of the input data in the process of alternating convolution and pooling based on the principle of several filters, and finally classify it by the classification layer. The CNN structure usually contains multiple levels such as input, convolution, pooling, full connected, and output, in which the dropout layer is often added to prevent overfitting to improve the generalization ability of the model, as shown in Fig. 5.
The convolutional layer is the core module of CNN to extract features from input data. The convolutional layer operation performs a convolution operation on the input data through the convolution kernel, and the result of the convolution is the extracted feature. The process of convolution operation is shown in Eq. (5):
where \({M}_{j}\) represents the input data set, through the input feature map \({x}_{i}^{l-1}\) of the l layer and the convolution kernel represented by K, the features of the enhanced signal data are convolved, and the output \({x}_{j}^{l}\) of the l layer is obtained, b is the bias value, f represents the nonlinear activation function, and the relu function is generally used.
The pooling layer is usually connected after the convolutional layer, and the input feature map is down-sampled by the pooling kernel to extract features while achieving data dimensionality reduction. Equation (6) shows that after performing the pooling operation down(∙), the weight β and b are added to the reduced feature map to obtain the output of the pooling layer:
The fully connected layer converts the 2-D feature map output by the pooling layer into a 1-D feature vector, which plays the role of data dimensionality reduction, and finally feeds the result to the final classifier, which usually uses a softmax classifier to achieve the multi-classification task.
Experimental verification
Experiment description
Figure 6 shows the schematic diagram of the experimental system. The signal acquisition system is composed of AE sensor, preamplifier, data acquisition card and PC. The AE sensor is installed at the position of the 1-cylinder crankcase, the signal-to-noise ratio is improved by using a preamplifier, after which the data acquisition instrument is connected and finally the AE signal is displayed on the PC. In this experiment, the VS45-H AE sensor produced by the Vallen Company in Germany is selected, which has a frequency range of 20 kHz to 450 kHz, and the AE sensor sampling rate is set to 2 MHz according to Nyquist’s sampling rule. The signal acquisition software is also the Vallen Control Panel R2022.0809.2 developed by Vallen Germany. In addition, in order to verify the universality of the method proposed in this paper, this experiment covers multiple operating speed ranges and operating conditions, and the operating condition information is shown in Table 1. Among them, the 4000 rpm working condition, which is the normal flight state of the aircraft, is our main research object. For the safety of the engine, we set the sampling duration of the normal state and each abnormal state to 15 s, discard the data of the first 3 s and the last 3 s, and take the data of the middle 9 s for analysis, so as to eliminate the interference caused by the unstable engine state.
Data processing
Since the engine speed is 4000 rpm and the sampling frequency is 2 MHz, each cycle is 0.015 s, which contains 30,000 sampling points. Figure 7(1) is the time ___domain images in two cycles under the four states of ignition advance angle.
It can be seen from the figure that there is a certain difference in the time ___domain image of the AE signal under the normal state and abnormal state of the engine ignition advance angle. The signal is smooth in normal state, while the abnormal state has abrupt changes in amplitude, and the abrupt changes become more obvious as the ignition advance angle increases. In order to better judge the working state of the engine and the type of fault, the AE signal is converted from the time ___domain to the frequency ___domain through FFT, as shown in Fig. 7(2). From the one-sided spectrum of the frequency ___domain curve, it is easy to see that the energy gradually shifts to high frequency as the ignition advance angle of the engine increases. Since the frequency range of the selected AE sensor is 20–450 kHz, the information beyond this range is distorted, so we mainly intercept the frequency band of 20–400 kHz for analysis. The frequency band is marked in the figure by the dotted line.
Considering calculation efficiency and other issues, the intercepted 20–400 kHz frequency band is equally divided into 38 sub-frequency bands with a length of 10 kHz, and the maximum value of the amplitude is calculated in each frequency band as the feature of this segment, and then the band with high contribution to the classification is selected as the basis for the construction of the feature vector by the method of frequency band selection in “Methodology” section. Figure 8 shows the feature extraction process of a certain cycle in four states of ignition advance angle.
It can be seen from the figure that the features extracted by the ignition advance angle in different states are different in a specific frequency band, and the minimum distance between the four feature values in each frequency band is used as a basis for differentiating the four states of the ignition advance angle. The greater the minimum distance means that the four states are better distinguished. The average value of the minimum distance on these 38 bands is calculated as the threshold value and the frequency band equal to or greater than the threshold value will be selected, and the frequency band smaller than the threshold value is discarded. The red line in Fig. 9 represents the threshold, the blue dots represent the minimum distance on each frequency band, and the frequency band corresponding to the dot above the red line is the selected frequency band, then the serial number of the frequency band selected by this sample are 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 14, 24.
The above is the process of frequency band selection for a certain cycle, so the frequency bands selected by 400 cycles can be obtained by using the same processing method. Table 2 counts the number of selected frequency bands of 1–38 in 400 cycles, and the order is arranged from high to low. In addition, frequency bands that do not appear in the table mean that the number of times of selection is 0. When determining the lower limit of frequency band selection, we set several nodes according to the statistical counts of each frequency band in Table 2, which are 200, 140, 110, 100, 60, 40, 20, 10, 5. We make each node as a candidate for the lower limit, and calculate the recognition accuracy and recognition time under each node one by one, and the calculation results are shown in Fig. 10. From the figure, it is easy to see that the comprehensive model recognition accuracy and recognition efficiency of both considerations, in the node 20 when the best results, so the lower limit of this paper is set to 20. On account of the number of occurrences of the 1st-26th frequency band exceeds the lower limit, and the other bands are lower than the lower limit, so the 1st-26th frequency band is our final selection.
The cycle signal generates 1-D feature vectors based on the above-mentioned frequency band selection results, and vertically stacks the feature vectors at continuous moments of the same state of ignition advance angle to construct a 2-D feature map with a shape of 26 × 26. It is easy to see from Fig. 11 that there are obvious differences in the feature maps of the normal state of ignition advance angle and the three abnormal states, which is due to the above data pre-processing process makes the fault feature information more obvious, which will be more beneficial to the subsequent CNN model identification.
Diagnostic results
The dataset is divided into training set and test set in the ratio of 4:1, with 400 samples for the training set and 100 samples for the test. Table 3 shows the specific structure of the CNN used. It contains three alternating convolutional layers and pooling layers, two fully connected layers and a classification layer. In addition, a dropout layer is added as appropriate to prevent network overfitting. The CNN model is written in Tensorflow 2.7 based on python 3.9. The computer is Windows 10 system with 16 GB RAM, GT 1030 graphics card and Intel i5 processor.
In addition to the proposed method, three other methods will be introduced in this paper to identify the abnormality of engine ignition advance angle. They are: 1. directly input the raw time ___domain data into CNN for recognition (Raw data + 1D CNN); 2. the equally divided frequency bands are directly used to construct feature maps for input to CNN without selection (All band + 2D CNN); 3. the equally divided frequency band is selected and used to construct a feature map for input to the BP neural network (Select band + BP). Figure 12 shows the confusion matrix of the test set when classification is performed using the four methods described above.
It is not difficult to see from the confusion matrix that the proposed method has the best effect in identifying the abnormality of engine ignition advance angle. In identifying the advance angle + 2.5°, the other three methods except the proposed method all have a certain probability of misidentifying it as the advance angle + 5°. Table 4 compares the recognition accuracy as well as network training time and time per prediction (batch size and epoch are consistent). In order to avoid the chance of a single result, all the data in the table are the average value calculated after running five times. Obviously, among the four methods, method 1 has the lowest recognition accuracy and the longest training time for the network and the longest time per prediction, which is due to the huge amount of AE data and overfitting in the training process, resulting in poor generalization ability of the final model, thus it can be shown that it is more reasonable to use frequency ___domain information for identification than time ___domain information in this paper; the recognition accuracy of method 2 is slightly lower than the proposed method but the training time and prediction time are significantly higher, which shows the necessity of frequency band selection. By selecting the frequency band, the redundant features are eliminated and the recognition accuracy and diagnosis efficiency are significantly improved. The proposed method and method 3 do the same data preprocessing, the difference is that the former uses CNN as the classifier, and the latter uses BP neural network as the classifier. Although the time of the latter has a slight advantage, the recognition accuracy is much lower than the former. In summary, the method proposed in this paper significantly shortens the diagnosis time while ensuring high accuracy.
In order to illustrate the superiority of the AE signal in identifying the abnormality of the engine ignition advance angle, this paper introduces the vibration signal for comparison. The sampling rate of the vibration sensor is 25.6 kHz, and the same method is used to preprocess the vibration signal and input it to CNN for recognition, as can be seen from Fig. 13, when the vibration signal is used for diagnosis, except for the ignition advance angle + 1°, misdiagnosis occurs in the other three states, and the overall classification accuracy is 95.3%, which is far less than 100% of the AE signal. Therefore, it is advantageously proved that using the AE signal can better identify the abnormality of the engine ignition advance angle than using the vibration signal.
In addition, to verify the universality of the proposed method, we identify the abnormality of the engine ignition advance angle under the two working conditions of 3000 rpm and 4500 rpm respectively. From the classification results in Fig. 14, it can be seen that the proposed method still maintains a high recognition accuracy when applied to these two working conditions, so the method in this paper has a certain degree of universality.
Conclusion and outlook
This paper proposes an abnormal identification method of ignition advance angle of piston aero-engine based on the combination of AE signal and CNN model. The conclusions obtained are as follows:
-
(a)
To address the problem of the large amount of AE signal data, which is difficult to directly input into the CNN model, a feature selection method is proposed: select the frequency band with a large contribution to the classification as the basis for the final construction of the feature map, which not only effectively reduces the computational complexity of the model, it also makes the fault characteristic information more obvious, which is more beneficial to fault identification.
-
(b)
Comparing the proposed method with other conventional methods, the advantages of the former are far greater than the latter in terms of both recognition accuracy and recognition efficiency.
-
(c)
Comparing the recognition results obtained by using the vibration signal with the recognition results using the AE signal, it is found that the recognition accuracy of the former is far lower than that of the latter, which shows the superiority of using the AE signal to identify the abnormality of the ignition advance angle.
-
(d)
The proposed method can also maintain high recognition accuracy under other operating conditions of the engine, so the method has a certain degree of universality.
Although the proposed method shows excellent performance, there are still some problems that need to be considered: (a) For reasons of computational efficiency, the frequency band is simply divided into 10 kHz equal lengths in this paper, so the number of band divisions needs to be considered in the next step; (b) in this paper, only one fault type of ignition advance angle is identified, and the proposed method can be used for the identification of multiple fault types in the future.
Data availability
This study did not involve any experiments on humans and/or the use of human dataset. The datasets used and/or analysed during the current study available from the corresponding author on reasonable request.
References
Pan, Z., He, Q., Zhang, X. & Zhang, D. Numerical simulation of 2-stroke diesel engine for light aircraft. IEEE Aerosp. Electron. Syst. Mag. 30, 4–10 (2015).
Ma, F., Zhang, J. & Wang, F. Knock combustion characteristics of an opposed-piston two-stroke gasoline engine. Energy Sci. Eng. 10, 4626–4639 (2022).
Czarnigowski, J., Jakliński, P. & Karpiński, P. Effect of ignition advance angle offset in a dual ignition system of a large aircraft piston engine. Int. J. Engine Res. https://doi.org/10.1177/14680874221103711 (2022).
Li, J., Gong, C.-M., Su, Y., Dou, H.-L. & Liu, X.-J. Effect of injection and ignition timings on performance and emissions from a spark-ignition engine fueled with methanol. Fuel 89, 3919–3925 (2010).
Mehra, R. K., Duan, H., Luo, S., Rao, A. & Ma, F. Experimental and artificial neural network (ANN) study of hydrogen enriched compressed natural gas (HCNG) engine under various ignition timings and excess air ratios. Appl. Energy 228, 736–754 (2018).
Li, X. & Liu, B. Influence of ignition advance angle on LPG engine. Int. J. Veh. Syst. Model. Test. 8, 203–208 (2013).
Towers, J. M. & Hoekstra, R. L. Engine knock, a renewed concern in motorsports—A literature review. SAE Trans. 1, 983026. https://doi.org/10.4271/983026 (1998).
Zhen, X., Wang, Y., Xu, S. & Zhu, Y. Numerical analysis on knock for a high compression ratio spark-ignition methanol engine. Fuel 103, 892–898 (2013).
Chang, C. & Wei, M. Effect of key parameters on knock suppression in a two-stroke spark ignition engine with aviation kerosene fuel. Proc. Inst. Mech. Eng. J Power Energy 233, 1047–1055 (2019).
Zhang, H. & Deng, Y. Weighted belief function of sensor data fusion in engine fault diagnosis. Soft Comput. 24, 2329–2339 (2020).
Xu, J., Qiao, B., Liu, M., Yang, Z. & Chen, X. Crack propagation monitoring of rotor blades using synchroextracting transform. J. Sound Vib. 509, 116253 (2021).
Začal, J., Dostál, P., Rozlivka, J. & Brabec, M. Analysis of surface defects in composites using digital image correlation and acoustic emission. Acta Univ. Agric. Silvic. Mendel. Brun. 66, 1217–1224 (2018).
Ma, Z., Zhao, M., Luo, M., Gou, C. & Xu, G. An integrated monitoring scheme for wind turbine main bearing using acoustic emission. Signal Process. 205, 108867 (2023).
Kaewwaewnoi, W., Prateepasen, A. & Kaewtrakulpong, P. Investigation of the relationship between internal fluid leakage through a valve and the acoustic emission generated from the leakage. Measurement 43, 274–282 (2010).
Law, L.-S., Kim, J., Liew, W. Y. H. & Lee, S.-K. An approach to monitoring the thermomechanical behavior of a spindle bearing system using acoustic emission (AE) energy. Int. J. Precis. Eng. Manuf. 14, 1169–1175 (2013).
Elamin, F., Fan, Y., Gu, F. & Ball, A. Diesel engine valve clearance detection using acoustic emission. Adv. Mech. Eng. 2, 495741 (2010).
Bejger, A. & Drzewieniecki, J. B. The use of acoustic emission to diagnosis of fuel injection pumps of marine diesel engines. Energies 12, 4661 (2019).
Han, C., Liu, T., Jin, Y. & Yang, G. Acoustic emission intelligent identification for initial damage of the engine based on single sensor. Mech. Syst. Signal Process. 169, 108789 (2022).
Zhang, Z.-H. & Deng, J.-H. A new method for determining the crack classification criterion in acoustic emission parameter analysis. Int. J. Rock Mech. Min. Sci. 130, 104323 (2020).
Barile, C., Casavola, C. & Pappalettera, G. Acoustic emission waveform analysis in CFRP under Mode I test. Eng. Fract. Mech. 210, 408–413 (2019).
Liang, L., Liu, F., Li, M., He, K. & Xu, G. Feature selection for machine fault diagnosis using clustering of non-negation matrix factorization. Measurement 94, 295–305 (2016).
Han, D., Liang, K. & Shi, P. Intelligent fault diagnosis of rotating machinery based on deep learning with feature selection. J. Low Freq. Noise Vib. Act. Control 39, 939–953 (2020).
Hou, H. & Ji, H. Improved multiclass support vector data description for planetary gearbox fault diagnosis. Control Eng. Pract. 114, 104867 (2021).
Hou, J., Wu, Y., Ahmad, A. S., Gong, H. & Liu, L. A novel rolling bearing fault diagnosis method based on adaptive feature selection and clustering. IEEE Access 9, 99756–99767 (2021).
Chen, C., Tsai, Y., Chang, F. & Lin, W. Ensemble feature selection in medical datasets: Combining filter, wrapper, and embedded feature selection results. Expert Syst. 37, e12553 (2020).
Wang, J., Zhuang, J., Duan, L. & Cheng, W. A multi-scale convolution neural network for featureless fault diagnosis. In 2016 International Symposium on Flexible Automation (ISFA) 65–70. https://doi.org/10.1109/ISFA.2016.7790137 (IEEE, 2016).
Xia, M., Li, T., Xu, L., Liu, L. & de Silva, C. W. Fault diagnosis for rotating machinery using multiple sensors and convolutional neural networks. IEEE ASME Trans. Mechatron. 23, 101–110 (2018).
Chao, Q. et al. Fault diagnosis of axial piston pumps with multi-sensor data and convolutional neural network. Front. Mech. Eng. 17, 36 (2022).
Hosseini, M. & Chitsaz, I. Knock probability determination in a turbocharged gasoline engine through exhaust gas temperature and artificial neural network. Appl. Therm. Eng. 225, 120217 (2023).
Li, X., Bi, F., Zhang, L., Yang, X. & Zhang, G. An engine fault detection method based on the deep echo state network and improved multi-verse optimizer. Energies 15, 1205 (2022).
Gou, L., Li, H., Zheng, H., Li, H. & Pei, X. Aeroengine control system sensor fault diagnosis based on CWT and CNN. Math. Probl. Eng. 2020, 1–12 (2020).
Wang, J., Wang, D., Wang, S., Li, W. & Song, K. Fault diagnosis of bearings based on multi-sensor information fusion and 2D convolutional neural network. IEEE Access 9, 23717–23725 (2021).
Du, C. et al. Research on fault diagnosis of automobile engines based on the deep learning 1D-CNN method. Eng. Res. Express 4, 015003 (2022).
Ren, L., Sun, Y., Wang, H. & Zhang, L. Prediction of bearing remaining useful life with deep convolution neural network. IEEE Access 6, 13041–13049 (2018).
Funding
This work was supported by science and technology research project of higher education in Hebei province of China under Grant QN2022159. And this work is also supported by State Key Laboratory of Reliability and Intelligence Electrical Equipment (No. EERIPD2021008), Hebei University of Technology. In addition, Xinjiang Production and Construction Corps Regional Innovation guidance Program (Grant Number 2022BB004) and S&T Program of Hebei (Grant Number 215676146H and Grant Number 225676163GH) also funded the work.
Author information
Authors and Affiliations
Contributions
The study was conceptualized by Y.Y. Experiments and data analyses were carried out by Y.Y., X.B. and T.M. Y.S. generated the figures. The manuscript was written by Y.Y., X.B. and A.L. The study was supervised by W.K., W.H. and N.H. All authors read and approved the final version to be published.
Corresponding authors
Ethics declarations
Competing interests
The authors declare no competing interests.
Additional information
Publisher's note
Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.
Rights and permissions
Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article's Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article's Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/.
About this article
Cite this article
Yang, Y., Bi, X., Lee, A. et al. Acoustic emission-based intelligent identification of piston aero-engine ignition advance angle anomalies. Sci Rep 13, 17980 (2023). https://doi.org/10.1038/s41598-023-44755-7
Received:
Accepted:
Published:
DOI: https://doi.org/10.1038/s41598-023-44755-7