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 Center および File ExchangeDirection of Arrival Estimation についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by