Other Parts Discussed in Thread: AWR1843
Hi,
I have a question about the parameter calib_params in the beamforming code in lab11 this is the part where I am asking about
I want to know what does it do exactly? ( why did we introduce such a variable in the process of calculation of txphshift and the exact choice of the values {0, 0, 19 }
and one other question why did we add the value 64 particularly in this piece of code ?
if(l_tx1phCode < 0)
l_tx1phCode = l_tx1phCode + 64 ;
if(l_tx2phCode < 0)
l_tx2phCode = l_tx2phCode + 64 ;
if(l_tx3phCode < 0)
l_tx3phCode = l_tx3phCode + 64 ;
Thanks