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.

BOOSTXL-AOA: How is Guard period in CTE is related to AOA parameters during sampling IQ samples

Part Number: BOOSTXL-AOA


Hi,

I have set AOA parameters in pyhton script:

aoa_cte_scan_ovs = 4

aoa_cte_offset = 8

aoa_cte_time = 2

It means that CTE length is 16us and as i set Offset =8us, it means Array will start sampling after 8us.

That is why i am getting 32 samples of 1 packet.

Along with this when i gone through RTLS Toolbox, i saw that guard time as set in AOA Passive is 4us thats why they have taken the offset  of 32 samples while calculating AOA observed on RTLS monitor.

Do i need to take care of this guard  period when setting my AOA parameters in python script?

Thanks

AKANSHA

  • Hi Akansha,

    What device are you using for this, and what version of the SDK?

    Akansha Verma said:
    guard time as set in AOA Passive is 4us

    Where do you see this? What file and line?

    Best regards,

    Vetle

  • Hi,

    The reason for taking the offset for 32 is because of the reference period is set to 8 us, which equals to 32 samples, not because of the guard time. 

    During the reference period, there is no antenna switching happening, therefore, we don't use those 32 samples for calculation.

    Guard time which is controlled by the cte_offset parameter, does not produce any I/Q data in this period.