This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

IWR6843ISK-ODS:Antennas used for angle estimation

Part Number: IWR6843ISK-ODS

I checked the documentation corresponding to aoaproc. Which uses azimuth and elevation FFTs in both directions to calculate the elevation and azimuth. It is shown below:

angle FFT

The source code process for aoaproc is the same as the image.

The documentation seems to use the 6843ISK radar as an example. So the 6843 ODS angle estimate antenna was chosen the same way? If not, is there a corresponding source code to refer to?

If the idea above is modeled, does the ODS perspective estimate look like the following:

6843 ODS

The following formulas are similar to those in the aoaproc documentation:

To summarize, I'd like to know how the radar angle estimation is done, and if I can find the corresponding code?

  • Hello.

    The angle estimation is done by taking an FFT across multiple sections of the antenna dimension in the radar cube, and the corresponding code can be found in the aoa2dproc folder in the SDK.  I have provided the path to the documentation in the SDK as well as the source code below.

    Documentation: <SDK-INSTALL-LOCATION>\packages\ti\datapath\dpc\dpu\aoa2dproc\docs\doxygen\html

    Source: <SDK-INSTALL-LOCATION>\packages\ti\datapath\dpc\dpu\aoa2dproc

    Sincerely,

    Santosh

  • Thanks for the reply

    I've actually looked at the source code for aoaproc. The code seems to correspond to the documentation. But the documentation is for 6843ISK and ODS has a different antenna arrangement. I would like to confirm that ODS also executes the same code? If so why does the horizontal FFT take 8 antennas

  • Hello.

    They do have different antenna arrangements, so to take this into account, the out of box demo for the ODS uses a different/custom antenna_geometry.c file and a different main.c file to account for these difference.  However, the estimation process of taking an FFT across the antenna dimension stays the same, hence the aoaproc code is the same.

    Sincerely,

    Santosh