Related Experiment Videos
A Low-SNR DOA Estimation Model Based on Sequential and Convolutional Feature Fusion
Wenchao He1,2, Yiran Shi2, Jianchao Wang2
1School of Mechanical and Electrical Engineering, Changchun Humanities and Sciences College, Changchun 130118, China.
Sensors (Basel, Switzerland)
|May 27, 2026
Summary
This study introduces a new hybrid deep learning framework for direction-of-arrival (DOA) estimation. The novel approach significantly improves accuracy and efficiency in low signal-to-noise ratio (SNR) environments compared to traditional methods.
Area of Science:
- Array Signal Processing
- Deep Learning Applications
- Wireless Communications
Background:
- Direction-of-arrival (DOA) estimation is crucial for radar, sonar, and communications.
- Traditional DOA methods (MUSIC, ESPRIT) face computational challenges and poor low SNR performance.
- Deep learning offers potential for enhanced DOA estimation accuracy and robustness.
Purpose of the Study:
- To propose a novel hybrid deep learning framework for DOA estimation.
- To improve DOA estimation performance, especially in low signal-to-noise ratio (SNR) conditions.
- To achieve higher accuracy and computational efficiency compared to existing methods.
Main Methods:
- A hybrid framework combining ResNet and Mamba state-space model.
- Feature fusion mechanism integrating spatial features and sequential patterns.
- MLP for DOA regression using fused features from a uniform linear array.
Main Results:
- The hybrid model significantly outperforms traditional methods (MUSIC, ESPRIT) at low SNRs.
- Demonstrated superior estimation accuracy and computational efficiency in simulated datasets.
- Achieved a 41.6% reduction in Root Mean Square Error (RMSE) at -5 dB SNR compared to MUSIC.
Conclusions:
- The proposed hybrid deep learning framework offers a robust solution for DOA estimation.
- Effective for low SNR environments, outperforming conventional and baseline models.
- Presents a promising advancement in array signal processing for various applications.
Related Concept Videos
Deconvolution
Deconvolution, also known as inverse filtering, is the process of extracting the impulse response from known input and output signals. This technique is vital in scenarios where the system's characteristics are unknown, and they must be inferred from the observable signals.
Deconvolution involves several mathematical techniques to derive the impulse response. One common approach is polynomial division. In this method, the input and output sequences are treated as coefficients of...
Deconvolution involves several mathematical techniques to derive the impulse response. One common approach is polynomial division. In this method, the input and output sequences are treated as coefficients of...
Downsampling
When considering a sampled sequence with zero values between sampling instants, one can replace it by taking every N-th value of the sequence. At these integer multiples of N, the original and sampled sequences coincide. This process, known as decimation, involves extracting every N-th sample from a sequence, thereby creating a more efficient sequence.
The Fourier transform of the decimated sequence reveals a combination of scaled and shifted versions of the original spectrum. This...
The Fourier transform of the decimated sequence reveals a combination of scaled and shifted versions of the original spectrum. This...
Linear Approximation in Frequency Domain
Linear systems are characterized by two main properties: superposition and homogeneity. Superposition allows the response to multiple inputs to be the sum of the responses to each individual input. Homogeneity ensures that scaling an input by a scalar results in the response being scaled by the same scalar.
In contrast, nonlinear systems do not inherently possess these properties. However, for small deviations around an operating point, a nonlinear system can often be approximated as linear.
In contrast, nonlinear systems do not inherently possess these properties. However, for small deviations around an operating point, a nonlinear system can often be approximated as linear.
Convolution Properties II
The important convolution properties include width, area, differentiation, and integration properties.
The width property indicates that if the durations of input signals are T1 and T2, then the width of the output response equals the sum of both durations, irrespective of the shapes of the two functions. For instance, convolving two rectangular pulses with durations of 2 seconds and 1 second results in a function with a width of 3 seconds.
The area property asserts that the area under the...
The width property indicates that if the durations of input signals are T1 and T2, then the width of the output response equals the sum of both durations, irrespective of the shapes of the two functions. For instance, convolving two rectangular pulses with durations of 2 seconds and 1 second results in a function with a width of 3 seconds.
The area property asserts that the area under the...
Convolution Properties I
Convolution computations can be simplified by utilizing their inherent properties.
The commutative property reveals that the input and the impulse response of an LTI (Linear Time-Invariant) system can be interchanged without affecting the output:
The commutative property reveals that the input and the impulse response of an LTI (Linear Time-Invariant) system can be interchanged without affecting the output:
Upsampling
Managing signal sampling rates is essential in digital signal processing to maintain signal integrity. A decimated signal, characterized by a reduced frequency range due to its lower sampling rate, can be upsampled by inserting zeros between each sample. This upsampling process expands the original spectrum and introduces repeated spectral replicas at intervals dictated by the new Nyquist frequency. To refine this zero-inserted sequence, it is passed through a lowpass filter with a cutoff...