In Signal Processing, an IQ signal refers result of decomposing a carrier wave into in-phase and quadrature signals. IQ data refers to information about how to modulate the amplitudes of the I and Q components of the signal over time.

Motivation

When we recieve a signal, we receive a single codomain value. This is a problem because for sinusoids, there can be multiple x values per y value. This is bad because we cannot determine the phase of the incoming wave, which means that we lose the information that is holds. In the case of radar, the doppler of the target.

Solution: Measure the cosine and sine at the same time. This eliminates the ambiguity.

IQ Modulation

The carrier wave signal is WLOG a cosine, can be decomposed into an IQ signal. Use the Cosine Sum Identity.

Note how the signal is now the sum of a In-Phase cosine and a Quadrature sine, where the sine and cosine have no phase shift, because all of the phase information of the original wave is encoded in the I and Q amplitudes. By modulating the amplitudes of the cosine and sine wave through the I and Q amplitudes, we can replicate the original signal.

Complex Phasor

Based on this conclusion we can also infer that the signal is analogous to a phasor in the Complex Plane.

IQ Demodulatation

The previous section, IQ Modulation, explains how a carrier wave can be encoded by IQ data. This section explains how the receiver extracts the IQ data from the carrier wave. Use the Double Cosine Product to Sum Identity.

, which implies that if we apply a low pass filter on the entire carrier wave, the result will be just the Baseband wave. In the context of radar, the frequency of the baseband wave comes from the doppler shift, and the frequency of the high frequency band comes from the sum of the doppler shift and the carrier frequency. The carrier frequency is orders of magnitude larger than the doppler.

A lowpass filter is in fact the final step to unlocking the IQ data from the carrier wave.