This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Problem with I and Q Samples During the Reference Period of CTE Packets

Hi

As described in this white paper: https://infocenter.nordicsemi.com/pdf/nwp_036.pdf during the reference period of CTE signals, 8 samples are taken. These samples contain both "I" and "Q" elements of signal which has different phases relatively.

I have captured the reported "I" and "Q" samples using the samples provided by SDK:

For the reference period, I can not see any phase difference between "I" and "Q" elements (while it should be different). I have visualized the data and you can see the result in the below images:

IQ samples with 2us switching slots and using PCB antenna:

IQ samples with 1us switching slots and using PCB antenna:

IQ samples with 1us switching slots and using array antenna:


As you can see, in all conditions, the reference period has the similar behavior. I have plotted a third party product which uses the CTE packets and you can see the visualized data here,

Obviously the "I" and "Q" samples are in different phases during the reference period. What is wrong in the above nRF examples?

Regards,

Saleh

Parents Reply Children
  • Hi Simonr

    As described in the this whitepaper: https://infocenter.nordicsemi.com/pdf/nwp_036.pdf , part 4, Table 4: Antenna switching settings, same antenna has been used during the "reference period" , so despite of using antenna array or pcb antenna, similar behavior is expected during this period.

    Anyway the first two images are captured by pcb antenna, the third one has captured using the antenna array and the problem exist.

    To ensure about this problem, I executed the third party implementation (which our algorithm can calculate the transmitter angle based on its results) with the pcb antenna on nRF52833-DK (same as what I have used to run Zephyr examples) ad you can see the results here:

    Obviously the "I" and "Q" samples have different phases in the reference period of CTE signal.

Related