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:
- 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?
- Why is a half of chirps used to accumulate one antenna’s signal in line 124?
Thanks