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.

AWR1843BOOST: Beam Forming - phase shifting

Part Number: AWR1843BOOST
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