Tool/software:
Hi. I'm using the IWR1843BOOST with the medium-range radar (MRR) demo that configures two subframes: MRR and USRR. Each subframe runs every 30 ms, so the overall frame periodicity is 60 ms. I’m doing sensor fusion with a camera, so I need to synchronize the tracking output timestamps precisely with what the radar "saw."
My question is: Does the tracking output represent the results from every 60 ms (after both subframes)? Or is it updated every 30 ms after each subframe independently?
According to "Advanced Frame - Sub Frame Processing" documentation on Millimeter Wave (mmw) Demo for XWR16XX from SDK 2.1, data is sent after every subframe suggesting the tracking output is updated every 30 ms. If that is the case, then I assume the timestamp in the header corresponds to the end of processing, and to estimate the actual object detection time, I would need to subtract the processing delay from the timestamp.
Also, could you please confirm whether this understanding is correct, and clarify which timestamp field (e.g., timeCpuCycles) should be used for accurate synchronization? Thanks.