Part Number: BOOSTXL-AOA
Tool/software: Code Composer Studio
Hi,
If i am using only one array in BOOSTXL-AOA then which pair angle are getting averaged in this code snippet:
// Calculate AoA for each antenna array
const int16_t AoA_A1 = ((antA1Result->pairAngle[0] + antA1Result->pairAngle[1]) / 2) + antA1Result->channelOffset[antA1Result->ch];
As i will be having three antenna pairs in one array then why not averaging third one?
If i want to use only one pair then do i need to take only one pair angle with channel offset to compute AOA?
Please clear above mentioned doubts.
Thanks
Akansha