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.

MMWCAS-RF-EVM: AWR2243Cascade用12发16收采集到的数据,192个通道中方向维不重合的86个是哪86个?

Part Number: MMWCAS-RF-EVM

用ti给出的官方读取代码:

 radar_data_Rxchain(:,:,1:4,:) = radar_data_Rxchain_master;
 radar_data_Rxchain(:,:,5:8,:) = radar_data_Rxchain_slave1;
 radar_data_Rxchain(:,:,9:12,:) = radar_data_Rxchain_slave2;
 radar_data_Rxchain(:,:,13:16,:) = radar_data_Rxchain_slave3;

读取出的数据个数为(:,:,16,12),经过reshape(adcdata,:,:,192)后,方位维不重合的86个通道的索引分别是多少呢?