Ora

Is QPSK the same as QAM?

Published in Digital Modulation Techniques 5 mins read

No, QPSK is not exactly the same as QAM, but in its most common form, QPSK is identical to 4-QAM. The distinction often lies in the broader definition of each modulation scheme and how their constellation points are interpreted.

Understanding the Relationship Between QPSK and QAM

While QPSK (Quadrature Phase-Shift Keying) and QAM (Quadrature Amplitude Modulation) are both digital modulation techniques that utilize two carrier waves (in quadrature, meaning 90 degrees out of phase), their fundamental approaches to encoding data differ. However, a specific instance of QAM—4-QAM—often results in the same constellation as QPSK, leading to the common confusion.

What is QPSK?

QPSK is a specific type of Phase-Shift Keying (PSK) modulation. In QPSK, digital data is encoded by shifting the phase of the carrier signal to one of four possible angles (e.g., 45°, 135°, 225°, 315°). Each of these four phases represents a unique symbol, and since there are four symbols, each symbol can carry 2 bits of information (2^2 = 4).

Key characteristics of QPSK:

  • Modulation Type: Purely phase modulation.
  • Amplitude: The amplitude of the modulated signal remains constant.
  • Constellation: The four constellation points are typically arranged on a circle, equidistant from the origin, indicating constant amplitude.

What is QAM?

QAM, on the other hand, is a family of modulation techniques that encodes digital data by varying both the amplitude and the phase of the carrier signal. This dual-parameter modulation allows QAM to achieve higher data rates by packing more bits into each symbol, as it can define many more unique constellation points. Common QAM variations include 16-QAM (4 bits/symbol), 64-QAM (6 bits/symbol), 256-QAM (8 bits/symbol), and so on.

Key characteristics of QAM:

  • Modulation Type: Both amplitude and phase modulation.
  • Amplitude: Varies depending on the symbol.
  • Constellation: Points are arranged in a grid-like pattern, often at different amplitudes and phases, allowing for a greater number of symbols.

The Identity: QPSK and 4-QAM

The identity arises because the most common form of QPSK (often just referred to as QPSK) uses four distinct phase states with constant amplitude. If a 4-QAM system is designed such that its four constellation points also lie on a circle (meaning they have equal amplitude and differ only in phase), then its constellation diagram becomes identical to that of QPSK. In this scenario, they are functionally the same, simply referred to by different names based on the historical or theoretical approach to their design.

As noted by experts, "In its most known form, QPSK is identical to 4-QAM or 4-PSK. That is, the same constellation can be referred to by different names." This highlights that the specific arrangement of the four constellation points is the critical factor, not just the name.

For instance, consider the constellation points in an IQ (In-phase and Quadrature) plane:

  • QPSK: Typically uses points like (0.707, 0.707), (-0.707, 0.707), (-0.707, -0.707), (0.707, -0.707), which are all at the same distance from the origin (constant amplitude).
  • 4-QAM: Can also use these exact same points. However, 4-QAM could also use points like (1, 1), (-1, 1), (-1, -1), (1, -1), which would also be a square constellation but with varying amplitudes for different points if normalized differently. But the most common and robust form of 4-QAM that matches QPSK maintains constant amplitude.

Key Differences in Broader Context

While the 4-point constellations can be identical, the broader categories of QPSK and QAM are distinct:

Feature QPSK (Specific) QAM (General)
Modulation Principle Varies only phase Varies both amplitude and phase
Bits Per Symbol Fixed at 2 bits/symbol (4 states) Variable: 2, 4, 6, 8+ bits/symbol (e.g., 4-QAM, 16-QAM, 64-QAM)
Constellation Shape Points on a circle (constant amplitude) Points often form a square grid (varying amplitude)
Power Efficiency Constant envelope, often more power-efficient Amplitude variation can be less power-efficient due to amplifier non-linearity
Robustness More robust to amplitude noise/nonlinearities More susceptible to amplitude noise and nonlinearities at higher orders
Common Variants OQPSK (Offset QPSK), π/4-QPSK 16-QAM, 64-QAM, 256-QAM, etc.

Variations of QPSK

It's also important to note that QPSK itself has variations designed to optimize certain performance aspects:

  • Offset QPSK (OQPSK): Staggers the bit transitions between the in-phase (I) and quadrature (Q) components by half a symbol period. This helps reduce sudden phase shifts and minimizes amplitude fluctuations, which is beneficial for non-linear amplifiers.
  • π/4-QPSK: Restricts phase changes to multiples of π/4, also helping to reduce spectral regrowth and enabling simpler demodulators.

Practical Implications

The choice between QPSK and higher-order QAM depends on the application's requirements:

  • QPSK is preferred where spectral efficiency is less critical, but robustness to noise, especially amplitude variations, and constant envelope properties are important (e.g., satellite communications, some wireless standards).
  • Higher-order QAM is used when high data rates are paramount, even at the cost of increased susceptibility to noise and non-linearities (e.g., Wi-Fi, cable modems, LTE).

In summary, while the specific constellation of QPSK can be identical to that of 4-QAM, QAM is a broader category that encompasses modulations with varying amplitudes, allowing for much higher spectral efficiencies than QPSK.