Hi Piyali,
Per my understanding, current CFAR algorithm perform non-coherent integration (NCI) on the RX channels before performing CFAR thresholding on the resulting NCI channel to obtain the target detection list. Two questions:
1. Rather than performing NCI, is it possible to perform Coherent Integration on the input RX channels data?
2. Right now if we have 4 RX channels, PkDetect will assume the 4 RX channels as input. Is it possible to selectively telling the algorithm to operate on 2 out of the available 4 RX channels?
Ideally we would like PkDetect to be configurable such that it can perform NCI on the specified subset of RX channels present. If that's not possible at the current time, can we work around somehow to feed the 2 RX channels we want it to perform PkDetect on?
We can't simply zero out the 2 RX channel data that we don't don't it to perform NCI and then PkDetect on since we want to output those RDM to external host controller. Can some work around of that nature be done that we can think of?
Thanks,
--Khai