Abstract
The importance of information gathering is emphasized to minimize casualties and economic losses in warfare. Through electronic warfare, which utilizes electromagnetic waves, it is possible to discern the enemy’s intentions and respond accordingly, thereby leading the battle advantageously. Consequently, related research is actively underway. The development of various radar signal modulation techniques has revealed limitations in the existing modulation recognition methods, necessitating the development of distinguishing features to overcome these limitations. This paper proposes and analyzes distinguishing features that can differentiate various modulation schemes. Eleven distinguishing features were employed, and twenty-two types of modulated signals, including analog, digital, and composite modulation, were classified using hierarchical classification approach and maximum likelihood estimation (MLE). The proposed method achieves a recognition performance of 99.76% at an SNR of 20 dB and 98.45% at an SNR of 8 dB.
1. Introduction
Since the advent of the mass production of weapons due to the development of industrial technology, warfare has predominantly been consumptive in nature. However, in modern times, the trend has shifted toward quickly ending wars with strategies based on rapid and accurate information, thereby minimizing damage. Consequently, the importance of electronic warfare has emerged, as it enables the identification of enemy intentions based on collected information and the pre-emptive development of countermeasures. This allows for the neutralization of enemy command, control, and communications at the onset of hostilities, thereby establishing dominance in warfare.
Electronic warfare refers to all military applications utilizing electromagnetic waves and is broadly categorized into electronic attack, electronic protection, and electronic warfare support. Among these, electronic warfare support involves activities aimed at detecting, intercepting, and identifying electromagnetic waves emitted by the enemy to locate signals and their sources. By analyzing the enemy’s electromagnetic waves and utilizing the obtained information, efficient strategies and countermeasures can be prepared in advance, making electronic warfare support capabilities a crucial factor in determining the outcome of a war [1,2].
In particular, the technology for identifying enemy radar signals is critical as it allows for understanding the purpose of radar usage and the level of threat, thereby enabling the preparation of appropriate countermeasures in advance. However, with advancements in technology, communication signals are being covertly embedded within radar pulses, signal strength is being reduced, various pulse compression techniques and modulation methods are diversifying, and the number of operational radars is increasing, leading to a more complex signal environment on the battlefield [3,4,5]. In such a complex electromagnetic environment, radar signal recognition technology with high recognition rates and strong robustness is essential.
Traditional radar signal recognition used basic identification factors such as carrier frequency, time of arrival, pulse width, and pulse amplitude. However, in the increasingly complex signal environment of modern battlefields, these traditional identification factors are insufficient for distinguishing between electromagnetic waves with similar variables. To address this issue, research has been conducted based on information about various modulation methods and machine learning [6]. In [7], 18 types of radar waveforms were differentiated using visual graph-based features along with k-nearest neighbor (kNN) and support vector machine (SVM) methods. In [8], eight types of single-modulation signals were classified using Wigner–Ville distribution (WVD)-based features and a binary tree approach. Ref. [9] identified five types of single-modulation signals based on pseudo-Zernike moments and kNNs. In [10], IPCA and SVMs were used to distinguish eight types of radar waveform.
In recent years, deep learning [11] has made remarkable progress and has begun to be applied in the field of radar modulation signal recognition research. For instance, Ref. [12] classified signals using binarized time–frequency images and deep residual learning. Ref. [13] generated time–frequency images based on smooth pseudo-Wigner–Ville distribution and used a DCNN model to classify eight types of radar waveforms. Ref. [14] utilized a CNN to extract features and employed a DQN-based classification network. Ref. [15] used an FF-CNN to extract features and distinguish seven types of single/composite-modulation signals. Ref. [16] extracted features with BiLSTM to differentiate six types of PSK signals. According to [17], the classification of 10 types of radar waveforms was performed using BLCDAE and X-net.
Deep-learning-based methods often show higher recognition accuracy compared to traditional machine learning methods. However, they require a large amount of pre-existing data and impose higher demands in terms of storage and computation due to the need for high-quality time–frequency images. These high requirements pose challenges for practical field applications. Therefore, it is crucial to evaluate whether traditional machine learning methods can still exhibit a competitive performance in radar signal recognition.
We propose a modulation recognition method that sequentially distinguishes various single-modulation signals and composite-modulation signals from broad categories to individual signal classifications. This method utilizes a hierarchical classification, time–frequency spectrogram-based features obtained through short-time Fourier transform (STFT), and maximum likelihood estimation (MLE) [18] to find the distribution that maximizes the likelihood of the observed features.
The remainder of this paper is structured as follows. In Section 2, we introduce the proposed method, including time–frequency transformation, feature extraction of modulation signals, hierarchical classification, and MLE. In Section 3, we present the experimental results. Finally, in Section 4, we draw conclusions based on the experimental results.
2. Proposed Methods
In Section 2, we present a radar signal recognition method based on preprocessing, feature extraction, and a hierarchical classification with maximum likelihood estimation. To analyze radar signals, we used short-time Fourier transform (STFT) to generate time–frequency spectrograms of the radar signals. Subsequently, we extracted 11 features based on the I and Q signals and the time–frequency spectrogram. Finally, to perform signal recognition, we designed a hierarchical classification model with maximum likelihood estimation model that selectively uses the 11 extracted features. The overall flow of the proposed method is illustrated in Figure 1.
Figure 1.
The flow chart of the proposed method.
2.1. Time–Frequency Transformation
To obtain the time–frequency information of radar signals, we used short-time Fourier transform (STFT). For more accurate time–frequency information, research has explored applying Wigner–Ville distribution (WVD) [5] or Choi–Williams distribution (CWD) [5]. However, the computational load of WVD is approximately 32 times higher than that of STFT [19], and the computational load of CWD is about 3 times higher than that of WVD [20]. Therefore, these methods are known to have excessively high computational demands, making them impractical for real-world applications.
Given the observed radar signal , the short-time Fourier transform (STFT) is defined as follows:
Here, t and k represent the time and frequency indices, respectively, and denotes the window at time t. We extracted features through the analysis of the radar signal in both the frequency domain and the time–frequency domain.
2.2. Feature Extraction
In this section, we define both traditional features and new features to distinguish various single- and composite-modulation signals.
2.2.1. Gamma Max (GM)
A representative feature using the power spectrum, GM, represents the maximum power of the spectrum [21]. When the collected signal is normalized, GM is observed to be highest in unmodulated signals (UnMod) while it is relatively lower in other modulated signals. Figure 2 shows the distribution of GM extracted from UnMod signals, as well as FSK, FM, and PSK series single-modulation signals. UnMod signals have values close to 1, whereas other signals show values closer to 0.
Figure 2.
Gamma max distribution for various single-modulation signals.
2.2.2. Gini’s Coefficient (GC)
GC is a feature that expresses the unevenness of multiple discrete values [22]. We obtained the signal by summing the time-axis information of the time-frequency spectrogram over all time instances t
The signal will have a bandwidth where the signal is present, and the regions outside this bandwidth will observe only AWGN noise power. We assumed the minimum value in as the AWGN noise component and removed it using a difference operation.
Subsequently, to determine the bandwidth occupied by the signal, we designated the 5th and 95th percentile of the cumulative sum of as the start and end points and , respectively. We then calculated the GC using the values of between and . Figure 3 illustrates the process of calculating GC. As shown in Figure 4, the GC observed in PSK series modulation signals has generally higher values compared to the GC observed in FM/FSK series modulation signals.
Figure 3.
GC acquisition process. (a) Spectrogram of NLFM3, (b) accumulated sum to the frequency axis of (a), (c) a valid signal band of (b), (d) Lorenz curve of (c).
Figure 4.
Gini’s coefficient distribution for various single-modulation signals.
2.2.3. Frequency Entropy (FE)
Information entropy is a metric that quantifies the uncertainty of a signal [23]. We quantified the probability of frequency occurrence using information entropy. Based on from Equation (4), the probability of frequency occurrence is calculated as follows:
FE can be calculated using as follows:
Figure 5 shows the distribution of FE for UnMod, FSK, FM, and PSK series single-modulation signals. It can be observed that the distributions of UnMod and PSK series signals are distinctly separated from those of FSK and FM series signals.
Figure 5.
Frequency entropy distribution for various single-modulation signals.
2.2.4. Frequency Level (FL)
One of the features that distinguishes modulation signals is the number of frequency shifts. To detect the number of frequency shifts, we estimated the instantaneous frequency by using the index of the maximum value observed at each moment in the spectrogram .
In Equations (7) and (8), F is the frequency axis, k is the frequency index, t is the time index, and K and T are the maximum values of the frequency and time indices, respectively. Next, we used a median filter to remove distortions in the instantaneous frequency caused by noise or transition processes. The third step is to divide the instantaneous frequency bandwidth into 32 segments and compute the first histogram. The first histogram obtained in this way may still contain noise or frequency components other than the instantaneous frequency. To remove these components, the first histogram is divided into 10 segments to compute the second histogram. In the second histogram, if we assign a frequency occurrence count of 0 in the first histogram for frequency ranges below the first observed empty space, only significant frequency components will remain in the first histogram. Subsequently, we define FL as the number of intervals with a value of 0 plus 1, obtained through a difference operation. The process of calculating FL is illustrated in Figure 6.
Figure 6.
FL acquisition process. (a) Spectrogram of ternary FSK, (b) instantaneous frequency of (a), (c) histogram of (b), (d) histogram of (c), (e) significant frequency components extracted using (d), (f) difference operation of (e).
Figure 7 shows the distribution of FL for each single-modulation signal. It can be observed that FL has a value of 1 for UnMod and FM series signals, while, for FSK series signals, FL corresponds to the number of frequency tones in the signal.
Figure 7.
Frequency-level distribution for various single-modulation signals.
2.2.5. Frequency Hopping (FH)
The random change in frequency is called frequency hopping. To determine the presence of frequency hopping, we performed the process illustrated in Figure 8. The first step is to estimate the instantaneous frequency from the spectrogram. In the second step, the median value between transition points is extracted as the symbol value. In the third step, the extracted symbol values are normalized to a range between 0 and 1. In the fourth step, the result from the third step is subjected to a difference operation. In the case of continuously incoming pulses, a large difference value appears at the points where the pulses change. To remove these, the fifth step involves performing 3-sample median filtering. The symbol values after performing the fifth step are used to calculate Gini’s coefficient, which is defined as FH. Since frequency hopping does not occur in UnMod and FM signals, only one symbol exists within one cycle of signal. In such cases, Gini’s coefficient cannot be calculated, so we assign a value of −1 to indicate this exceptional situation.
Figure 8.
FH acquisition process. (a) Instantaneous frequency of FSK Costas, (b) symbols of (a), (c) normalization of (b), (d) difference operation of (c), (e) 3-sample median filtering for (d), (f) Lorenz curve of (e).
The distribution of FH for single-modulation signals is shown in Figure 9. It can be observed that FSK series signals, which have frequency hopping, generally have high values, whereas UnMod and FM series signals have very low values.
Figure 9.
Frequency hopping distribution for various single−modulation signals.
2.2.6. Inter-Pulse Entropy (ITE)/Inter-Pulse Gini’s Coefficient (ITG)
To determine whether PSK signals are used as an internal modulation scheme within FSK or FM signals, we extracted the length of the intervals where the phase does not change within a symbol or pulse and calculated the information entropy and Gini’s coefficient. Figure 10 shows an example of extracting the length of the intervals where the phase does not change within a symbol for 2FSK modulation signals and 2FSK-PSK composite-modulation signals. For 2FSK single-modulation signals, the length of the intervals where the phase does not change within a symbol is equal to the length of the symbol. However, for composite-modulation signals, the lengths of these intervals within a symbol vary. Let the set of times during which the phase remains constant be . The information entropy and Gini’s coefficient calculated using are defined as ITE and ITG, respectively.
Figure 10.
Comparison of the length of the phase maintenance section of FSK2, FSK2-PSK signals. (a) Spectrogram of FSK2 signal, (b) instantaneous frequency and phase maintenance interval of FSK2 signal, (c) spectrogram of FSK2-PSK signal, (d) instantaneous frequency and phase maintenance interval of FSK2-PSK signal.
Figure 11 and Figure 12 show the distribution of the features ITE and ITG for FSK/FM single-modulation signals and FSK-PSK/FM-PSK composite-modulation signals. In both figures, it can be observed that the ITE and ITG values are low for single-modulation signals and relatively high for composite-modulation signals.
Figure 11.
Distribution of ITE: (a) FSK and FSK-PSK signal, (b) FM and FM-PSK signal.
Figure 12.
Distribution of ITG: (a) FSK and FSK-PSK signal, (b) FM and FM-PSK signal.
2.2.7. Intra-Pulse Entropy (INE)/Intra-Pulse Gini’s Coefficient (ING)
INE and ING are features used to recognize changes in the instantaneous frequency within a symbol, such as upward or downward shifts, in FSK composite-modulation signals. We divide the symbols based on the phase duration times within the repetitive modulation signals. Then, the changes in the instantaneous frequency within a symbol are defined as a vector as follows:
In Equations (9) and (10), D represents the instantaneous frequency within a symbol, is the quantized instantaneous frequency of D, and K is the number of bins for quantization. In this study, K is set to 10. The ratio of the number of elements in the set to the total number of elements in D can be expressed as the probability .
We calculated the information entropy and Gini’s coefficient based on the probability . Let L be the number of symbols in one cycle of the signal. Then, we calculated the information entropy and Gini’s coefficient during each symbol duration, and INE and ING were averaged over one cycle of signals. Figure 13 and Figure 14 show the distribution of the features INE and ING for FSK single-modulation signals and FSK-FM composite-modulation signals. As shown in Figure 13, single-modulation signals with no changes in instantaneous frequency within a symbol have INE values close to 0, whereas composite-modulation signals exhibit relatively higher values. As shown in Figure 14, the feature parameter ING, unlike INE, has values close to 1 for FSK single-modulation signals, while exhibiting relatively lower values for FSK-FM composite-modulation signals.
Figure 13.
Distribution of INE for FSK and FSK-FM signal.
Figure 14.
Distribution of ING for FSK and FSK-FM signal.
2.2.8. Nullity
When amplitude shift keying (ASK) is combined with other modulation signals, silent intervals occur within the overall signal duration, leading to the characteristic that the central frequency is not observed. We set a threshold to detect these silent intervals as the mean of the time–frequency spectrum power , as shown in Equation (12).
In Equation (12), T and K are the maximum indices of time and frequency, respectively. Then, based on the threshold value, the time–frequency spectrum power is binarized as shown in the equation.
For each binarized vector , we calculated Gini’s coefficient. Let be the vector of Gini’s coefficients. If the value is greater than or equal to 10% of the maximum value of , it is set to 1; otherwise, it is set to 0.
Nullity is defined as 1 minus the mean of calculated in Equation (15).
The distribution of nullity for FM single-modulation signals and FM-ASK composite-modulation signals is shown in Figure 15. It can be observed that FM single-modulation signals have a value of 0, whereas other signals have values of 0.4 or higher.
Figure 15.
Distribution of nullity for FM, FM-ASK.
2.2.9. Non-Linearity
We calculated non-linearity to estimate whether the instantaneous frequency changes linearly or non-linearly over time. First, to detect the points where the estimated instantaneous frequency changes, we identify the zero-crossing points p of the second derivative of .
Based on the boundary points p, we divide into increasing frequency segments u and decreasing frequency segments d.
To determine whether the elements of the vectors u or d increase or decrease linearly, we calculate the error with respect to the linear regression line of each vector u or d. The slope a and y-intercept b of the linear regression line can be obtained using the least squares method. The linear regression line vector s can be expressed as shown in Equation (19).
We defined nonlinearity as the mean of the error between s and u, d.
Figure 16 shows examples of instantaneous frequency and linear regression lines for calculating nonlinearity for LFM, NLFM3, FSK3-LFM, and FSK3-NLFMS modulation signals. The blue dotted line and the red solid line represent the linear regression line and the instantaneous frequency, respectively. The distribution of nonlinearity for LFM, NLFM2, NLFM3, and NLFMS modulation signals is shown in Figure 17.
Figure 16.
Examples of instantaneous frequency and linear regression lines for nonlinearity (a) LFM modulation, (b) NLFM3 modulation, (c) FSK3-LFM modulation, (d) FSK3-NLFMS modulation.
Figure 17.
Distribution of nonlinearity for LFM, NLFM2, NLFM3, NLFMS.
The 11 features described above have been summarized in Table 1.
Table 1.
Summary of features.
2.3. Classifier Design
In this paper, we propose a classifier that combines hierarchical classification with the maximum likelihood estimation method to classify various modulation signals. We performed sequential classification of unidentified signals from modulation families to individual modulation signals based on the hierarchical classification. At each node of the hierarchical classification, we used the MLE method, which selects the parameter that maximizes the likelihood of observing the given data, instead of traditional methods based on thresholds. We modeled the Gaussian probability density function of the feature parameters and denoted the likelihood as . In this case, the maximum likelihood estimation can be expressed as follows:
Here, f is a vector composed of feature parameters, and is the estimated value of the parameter k that maximizes the function. k consists of the means and standard deviations of the features.
We performed the following process to estimate the modulation scheme.
- Level 0: Distinction between modulated and UnMod signals;
- Level 1: Distinction between PSK, FSK, FM, and ASK;
- Level 2-1: Distinction between PSK and FSK, FM;
- Level 2-2: Distinction between LFM-ASK and NLFM-ASKl
- Level 3: Distinction between FSK and FM;
- Level 4-1: Distinction between FSK, FSK-FM and FSK-PSK;
- Level 4-2: Distinction between FM-PSK and FM;
- Level 5-1: Distinction between FSK and FSK-FM;
- Level 5-2: Distinction between 2FSK-PSK, 3FSK-PSK, 8FSK-PSK and FSKC-PSK;
- Level 5-3: Distinction between LFM-PSK, NLFM2-PSK, NLFM3-PSK and NLFMS-PSK;
- Level 5-4: Distinction between LFM, NLFM2, NLFM3 and NLFMS;
- Level 6-1: Distinction between M-ary FSK and FSKC;
- Level 6-2: Distinction between FSK-LFM and FSK-NLFM;
- Level 7: Distinction between 2FSK, 3FSK and 8FSK.
The hierarchical classification for estimating the modulation signals and the features used at each node of the tree structure are shown in Figure 18. In the figure, the shaded boxes represent the leaf nodes, indicating the final classified signal class.
Figure 18.
Hierarchical classification for radar modulation recognition.
3. Experimental Result
In this study, we generated 19 types of single-modulation signals, including UnMod signals, 4 types of FM signals, 4 types of FSK modulation signals, and 10 types of PSK modulation signals. Additionally, we generated 28 types of composite-modulation signals, including 4 types of FSK-PSK modulation signals, 16 types of FSK-FM signals, 4 types of FM-ASK signals, and 4 types of FM-PSK signals. The detailed parameters for both single and composite signals are described in Table 2 and Table 3.
Table 2.
Parameter of single modulation.
Table 3.
Parameter of hybrid modulation.
In Table 2 and Table 3, denotes the frequency offset, denotes the pulse width, denotes the frequency gap, denotes the symbol width, denotes the bandwidth, denotes the ratio of chirp-up within the pulse, N denotes the code length, M denotes the frequency step, n denotes the number of phase states, and s denotes the number of segments.
In the experiments, the SNR was set from −12 dB to 20 dB in 2 dB intervals. For each SNR, 1000 samples of each signal were generated, with 500 randomly selected samples used for training and the remaining 500 samples used for testing. To validate the performance of the proposed algorithm, cross-validation was performed 100 times, and the average accuracy was calculated.
Figure 19 shows the modulation signal recognition performance in an SNR 20 dB environment as a confusion matrix. The average recognition rate is 99.76%. Figure 20 shows the change in recognition rate according to SNR. For UnMod signals, the recognition rate is 100% at an SNR of −12 to 20 dB, while, for PSK signals, the recognition rate starts to decrease below −4 dB, as shown in Figure 20a. Among the FSK single signals, it was observed that the 8FSK signal is the most affected by SNR, as shown in Figure 20b. In the case of 8FSK, the phase duration is short, making it more susceptible to noise, which likely results in an inability to accurately extract the phase duration. For FSK single signals, excluding 8FSK, it was observed that the performance significantly drops below an SNR of 4 dB. The performance for FM single signals can be seen in Figure 20c. For LFM signals, the performance is maintained up to an SNR of 4 dB, while, for NLFM signals, it is maintained up to an SNR of 8 dB. For FSK-PSK composite-modulation signals, it can be seen in Figure 20d that the performance degrades in environments with an SNR below 6 dB. Figure 20e shows that the performance for FSK-FM signals is maintained up to an SNR of 4 dB. Figure 20f shows that the performance of LFM-ASK degrades at SNRs below 6 dB, while Figure 20g shows that the performance of LFM-PSK composite-modulation signals degrades at SNRs below 8 dB. As shown in Figure 20h, the overall average performance is maintained at 98.45% up to an SNR of 8 dB, below which it drops sharply. The results of this study and related research are summarized in Table 4.
Figure 19.
Confusion matrix for proposed method (SNR: 20 dB).
Figure 20.
Average accuracy for each SNR of each waveform. (a) Unmodulated and PSK, (b) FSK, (c) FM, (d) FSK-PSK, (e) FSK-FM, (f) FM-ASK, (g) FM-PSK, (h) overall.
Table 4.
Comparison between proposed method and related studies.
4. Conclusions
In this paper, we proposed a radar signal recognition method based on hierarchical classification and maximum likelihood estimation. We used STFT to obtain time–frequency images of the signals and extracted 11 feature parameters for each signal. We classified the signals using maximum likelihood estimation at each node of the hierarchical classification. The experimental results showed a performance of 98.45% in an 8 dB SNR environment.
The main contribution of this study is the ability to efficiently classify various modulation signals from broad categories to more specific ones through hierarchical classification. We effectively classified signals using maximum likelihood estimation based on a Gaussian probability model. Specifically, while related studies classified between 4 and 23 modulation signals, our study successfully classified 47 types of signals into 22 classes.
Our current research results indicate insufficient performance in low-SNR environments, and we are unable to classify PSK and LFM series signals in detail. In future research, we aim to improve not only performance in low-SNR environments but also the classification of individual modulation signals by applying noise-robust time–frequency analysis methods and developing new features.
Author Contributions
Conceptualization, H.-C.S.; methodology, K.R.; project administration, H.-C.S.; software, K.R. and C.S.; supervision, H.-C.S.; validation, K.R. and H.-C.S.; visualization, J.B.; writing—original draft, K.R.; writing—review and editing, J.B. and H.-C.S. All authors have read and agreed to the published version of the manuscript.
Funding
This work was supported by Korea Research Institute for defense Technology planning and advancement (KRIT) grant funded by the Korea government (DAPA (Defense Acquisition Program Administration)) (KRIT-CT-21-033, Intelligent Signal Detection Technology, 2024).
Institutional Review Board Statement
Not applicable.
Informed Consent Statement
Not applicable.
Data Availability Statement
Data are contained within the article.
Conflicts of Interest
Author Changhoon Song was employed by the company EW AI & Jamming Technology R&D, LIG Nex1 Co., Ltd. The remaining authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.
Abbreviations
The following abbreviations are used in this manuscript:
| ASK | Amplitude Shift Keying |
| AWGN | Additive White Gaussian Noise |
| CNN | Convolution Neural Network |
| CWD | Choi–Williams Distribution |
| DCNN | Deep Convolutional Neural Network |
| DQN | Deep Q-Network |
| FE | Frequency Entropy |
| FF-CNN | deep Fused Fully Convolutional Neural Network |
| FH | Frequency Hopping |
| FL | Frequency Level |
| FM | Frequency Modulation |
| FSK | Frequency Shift Keying |
| GC | Gini’s Coefficient |
| GM | Gamma Max |
| INE | Intra-Pulse Entropy |
| ING | Intra-Pulse Gini’s coefficient |
| ITE | Inter-Pulse Entropy |
| ITG | Inter-Pulse Gini’s coefficient |
| kNN | k-Nearest Neighbor |
| LFM | Linear FM |
| MLE | Maximum Likelihood Estimation |
| NLFM | Non-Linear FM |
| PSK | Phase Shift Keying |
| STFT | Short-Time Fourier Transform |
| SVM | Support Vector Machine |
| UnMod | UnModulated signal |
| WVD | Wigner–Ville Distribution |
References
- Adamy, D.L. EW 101, a First Course in Electronic Warfare; Artech House: Washington, DC, USA, 2008. [Google Scholar]
- Adamy, D. EW 102: A Second Course in Electronic Warfare; Artech House: Washington, DC, USA, 2004. [Google Scholar]
- Blunt, S.D.; Yatham, P.; Stiles, J. Intrapulse radar-embedded communications. IEEE Trans. Aerosp. Electron. Syst. 2010, 46, 1185–1200. [Google Scholar] [CrossRef]
- Ciuonzo, D.; De Maio, A.; Foglia, G.; Piezzo, M. Intrapulse radar-embedded communications via multiobjective optimization. IEEE Trans. Aerosp. Electron. Syst. 2015, 51, 2960–2974. [Google Scholar] [CrossRef]
- Pace, P.E. Detecting and Classifying Low Probability of Intercept Radar; Artech House: Washington, DC, USA, 2009. [Google Scholar]
- Bishop, C.M.; Nasrabadi, N.M. Pattern Recognition and Machine Learning; Springer: Berlin/Heidelberg, Germany, 2006; Volume 4. [Google Scholar]
- Wan, T.; Jiang, K.; Tang, Y.; Xiong, Y.; Tang, B. Automatic LPI radar signal sensing method using visibility graphs. IEEE Access 2020, 8, 159650–159660. [Google Scholar] [CrossRef]
- Kishore, T.R.; Rao, K.D. Automatic intrapulse modulation classification of advanced LPI radar waveforms. IEEE Trans. Aerosp. Electron. Syst. 2017, 53, 901–914. [Google Scholar] [CrossRef]
- Ma, X.; Liu, D.; Shan, Y. Intra-pulse modulation recognition using short-time ramanujan Fourier transform spectrogram. EURASIP J. Adv. Signal Process. 2017, 2017, 42. [Google Scholar] [CrossRef]
- Chen, K.; Chen, S.; Zhang, S.; Zhao, H. Automatic modulation recognition of radar signals based on histogram of oriented gradient via improved principal component analysis. Signal Image Video Process. 2023, 17, 3053–3061. [Google Scholar] [CrossRef]
- Kelleher, J.D. Deep Learning; MIT Press: Cambridge, MA, USA, 2019. [Google Scholar]
- Chen, K.; Zhang, S.; Zhu, L.; Chen, S.; Zhao, H. Modulation recognition of radar signals based on adaptive singular value reconstruction and deep residual learning. Sensors 2021, 21, 449. [Google Scholar] [CrossRef] [PubMed]
- Si, W.; Wan, C.; Deng, Z. Intra-pulse modulation recognition of dual-component radar signals based on deep convolutional neural network. IEEE Commun. Lett. 2021, 25, 3305–3309. [Google Scholar] [CrossRef]
- Qu, Z.; Hou, C.; Hou, C.; Wang, W. Radar signal intra-pulse modulation recognition based on convolutional neural network and deep Q-learning network. IEEE Access 2020, 8, 49125–49136. [Google Scholar] [CrossRef]
- Akyon, F.C.; Alp, Y.K.; Gok, G.; Arikan, O. Classification of intra-pulse modulation of radar signals by feature fusion based convolutional neural networks. In Proceedings of the 2018 26th European Signal Processing Conference (EUSIPCO), Rome, Italy, 3–7 September 2018; pp. 2290–2294. [Google Scholar]
- Bhatti, S.G.; Bhatti, A.I. Radar signals intrapulse modulation recognition using phase-based stft and bilstm. IEEE Access 2022, 10, 80184–80194. [Google Scholar] [CrossRef]
- Chen, K.; Zhang, J.; Chen, S.; Zhang, S.; Zhao, H. Automatic modulation classification of radar signals utilizing X-net. Digit. Signal Process. 2022, 123, 103396. [Google Scholar] [CrossRef]
- Pan, J.X.; Fang, K.T.; Pan, J.X.; Fang, K.T. Maximum likelihood estimation. In Growth Curve Models and Statistical Diagnostics; Springer Science & Business Media: Berlin, Germany, 2002; pp. 77–158. [Google Scholar]
- Xiang, L.; Hu, A. Comparison of Methods for Different Time-frequency Analysis of Vibration Signal. J. Softw. 2012, 7, 68–74. [Google Scholar] [CrossRef]
- Singh, V.K.; Pachori, R.B. Sliding eigenvalue decomposition-based cross-term suppression in Wigner–Ville distribution. J. Comput. Electron. 2021, 20, 2245–2254. [Google Scholar] [CrossRef]
- Azzouz, E.; Nandi, A. Automatic Modulation Recognition of Communication Signals; Springer: Berlin/Heidelberg, Germany, 1996. [Google Scholar]
- Dorfman, R. A formula for the Gini coefficient. Rev. Econ. Stat. 1979, 61, 146–149. [Google Scholar] [CrossRef]
- Gray, R.M. Entropy and Information Theory; Springer Science & Business Media: Cham, Switzerland, 2011. [Google Scholar]
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2024 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).