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.

IWR6843AOP: Clutter Removal in ITB 4.11

Part Number: IWR6843AOP

Dear TI experts,

 

I got really confused when reading the clutter removal code in RADARDEMO_aoaEst2DCaponBF_staticRemoval.c (ITB 4.11) and will be really appreciated if you guys can help me in answering these questions:

 

  1. The overall idea is to calculate 4 antennas in one loop as shown in line 114, is it right? That is confirmed between lines 123~141. But why does input2 use antIdx + nRxAnt * (nChirps >>2) rather than antIdx + 1?
  2. Why is a half of chirps used to accumulate one antenna’s signal in line 124?

Thanks