Other Parts Discussed in Thread: AWRL6432
Tool/software:
Hello team,
I would like to confirm whether it is possible to use cyclic CFAR together with clutter removal.
Specifically, since enabling clutter removal reduces the number of Doppler bins by 1, causing the number of cells under test to no longer be a power of two, can cyclic CFAR still be used in this situation?
/* clutter removal is implemented by zeroing the first Doppler bin */ if(gMmwMssMCB.staticClutterRemovalEnable) { params->numDopplerBins = params->numDopplerBins - 1; }
Could you please clarify if cyclic CFAR and clutter removal can be enabled simultaneously, or if there are any limitations or workarounds?
Thank you for your support.
Best regards,
Kazu