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?