Tool/software:
The document MmwaveRadarDeviceADCRawDataCapture.pdf (ti.com) shows how raw data captured can be interpreted.
I am using DCA1000 with AWR1843 to get complex raw data from 4Rx and 2Tx in TDM-MIMO like this
.It is told AWR1843 stores that the data like xWR16xx. So MmwaveRadarDeviceADCRawDataCapture.pdf (ti.com) shows that the complex data captured looks in non-interleaved format like below figure, where data received by each receiver is in the order of the receiver, beginning with the lowest number receiver and ending with the highest number receiver. If there is a total of M number of chirps, the data is stored beginning with first chirp and ending with the Mth chirp.
The document did not provide how to know that which chirp corresponds to which Tx.
My question is how can I identify which chirp data corresponds to Tx0, which chirp data corresponds to Tx1. Also, if I use 3Tx, then how to know where the data received by which chirp came from which Tx.