Hi,experts:
I am uing AWR1843boost device, SDK version: 3.04.00.3。
For some reason,I want to get full result of CFAR process,doppler & range dimension。I noticed that in this doxgen file:///D:/ti/mmwave_sdk_03_04_00_03/packages/ti/datapath/dpc/dpu/cfarcaproc/docs/doxygen/html/index.html,shows the implementation of hwaCFAR,and where the CFAR result stored,but in the demo project code, I found that the size of the container which stored the cfar results is just 2048 (elements), while the full size of results is numDopplerBins*numRangeBins(128*32).
So, is it available to get the whole HWA Cfar process result? If the answer is yes, how can I to do that?
Below is a brief description.
Above image shows the structure of CFAR result container, in program it's a struct pointer, the number of this container is defined in this variable " hwaMemOutDopplerSize", its value is 2048.
That‘s all, thanks first.