BPSK vs QPSK : Difference between BPSK and QPSK
Advertisement
This article compares Binary Phase Shift Keying (BPSK) and Quadrature Phase Shift Keying (QPSK) modulation techniques. We’ll cover the basics of BPSK and QPSK, highlighting the differences between various terminologies.
Introduction: These are digital modulation techniques, meaning the input data is digital (binary), and the output is a modulated analog spectrum, as visualized in the power spectral density plot. The other necessary input for modulating the digital bitstream is the analog RF carrier.
BPSK and QPSK have their own strengths and weaknesses, leading to their use in the same wireless systems for different purposes. We’ll compare BPSK and QPSK, examining differences in constellation diagrams, robustness, power spectral density (PSD), and other useful factors.
BPSK - Binary Phase Shift Keying
BPSK, short for Binary Phase Shift Keying, converts bitstreams into BPSK symbols.
Fig. 1: BPSK Constellation Diagram
Input | Output |
---|---|
1 | 1 (0 degree) |
0 | -1 (180 degree w.r.t. reference) |
The figure-1 depicts constellation diagram of BPSK modulation. As shown, binary 1 is represented by normal sine wave without any phase shift where as binary 0 is mapped as 180 degree phase shift.
QPSK - Quadrature Phase Shift Keying
QPSK, short for Quadrature Phase Shift Keying, converts bitstreams into QPSK symbols.
Fig. 2: QPSK Constellation Diagram
Input1 | Input2 | Output |
---|---|---|
0 | 0 | -1-1*i |
0 | 1 | -1+1*i |
1 | 0 | 1-1*i |
1 | 1 | 1+1*i |
Often, the complex values above are multiplied by 1/sqrt(2) or 0.7071 to normalize the modulated waveform. The figure-2 depicts constellation diagram of QPSK modulation. As shown, two bits are mapped on each of the complex waveform before up coversion.
BPSK vs QPSK: Key Differences
Now that we understand the individual modulation types, let’s compare them. As shown in the tables above, BPSK represents binary inputs (1 and 0) by changing the carrier phase by 180 degrees. QPSK, however, represents two bits using a complex carrier symbol, with each symbol having a 90-degree phase shift relative to the others.
Robustness: BPSK is considered more robust than QPSK because it’s easier for the receiver to recover the original bits. After passing both BPSK and QPSK signals through a channel with noise, the BPSK demodulator only needs to distinguish between two decision points to retrieve the original binary information. The QPSK demodulator requires four decision points.
Coverage: BPSK allows for greater distance coverage from a base station (cellular or fixed) to mobile subscribers compared to QPSK.
Fig. 3: Power Spectral Density of BPSK vs. QPSK
Data Rate: QPSK has the advantage of offering double the data rate compared to BPSK. This is because QPSK supports two bits per carrier, while BPSK only supports one.
Figure 3 illustrates the difference in the power spectral density between BPSK and QPSK modulated spectra.
Summary: Advanced wireless systems like WLAN, WiMAX, and LTE leverage the advantages of both modulation schemes. For instance, BPSK is commonly used for preamble, pilot sequences or beacon frames for channel synchronization. QPSK is employed for data transmission to achieve higher data rates.
Advertisement