Hi Team,
A customer is developing AOA-related applications and he has the following questions:
1. AOA_AngleComplexProductComp is used to calculate the phase difference, so the angle range is -90 to 90 or -180 to 180?
2. Using AOA_iatan2sc for arctangent calculation
Is it possible to use arcsin to calculate in RTLSCtrl_estimateAngle?
3. Inside RTLSCtrl_estimateAngle:
const int16_t AoA_A1 = ((((antA1Result-> pairAngle [0] + antA1Result-> pairAngle [1]) / 2) + 45 + antA1Result-> channelOffset [antA1Result-> ch];
Is it only calculated [0] and [1] (the average angle of antennas 1-2 and 2-3)? and the average angle of 1-3 is not calculated ? why?
4. In the actual test, all antennas A11 A12 A13 A21 A22 A23 have been turned on.
antenna_versus_avg[a][b] += Pab_rel + ((Paa_rel * abs(a-b)) / numAnt);
So what is the value of numAnt, 3 or 6?
Could you help to check it?
Regards,
Kevin