Inverse Direction of Arrival Estimation

조회 수: 2 (최근 30일)
Farai Mahachi
Farai Mahachi 2019년 6월 19일
답변: Honglei Chen 2019년 6월 19일
Direction of Arrival (DoA) as used in radar signal processing determines the angle of arrival of a signal from a target. Usually, this is done on each frame using 1D range fft outputs.
The DoA output is then stacked into a matrix form, called the Range-Azimuth spectrum matrix.
Is it possible to perfom an inverse algorithm on the Range-Azimuth spectrum matrix to obtain the initial 1D fft matrix, before the DoA estimation?

답변 (1개)

Honglei Chen
Honglei Chen 2019년 6월 19일
If you are sure that Range-Azimuth is obtained via a 1-D FFT, then you can just do an inverse FFT, as long as you have the original complex Range-Azimuth response, not just the magnitude from the plot.
However in general this information is not available. So one possible way to get around is to extract the directions and then simulate the data. For example, you can use sensorsig in Phased Array System Toolbox to simulate the test signal.
HTH

카테고리

Help CenterFile Exchange에서 Direction of Arrival Estimation에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by