Anomalous signal recognition algorithm for electronic communication equipment based on improved gradient projection method
Pubblicato online: 21 mar 2025
Ricevuto: 26 ott 2024
Accettato: 04 feb 2025
DOI: https://doi.org/10.2478/amns-2025-0605
Parole chiave
© 2025 Weibing Li et al., published by Sciendo
This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
With the rapid development of communication technology, people’s dependence on communication is increasing. Whether it is an individual or an enterprise, in the process of communication, we all want to maintain the stability of communication and good connection status. However, due to various reasons, abnormalities in communication are inevitable. In order to find and solve the communication anomalies in time, the communication equipment anomalous signal recognition is especially important [1-4].
Communication anomaly detection and identification is a very important part of the communication system, which detects potential problems and identifies anomalies by monitoring the communication network and equipment. Common communication anomalies include network delay, packet loss, signal interference and so on [5-7]. Communication anomaly detection and identification can be achieved in the following ways: monitoring network status: by real-time monitoring of the network connection status, including network delay, packet loss and other parameters, to determine whether the network is working properly. Network monitoring tools can be used to regularly test the network, and the results will be fed back to the user [8-11]. Equipment status monitoring: real-time monitoring of communication equipment, including the working status of the equipment, hardware failure and so on. It can be realized through the monitoring interface provided by the equipment itself or integrated with the equipment management system [12-14]. Data analysis and anomaly identification: analyze the communication data, through the anomaly identification algorithm to determine whether there is anomaly. Data analysis software can be used to pre-process communication data and anomaly identification to improve the accuracy and efficiency of detection [15-18].
Literature [19] designed automatic detection system to prevent anomalous communication packets from propagating in the Internet. By completing the decoding work such as TCP protocol, the decoded data is fed into the SVM-based model for detecting anomalous communication packets for electronic devices. The experimental results pointed out that the system has advantages such as high efficiency compared to other systems. Literature [20] identifies anomalous behaviors by generating data sequences of network behaviors and inputting the data sequences into an RNN model to unfold the training to identify the anomalous behaviors. The data set is also divided into training set and test set, the training set is input into the RNN model for training and the model is evaluated by the test set. Literature [21] proposes a feature extraction method based on nonlinear techniques for network anomalous communication signals, which utilizes wavelet transform to decompose the anomalous network communication signals in both high and low frequency bands. It is verified through testing that the method can realize effective signal noise reduction effect and accurately extract the features of abnormal signals. Literature [22] proposed the IMemAE model to identify anomalous communication signals. The model is able to solve the problem of degradation of anomaly identification performance due to unbalanced communication signals. The effectiveness of ImemAE is emphasized by simulation results for better identification of synthetic anomalous communication signals. Literature [23] introduces a deep learning network based on sequence convolutional network, which consists of one-dimensional sequence convolution of residual network modules and variable convolutional kernel value domains, which is capable of mitigating the effect of signal packets. It is shown experimentally that this network exhibits better recognition in underwater communication environments, which makes it more meaningful to display for underwater communication systems. Literature [24] describes the signal recognition methods, pointing out that, with the development of wireless communication systems, classical methods, deep learning, etc. are gradually extended to wireless technology recognition. The open problems and challenges exposed in practice are discussed and current signal recognition methods and their future trends are summarized. Literature [25] examines the key technologies for fingerprinting of communication devices and discusses the individual recognition scheme for communication devices with XGBoost classification model. The GBDT model with different parameters is used as the main learner of the stacked classifier. The results show that using GBDT model with different parameters has higher recognition rate. Literature [26] uses the FFT method to analyze the time-frequency unfolding of the overlapping part of the interfering signal with BPSK to obtain the time-frequency map and its introduction of convolutional neural network to identify the interfering signal effectively. Simulation experiments show that the overall recognition rate of the proposed method is very high for different types of interference.
In this paper, the algorithm design for recognizing abnormal signals in electronic communication equipment is realized by combining a deep learning method and an improved gradient projection method. First, based on the theory of anti-jamming communication, a signal model is constructed, and an efficient path for signal detection is proposed. At the same time, the signal of electronic communication equipment is preprocessed, and the signal features are extracted based on the deep learning method, which lays the foundation for the recognition of abnormal information. Then, the improved gradient projection method is used to recognize abnormal signals in electronic communication equipment. In order to verify the effectiveness of the designed algorithm, anomaly recognition experiments are conducted on different types of signals, and their recognition performance is compared with that of the traditional method in different partitions and different numbers of experiments.
The anti-jamming communication channel model is shown in Fig. 1, and the channel coefficients of the three links from the jamming source to the transmitter (JT), the transmitter to the receiver (TR), and the jamming source to the receiver (JR) are

Anti-interference communication channel model
The specific process of signal transmission is as follows:
1) Signal transmission: after the interference source discovers the transmitter and receiver of our communication node, it starts to broadcast an interference signal to attack the communication channel between the transmitter and receiver. Therefore the expression of the received signal In this case, the communication between the transmitter and the receiver employs an interference modulation technique, which maps the information to be transmitted to different PGA amplification coefficients, amplifies the interference signal to different degrees, and forwards it to the receiver. Therefore, the expression for the transmitter’s emitted signal 2) Signal reception: the receiver simultaneously receives the superposition of the interference signal from the interference source to the receiver link and the signal after the secondary modulation from the transmitter to the receiver link. Therefore, the expression for the received signal Throughout the signaling process, the useful information 3) Signal Interference Noise Ratio (SINR): In a transmitted symbol period, the receiver samples the received signal
Based on Eq. (4), the expression for SINR can be further written as:
From Eq. (5), it can be seen that the adaptive transmission scheme can be considered for the strength of the interfering signal, and the selection of the amplification factor
1) Energy detector: it is to distinguish different symbols by measuring the average power of the received signals during the symbol period and comparing it with the preset judgment threshold. Therefore, the average power of the received signal after N samples in one symbol period can be expressed as:
Substituting Eq. (4) into Eq. (6) gives:
The result of Eq. (7) is obtained by utilizing the mutual independence between the interfering signal
Since the effect of noise is negligible in the case of strong interference and this paper mainly focuses on the useful signal as a narrowband scenario. Thus, Eq. (7) can be approximated as:
From the above equation, it can be seen that the average power of the received signal at the receiver is mainly determined by the amplification factor
For example, when the transmitter uses OOK modulation. Then, the received signal power at the receiver can be expressed as:
Obviously, the power levels of the received signals at
2) Estimated Signal Judgment Threshold: For each transmission of information, a portion of the received signal will be used as a guide signal, located before the useful signal, which is the judgment threshold
In engineering practice, it is common to choose a longer training sequence, i.e.,
In communication confrontation, when the type of the enemy jamming signal is unknown, the signal detection criterion based on the Euclidean distance [27] can be used as the judgment threshold
3) Message decoding: after obtaining the judgment threshold
Thus, the receiver decoding criterion can be expressed as:
In summary, the signal demodulation can be summarized in the following three steps:
Step1: Calculate the average power of the pilot signal in the received signal. Step2: Estimate the judgment threshold of the average power of the signal. Step3: Use energy detection criterion to extract useful information. When the received signal power, the verdict is
It is worth noting that the energy detection criterion, as a non-coherent demodulation method, uses only the average power of the received signal, i.e.,
To improve the recognition efficiency of abnormal signals in electronic communication equipment, this paper proposes an abnormal signal recognition algorithm based on the Improved Gradient Projection (IGP) method.
The signal data of the electronic communication equipment is stored in the server disk in text format, and it is necessary to screen and count these data, delete the null value in the signal data, remove the erroneous signal data and irrelevant signal data due to human operation, organize and classify the signal data and standardize the storage and management, and adjust the format of the signal data and then re-save it. According to different signal data types for classification and storage, the same type of signal data in the same folder for differentiation, using data compression methods to standardize the signal data constraints. The normalization of signal data is intended to ensure that the recognition results can accurately and truthfully reflect the recognition of signals by electronic communication equipment. The formula for normalizing the data is:
Where
In the process of signal identification of electronic communication equipment, some frequency points are not working at some moments, when the signal data of that frequency point is abnormal signal data. If this data is removed, it will cause loss of signal when that frequency point is working. Abnormal signals are generated by misidentification during the recognition process. Although the abnormal signals themselves do not have any significance, the study of how the abnormal signals are recognized by the electronic communication equipment can make the safety of the electronic communication equipment secure. Standardized processing of data can improve the true validity of data, and the standardized processing formula is:
The features of the signals of electronic communication devices are extracted using deep learning methods. By using the coding network of the autoencoder and the coding network in the decoding network, the processed data is further compressed and processed to reduce the amount of signal data processed at the coding end as the input data, and since the input data of the implicit layer may be reduced, the signal data set is passed through the signal dataset, the root node data is selected, and then traversed to select the leaf nodes and construct a feature tree, which facilitates the training of the DNN cascade. Reduce unnecessary waste of resources. Using the deep learning autoencoder for DNN cascade training, the DNN can obtain the required feature information of abnormal signals from the sample signal data provided by electronic communication devices [28].
Using the BP algorithm of deep learning, the abnormal signal data of electronic communication equipment obtained by DNN is then adjusted so that the feature information of the abnormal signal of electronic communication equipment obtained by DNN is more complete and accurate. The deep learning adjustment process is shown in Fig. 2.

Deep learning adjustment process
To analyze the feature data of the abnormal signal of electronic communication equipment obtained through DNN, let the scale of the signal be
Separating the spectral offset characteristics of the anomalous signals of electronic communication equipment, the parameters associated with frequency and time can be obtained, which are expressed in the form:
Where
Measuring the linear spectrum of the anomalous signal of the electronic communication equipment, the measurement calculation formula is:
Where,
Analyze the signal characteristics of the electronic communication device through the measurement results. Decompose the left and right wave eigenvalues of the anomalous signals of the electronic communication equipment, use the characteristic aggregation of the signals, get the characteristic spectrum of the anomalous signals, and extract the characteristics of the anomalous signals of the electronic communication equipment. Calculate the extraction using equation (21):
Where
The problem of identifying anomalous signals of electronic communication devices can be transformed into a sparse signal reconstruction problem. For sparse signal
Using the idea of convex optimization algorithm [29], the signal model is transformed into an unconstrained convex optimization problem, viz:
In Eq. (23),
In order to solve for
In Eq. (24), the elements in vectors
Further Eq. (25) is rewritten as a rigorous BCQP problem, i.e:
In the formula:
However, it is very difficult to solve Eq. (27) directly, and in this paper, we propose an algorithm based on the Improved Gradient Projection (IGP) method to solve Eq. (27) iteratively [30]. In the algorithmic process, the superscript (
First calculate the gradient of function
Next, scale factor
The objective of minimizing
In order to accurately detect the active users and their data information, the estimation of the target signal, i.e.,
The process of maximizing
In Eq. (31),
According to the above analysis, the flow of the IGP-based abnormal signal recognition algorithm for electronic communication devices is shown in Fig. 3, and the corresponding operation steps are summarized as follows:
Step1: Input system parameters Step2: Initialize the parameters. First, convert complex numbers Where, Step3: Judge whether Step4: Sequentially update the intermediate variable Step5: First convert the result of each iteration Then the real signal Also preprocess Step6: End of iteration and output

Flow chart of IGP abnormal signal recognition algorithm
In order to test the performance of the application of the method of this paper in realizing the signal anomaly identification of electronic communication equipment, simulation test and analysis are carried out, the length of the electronic communication equipment signal sampling is 1048, the deviation of the signal anomaly feature sampling is 0.32, and the time delay of the signal statistical analysis is 240 ms. According to the parameter settings mentioned above, the signal obtained from the electronic communication equipment is shown in Fig. 4.

Signals of electronic communication equipment
Taking the signal of electronic communication equipment in Fig. 4 as input, the method of this paper is used to extract the abnormal features of the signal of electronic communication equipment, and the feature extraction results are obtained as shown in Fig. 5.

Signal anomaly feature extraction results of electronic communication equipment
Analyzing Fig. 5, we know that the method of this paper can effectively realize the abnormal feature extraction of electronic communication equipment signals and realize the abnormal automatic identification of electronic communication equipment signals.
Test the accuracy of this paper’s method for different types of electronic communication equipment signal anomaly recognition, the test results of different types of signals are shown in Table 1. Analysis of Table 1 shows that for different types of electronic communication equipment signals, the accuracy of this paper’s method for electronic communication equipment signal anomaly recognition is above 97%, which indicates that the method can identify many types of electronic communication equipment signal anomaly problems, and the recognition results are reliable.
Signal anomaly recognition accuracy of electronic communication equipment
Signal type | Recognition accuracy |
---|---|
Deterministic signal | 99.04% |
Random signal | 98.12% |
Analog signal | 99.26% |
Digital signal | 99.75% |
Energy signal | 99.89% |
Power signal | 99.13% |
Time domain signal | 99.21% |
Frequency domain signal | 97.52% |
Time limit signal | 98.27% |
Frequency limited signal | 99.09% |
Real signal | 97.08% |
Complex signal | 98.54% |
Taking the digital signal as an example, a comparison experiment on the accuracy of signal anomaly recognition of electronic communication equipment was carried out, and the results of the comparison test are shown in Table 2. Analyzing Table 2, we know that the accuracy of electronic communication equipment signal anomaly identification by the method of this paper is high, above 95%, which is greater than that of comparison method 1 and comparison method 2. The reason is that the method constructs the transmission channel equalization regulation model of electronic communication equipment signal, adopts the deep learning method to realize output equalization scheduling of electronic communication equipment signal, as well as analyzes the spectrum of the output signal of electronic communication equipment and extracts anomalous features, based on which it adopts the improved gradient projection method to realize automatic identification of the signal anomaly of electronic communication equipment. Abnormal feature extraction is based on the improved gradient projection method to automatically identify signal abnormalities in electronic communication equipment.
Comparison of signal anomaly recognition accuracy
Signal-to-noise ratio | Method of this paper | Comparison method 1 | Comparison method 2 |
---|---|---|---|
-12 | 95.50% | 84.20% | 91.92% |
-6 | 98.28% | 89.25% | 92.97% |
0 | 99.02% | 91.02% | 92.42% |
6 | 99.95% | 92.82% | 95.77% |
12 | 100.00% | 93.65% | 96.89% |
In order to further verify the advantages of the proposed abnormal signal recognition algorithm for electronic communication devices in practical applications, this paper conducts comparative experiments between it and the traditional method, including the comparison of recognition accuracy at different recognition partitions and the comparison of recognition accuracy at different numbers of experiments.
Before the start of the experiment, it is first necessary to prepare a compatible device, as well as electronic communication equipment, to connect and complete the conduction of various types of signals. This paper selects the electronic communication equipment for 2445IEC48RVV model communication equipment, its rated voltage is 220V, the implementation of the standard GB/T448.26-2020, the transmission rate of the signal is 1320bps, the sampling frequency is 54kHz, the carrier size of 32kHz. 120 different signals are randomly produced by the use of software settings, of which 60 are normal signals and 60 are abnormal signals.
The 120 signals conducted in the signaling process of 2445IEC48RVV model communication equipment are identified using the identification method proposed in this paper and the traditional identification method, respectively, and the same strong interference effects are applied to both identification methods during the identification process. In order to ensure that the experimental results have a higher degree of objectivity and fairness, in addition to the different recognition methods used, in the exact same case to complete the comparison experiment, the comparison of the experimental results under different recognition of the partition is shown in Table 3.
Comparison of experimental results of two recognition methods
Identification partition | The number of actual abnormal signals | The number of correct recognitions of this method | The number of correct recognitions of the traditional method |
---|---|---|---|
First partition | 8 | 8 | 4 |
Second partition | 12 | 12 | 5 |
Third partition | 10 | 10 | 4 |
Fourth partition | 16 | 16 | 3 |
Fifth partition | 14 | 14 | 5 |
As shown in Table 3, the number of correctly recognized signals in this paper is exactly the same as the actual abnormal signals in different recognition partitions, while the number of correctly recognized signals in the traditional method is smaller than the number of actual abnormal signals. Therefore, it is further proved through comparative experiments that the anomalous signal recognition method for electronic communication equipment based on improved gradient projection method proposed in this paper can effectively improve the recognition accuracy of anomalous signals in practical applications. Introducing this identification method into practical applications can effectively provide protection for the normal transmission of communication signals, and at the same time, it can also provide a basis for the subsequent enhancement of the anti-interference ability of electronic communication equipment in the identification process, which is of higher value.
Experiments using 1200 groups of electronic communication equipment signals for experiments, of which, the abnormal signal has 500 groups, using the method of this paper and the traditional method of abnormal signal recognition experiments, then different experiments when the number of times the abnormal signal recognition as shown in Table 4.
Abnormal signal identification
Number of experiments | The identification quantity of the method in this article | The identification quantity of the traditional method |
---|---|---|
10 | 440 | 255 |
20 | 378 | 271 |
30 | 419 | 286 |
40 | 433 | 324 |
50 | 408 | 244 |
60 | 462 | 248 |
70 | 481 | 236 |
80 | 492 | 260 |
90 | 488 | 429 |
100 | 469 | 305 |
The recognition performance of the proposed method is validated by calculating the recognition correctness rate, which is calculated as:
Where:
Calculated by the above formula, the comparison of recognition correct rate is obtained as shown in Fig. 6.

Comparison of recognition accuracy rates
As can be seen from Fig. 6, the recognition correct rate of the proposed method in this paper is significantly higher than that of the traditional method. In particular, the maximum and average recognition correct rate of the proposed method are 98.40% and 89.40%, respectively, while the maximum and average recognition correct rate of the traditional method are 85.80% and 57.16%, respectively, so the average recognition correct rate of the proposed method is 32.24% higher than that of the traditional method, which fully demonstrates that the proposed anomalous signal recognition method based on the improved gradient projection method of the electronic communication equipment has better recognition performance. This fully demonstrates that the proposed recognition method based on the improved gradient projection method for abnormal signals of electronic communication equipment has better recognition performance and higher recognition stability.
In this paper, based on the signal model, the deep learning method and the improved gradient projection method, we successfully designed an abnormal signal recognition algorithm for electronic communication equipment, and explored its recognition performance through simulation experiments.
Electronic communication equipment signals are selected as input, and the method of this paper is used to realize the abnormal feature extraction and automatic identification of electronic communication equipment signals. For different types of electronic communication equipment signals, the signal anomaly recognition accuracy of this paper’s method is above 97%, indicating that the method can recognize multiple types of electronic communication equipment signal anomaly problems and the recognition results are reliable. At the same time, digital signals are an example of comparison experiments in identification accuracy. In the case of different signal-to-noise ratios, the accuracy of this paper’s method for signal anomaly recognition of electronic communication equipment is higher, both above 95%, which are greater than the other two comparison methods. In addition, compared to traditional anomalous signal recognition methods, this paper’s method achieves higher recognition accuracy and stability under different signal partitions and different numbers of experiments. When controlling the number of experiments, the maximum and average recognition correct rate of this paper’s method are 98.40% and 89.40%, respectively, which are larger than the maximum (85.80%) and average (57.16%) of the traditional method, which fully illustrates the reliability and superiority of the anomalous signal recognition method of electronic communication equipment based on the improved gradient projection method designed in this paper.
School Level Project of Beijing Polytechnic: Research on Integrated Emergency Communication Shelter System Based on 5G (No.2022X009-KXD).