We are capturing data of Tx 2ch + Rx 4ch with AWR1243Boot + DCA1000EVM and trying to process the signal with Matlab.
We captured data with TDM MIMO (2 Tx + 4 Rx) with reference to the following QA thread.
DCA1000EVM: AWR1642EVM mmWave studio TDM or BPM MIMO setting
e2e.ti.com/.../713215
It was confirmed that the capture data size was correct.
Data size IQ (32bit) x number of samples (256) x number of Chirp loops (128) x number of Rx (4) x Chirp Tx (2) = 1024 Byte
However, the data alignment of the saved binary file is unknown. Could you tell me the format rules?
Initially I thought it was the following data alignment, but when Config = 2 in the Post Proc of mmWave Studio, it did not match the result in Matlab.
mmwave_studio_user_guide.pdf has a description of the data format when captured by DCM1000EVM with one Chirp parameter, but there is no format description with multiple Chrip parameters.