Dear team,
I am trying to use the radar AWR1243 in the TDM-MIMO setting (3TX and 4RX).
1) My first question is how can I make sure on the mmWave studio software that this setting is applied and it is NOT BPM-MIMO?
2) second question is a bit technical and I would appreciate your patience in addressing it: in the 3x4 TDM-MIMO setting, assuming that e.g. we have #of_chirp_loops=33, we have 33 chirps (denoted as C_{m,n} where m is the index of chirp and n is the index of the transmit antenna) from each transmit antenna sent simultaneously as below:
C_{1,1}, C_{1,2}, C_{1,3}, C_{2,1}, C_{2,2}, C_{2,3}, C_{3,1}, C_{3,2}, C_{3,3}, ....., C_{33,1}, C_{33,2}, C_{33,3}
This means we have 3 frames sent at the same time (orthogonal in time). Each frame has 33 chirps with chirp_repeatition_period=3*chirp_cycle_time
Assuming 6 frames transmitted, at the receiver side (after collecting IQ ADC samples), we have a tensor (denoted by T) of size (6,33,300,4) where 6 is the number of frames, 33 is the number of chirps per loop, 300 is the number of ADC samples per chirp and 4 is the number of Rx antennas. Am I correct to say that T[0,:,:,0], T[1,:,:,0], T[2,:,:,0] are in the following form:
T[0,:,:,0] =[S_{1,1}, S_{2,1}, S_{3,1}, ..., S_{33,1}].T
T[1,:,:,0] =[S_{1,2}, S_{2,2}, S_{3,2}, ..., S_{33,2}].T
T[2,:,:,0] =[S_{1,3}, S_{2,3}, S_{3,3}, ..., S_{33,3}].T
where S_{m,n} are the ADC samples of m-th chrip transmitted from the n-th antenna
I am not sure if what i said above is correct or not but if it then it has conflicts with what I have read in this PDF (https://www.ti.com/lit/an/swra554a/swra554a.pdf?ts=1701272993127&ref_url=https%253A%252F%252Fdev.ti.com%252F) (it is in page 6. Please see the part that I have attached as an image below):
I am facing a huge issue digesting the transmission structure in TDM-MIMO mode. I would deeply appreciate it if you could let me know whether I am correct or not and if not please kindly explain what is the correct way.
Many thanks.