So the TI SDK document gives guidelines on how to limit the AOA and CFAR FOV. I think I need to do something like this:
Limiting the AoA FOV to [-30, 20] degrees Azimuth and [-10, 15] degrees Elevation for every frame:
aoaFovCfg -1 -30 20 -10 15
Limiting the CFAR FOV to [0, 10] meters range and [-5, 10] m/s Doppler for every frame:
cfarFovCfg -1 0 0 10
cfarFovCfg -1 1 -5 10
Is this correct? I want to use the 3.6 SDK.