Part Number:AWR2243
TI的工作人员您好:
我在使用AWR2243级联开发板 中的matlab TXBF matlab example 使用过程中遇到了一些问题。
(1)在AWR2243级联板子 BF模式下载时,不仅仅需要mmstudio 同时需要经过matlab中的datacputure.m进行协助配置。 这里面在配置时用到了2个校准文件,如图(1)所示
图1
这两个文件中 phaseMismatchCalibration.mat是MIMO校准时也用到的文件。 关于这个文件 在mim发射配置时是否也要用到?
(2)在BF模式下的matlab中的signalprocessing.m文件中,程序开始对calibrateResults_high,mat进行了调用,并提取了里面的相关矩阵分别是:
PeakValMat
RangeMat
BF_MIMO_ref
如图
其中BF_MIMO_ref在后面2FFT后用到了 ,但是PeakValMat和RangeMat并没有看到在哪里用到,请问这两个校准矩阵的用处和意义是什么?
Shine:
1. 请按照mmwave_studio_cascade_user_guide.pdf里的8.3.3 TX Beamforming 步骤操作。2.PeakValMat和RangeMat在radar_fft_find_peak.m中用到,具体含义如下。
RangeMat – matrix containing the 1D-FFT bin corresponding to the highest peak return value, after neglecting DC peaks for each TX and RX virtual channel combination.
PeakValMat – The complex sampled IF value at the RangeMat indices for each TX and RX virtual channel combination.请参考下面的帖子说明。https://e2e.ti.com/support/sensors-group/sensors/f/sensors-forum/887027/tidep-01012-calibration-of-mimo-configuration-rx-and-tx-mismatch/3320053
,
bo yang99:
您好,可能是我表达的不清楚。
RangeMat和PeakValMat 在MIMO里面是用到的 我看到了。但是在BF模式里面却没有用到。 按照RangeMat和PeakValMat的说明 是否这两个矩阵只是用于MIMO这类存在虚拟天线的模式下才用到,而BF模式是不需要这两个校准矩阵的?
,
Chris Meng:
你好,
BF校准和MIMO校准是有不同的,请参考C:\ti\mmwave_studio_03_00_00_14\mmWaveStudio\MatlabExamples\signal_processing_4chip_cascade.pdf、AWRx_TX_Channel_Calibration_Script_User_Guide.pdf