Tool/software:
Hi. I am using DCA1000 to get the raw data of AWR1843. The signal processing chain of AWr1843 is shown below.

I am able to get the RD plot as shown in the postProc of mmWave studio and applied CFAR on it to get the detected object range and doppler bins.
Like range-FFT and doppler-FFT, I performed angle-FFT in angle domain (i.e.by taking the samples of each Rx corresponding to the (range bin, doppler bin) of the detected object and perfumed FFT on it).
But I am getting different angle than what I can calculate from the XY plot (detection and angle estimation results plot) shown in the radarStudio PostProcessing window that appears after clicking the mmWave studio. I thought may be this is not the way angle detection is performed.
Then I looked at the above figure. The signal processing chain shown in the above figure is telling that beamforming is used for angle estimation. So looked at "C:\ti\mmwave_studio_02_01_01_00\mmWaveStudio\MatlabExamples\4chip_cascade_MIMO_example\modules\DOA\@DOACascade\DOA_beamformingFFT_2D.m" for knowing how to calculate the angle.
But the code is asking terms like "2D matrix providing antenna coordinates" which I do not know.
So my question is
1) How to obtain the angle corresponding to the detected objects in CFAR.
2) AWR1843 is a single chip device. So, Can I follow the code in "DOA_beamformingFFT_2D.m" which is basically provided for cascade devices.
3) Where can I find this "2D matrix providing antenna coordinates" for AWR1843 device.
