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.

CCS/BOOSTXL-AOA: Queries in function: RTLSCtrl_estimateAngle

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

  • Hi,

    Akansha Verma said:
    As i will be having three antenna pairs in one array then why not averaging third one?

    Please keep in mind that the code you are using is an example. You are more than welcome to modify/enhance it :)

    Akansha Verma said:
    If i want to use only one pair then do i need to take only one pair angle with channel offset to compute AOA?

    This is described in the SimpleLink Academy lab and in the known issues thread.

    I hope this will help,

    Regards,