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