Hi,
The test I want to do is to use just a single RX and a single TX antenna and then to average all chirps of one frame. I'm running the OOB sample of the radar_toolbox_1_00_00_26 with the HWA that does the 1D fft. All the rest of the process chain (2D doppler etc) is not required for the moment.
The idea was to add the averaging code in the function DPC_ObjectDetection_execute (in objectdetection.c of the OOB sample). The trouble I have is to locate the place where the L3 memory contains the 1D fft result of the chirps that were computed during the last frame.
The second thing I'm struggeling with is the channelCfg parameter to enable just a single RX and a single TX antenna. After having disabled the lines 370 to 374 in the MmwDemo_RFParser_setAoAParams function (suggestion I had found in a thread) I was able to run the demo but I still can not freely select the desired antennas - only certain combinations seem to work.
Thanks for suggestions or ideas.