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: Question on TXBF_PS_LUT Generate.m

Part Number: MMWCAS-RF-EVM

Hi,

In Line 73 of TXBF_PS_LUT Generate.m (at C:\ti\mmwave_studio_03_00_00_14\mmWaveStudio\MatlabExamples\4chip_cascade_MIMO_example\main\cascade\), it uses pxIdx from 1 to 63 of phaseOffsetValues for phaseOffsetValuesUnwrap calculation.

In Line 139, it uses psIdx = 2:64.

Why are they different? Shall in Line 73 it also be psIdx = 2:64, instead of 1:63?

Would you pls kindly help?