Sorry if this is too obvious a question. I am interested in understanding better and making modifications to the signal processing chain on the mwmave sensors. Though I sometimes find myself a little lost trying to navigate the mmwave SDK docs.
For the time being, specifically with respect to the out of box demo (OOB), my questions are:
- Where can I find documentation on the signal processing chain and its implementation? Mostly I'm interested in what's happening post FFT, but if there is some text which covers from the ADC sampling as well that would be fine.
- Can you refer me where I should look in the source code for similar sections? Using the CCS I've been looking through the main.c and neighboring files for the OOB demo, but I haven't been so successful in making my way over to where the actual signal processing takes place
- I remember reading that some of these processes take advantage of some hardware acceleration (like CFAR I think), so is this still modifiable or set in stone?