Quadrature Signals Notes

Page Contents

Quadrature Signals

Two signals are in quadrature if:

  • They have the same frequency
  • They differ in phase by exactly 90 degrees

Example:

I(t)=cos(2ωt)Q(t)=sin(2ωt)

These are quadrature signals.

The signals are orthogonal, i.e., they do not interfere with eachother which, for example, allows two independent signals to share the same carrier frequency - very useful!

Sine and cosine are othogonal because:

0Tcos(ωt)sin(ωt)dt=0

I think of the orthogonality of the signals in the same way I was taught orthogonality for vectors (see linear algrebra notes on orthogonality and indpendence).

In linear algebra world, assuming the normal cartesian basis vectors, if I have a vector, [a,b], I can decompose it into basis vectors like this - a[1,0]+b[0,1] - and I can only decompose it this way. There is no other combination of basis vectors that can yield the vector [a,b]. It's like I could mix two "signals", the vectors [0,1] and [1,0] in various quantities into a third signal, and then recover the original two signals and their "amplitudes" from that third, mixed up signal.

Same with the signal x(t)=acos(ωt)+bsin(ωt). If I just have the signal x(t), in the same way as I did above, I can decompose it into the basis functions cos(ωt) and sin(ωt). I.e. x(t) is some mixed up jumble of two sinusoidal signals and I can recover the exact mix of the two sinusoids because those sinusoids are orthogonal or quadrature signals.

How?

To get a, do the following...

We have:

x(t)=acos(ωt)+bsin(ωt)$

Multiplying both sides by cos(ωt) gives:

x(t)cos(ωt)=[acos(ωt)+bsin(ωt)]cos(ωt)=acos(ωt)cos(ωt)+bsin(ωt)cos(ωt)=acos2(ωt)+bsin(ωt)cos(ωt)

Thus, we have

x(t)cos(ωt)=acos2(ωt)+bsin(ωt)cos(ωt)

Integrate that result over one period.

=0Tacos2(ωt)integrates to T/2+bsin(ωt)cos(ωt)integrates to 0dt=aT2

Which means that

0Tx(t)cos(ωt)=aT2

Thus we have a forumla that results in aT2. Multiple by 2T to remove the half-period to ge just a. This gives us the result

a=2T0Tx(t)cos(ωt)dt

This completely an unambiguously extracts the "amount", a of the basis vector cos(ωt) contained in our signal x(t).

To find b the same method is repeated, but with sine, to get:

b=2T0Tx(t)sin(ωt)dt

IQ (Quadrature) Demodulator

This [All About Circuits article] is a good ref(https://www.allaboutcircuits.com/textbook/radio-frequency-analysis-design/radio-frequency-demodulation/understanding-i-q-signals-and-quadrature-modulation/).

A signal composed of two quadrature waveforms can be "decoded" by an IQ demodulator to extract the in phase component and the quad component.

If I have a singal I