Automatic Radar Signal Detection and FFT Estimation using Deep Learning

Akila Pemasiri,Zi Huang,Fraser Williams,Ethan Goan,Simon Denman,Terrence Martin,Clinton Fookes
2024-02-29
Abstract:This paper addresses a critical preliminary step in radar signal processing: detecting the presence of a radar signal and robustly estimating its bandwidth. Existing methods which are largely statistical feature-based approaches face challenges in electronic warfare (EW) settings where prior information about signals is lacking. While alternate deep learning based methods focus on more challenging environments, they primarily formulate this as a binary classification problem. In this research, we propose a novel methodology that not only detects the presence of a signal, but also localises it in the time domain and estimates its operating frequency band at that point in time. To achieve robust estimation, we introduce a compound loss function that leverages complementary information from both time-domain and frequency-domain representations. By integrating these approaches, we aim to improve the efficiency and accuracy of radar signal detection and parameter estimation, reducing both unnecessary resource consumption and human effort in downstream tasks.
Signal Processing
What problem does this paper attempt to address?
The paper primarily addresses a critical preliminary step in radar signal processing—detecting the presence of radar signals and accurately estimating their bandwidth—by proposing a new solution. Traditional methods often rely on statistical feature extraction techniques, which perform poorly in Electronic Warfare (EW) environments lacking prior information. Although deep learning methods have made some progress in handling more challenging environments, most existing deep learning approaches simplify this problem to a binary classification task, merely determining whether a signal is present. The authors of this paper propose a novel approach that not only detects the presence of a signal but also determines its temporal location and estimates its frequency range at that moment. To achieve this robust estimation, the authors introduce a composite loss function that learns complementary information from both time and frequency domain representations. By integrating these methods, this study aims to improve the efficiency and accuracy of radar signal detection and parameter estimation, reducing unnecessary resource consumption and labor costs in downstream tasks. Specifically, the main contributions of the paper include: 1. **Proposing a new deep learning model**: This model can not only detect the presence of a signal but also locate its temporal position and estimate its frequency content. 2. **Designing a composite loss function**: This function combines information from both the time and frequency domains to improve the accuracy of signal duration and operational frequency bandwidth estimation. 3. **Conducting detailed experimental evaluations**: Experiments on datasets with different sequence lengths validate the effectiveness and robustness of the proposed method. 4. **Comparison with traditional methods**: Compared to energy detection methods, this approach shows significant advantages in terms of signal detection probability and false alarm probability. Ultimately, this research provides an efficient and accurate new tool for radar signal processing, helping to reduce resource consumption and manual intervention in applications such as electronic support.