Hi,
AWR2243 uses 12-transmit 16-receive mode by default, and customer use Cascade_Configuration_MIMO.lua for configuration. How to adjust .LUA file to acquire data in 6 transmit and 8 receive modes?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
AWR2243 uses 12-transmit 16-receive mode by default, and customer use Cascade_Configuration_MIMO.lua for configuration. How to adjust .LUA file to acquire data in 6 transmit and 8 receive modes?
Hello Nancy,
Based on the usecase, the customer can choose which device and TX/RX transmitters they need to turn ON by editing the corresponding parameters in the script.
The API corresponding to this is ar1.ChanNAdcConfig_mult(). This corresponds to Line 572 in the script (refer to the below linked thread for detailed description of this API). Based on the antenna cofig here, the user would need to correspondingly modify the ar1.ChirpConfig_mult() API (refer to Function Configure_Chirps(i), Line 117 for this).
Hope this helps.
Regards,
Ishita