QPSK Modulation Lab
Digital Signal Processing Simulator
The factor \( \tfrac{1}{\sqrt{2}} \) normalizes the QPSK constellation so that each symbol has unit energy (\(I_k^2 + Q_k^2 = 1\)).
Relation Between Mapping and 90° Phase Separation
The mapping assigns each 2-bit combination to one of the four QPSK constellation points. These points are equally spaced around the origin, resulting in a 90° phase separation between adjacent symbols.
| Bits | Symbol (I, Q) | Phase |
|---|---|---|
| 00 | (+1, +1) | 45° |
| 01 | (-1, +1) | 135° |
| 11 | (-1, -1) | 225° |
| 10 | (+1, -1) | 315° |
The phase difference between adjacent symbols is
Similarly,
Note: The 90° phase separation comes from the positions of the four constellation points. The bit labels (00, 01, 11, 10) simply identify these points and are typically chosen using Gray coding to minimize bit errors.
Why is \( \frac{1}{\sqrt{2}} \) Used in QPSK?
Suppose we map the bits as follows (without normalization):
| Bits | I | Q |
|---|---|---|
| 00 | +1 | +1 |
| 01 | -1 | +1 |
| 11 | -1 | -1 |
| 10 | +1 | -1 |
The transmitted QPSK symbol is
For the symbol (+1, +1):
- \(I = 1\)
- \(Q = 1\)
The symbol energy is
Substituting the values:
Therefore, every QPSK symbol has an energy of 2, which is higher than the commonly desired unit energy.
Normalize the Symbol Energy
In digital communications, it is standard practice to normalize the average symbol energy to 1.
To achieve this, divide both the I and Q components by \( \sqrt{2} \):
The symbol energy now becomes
Thus, every QPSK symbol has unit energy. The factor \( \frac{1}{\sqrt{2}} \) is a normalization factor—it does not determine the symbol phase (which remains \(45^\circ\), \(135^\circ\), \(225^\circ\), and \(315^\circ\)).