Hi,
According to the Direction Finding White Paper, the CTE is a pure sin function at 2.4GHz. This is mixed with a local oscillator at 250KHz (for 1Mbps PHY) to obtain a in-phase and quadrature signals.
So, given the signal
a(t) = A sin(ω t + φ)
we should have:
I(t) = A sin(ω t + φ) cos(ωLO t)
Q(t) = A sin(ω t + φ) sin(ωLO t)
I've seen aroud that to obtain the phase φ it is sufficent to compute atan(Q / I) but, according to the previous equations, if you divide Q over I, the term A sin(ω t + φ) is simplified and you will just get sin(ωLO t) / cos(ωLO t) that does not depend on φ.
What am I missing?