Part Number: TDA2PXEVM
Hi
I want to ask about the processing time of radar algorithms on EVE and DSP.
When I use radar_read_objectdetect_write usecase and process the sample data Input_512x128_4Rx_1Tx_1TS_10Frm.bin, the radar algorithm processing time is as shown below:
Average total time = 5516 + 6902 + 919 = 13337us
When I use usecase:NetworkRx(IPU1_1) -> Alg_RadarProcess_fft (DSP1) -> Alg_RadarProcess_objectDetect (DSP1) -> NetworkTx (IPU1_1)
1D FFT on EVE and 2D FFT CFAR AOA on DSP:
Average total time = 2584 + 30574 = 33158us
(1)Why do all the algorithms run on EVE so much less time than 1D FFT on EVE, 2D FFT, CFAR, AOA on DSP?Is it because AOA processing takes time?
(2)Is the 16-bit 2D FFT processed on the DSP?
Looking forward to your reply.




