Hi,
I am working on the object detection usecase.
In the PROCESSOR SDK Radar Datasheet I read that this usecase is runned using 8 Tx Antennas (pag17) and in the source code it is defined
/* Total number of Txs across sensors that are chirped as part of TDM-MIMO */
#define CHAINS_CASCADE_RADAR_NUM_TX_ANTENNA (8U)
But reading the code for sensors configuration I see that there are 10 chirps in each frame, and I understand that the number of TX antennas used in total is 10, 3 for master and two of the slaves and only one for the last slave.
Is there an error in the datasheet and in "CHAINS_CASCADE_RADAR_NUM_TX_ANTENNA" definition or am I misunderstanding ?
Thank you,
Sara Salvador