Skip to main content

Quadrature Phase Shift Keying


Main Difference Between QPSK and 4-PSK

Understanding how Quadrature PSK and 4-Phase PSK relate in digital modulation.


Definition

Term Meaning
4-PSK A general term for a phase shift keying (PSK) scheme that uses four distinct phase states to represent data.
QPSK (Quadrature PSK) A specific implementation of 4-PSK where the four phases are spaced 90° apart (quadrature).

In essence, QPSK = 4-PSK — both use four phase shifts (0°, 90°, 180°, 270°) to encode two bits per symbol.


Bits per Symbol

Modulation Number of Phases Bits per Symbol Example Phase Angles
BPSK 2 1 0°, 180°
QPSK / 4-PSK 4 2 0°, 90°, 180°, 270°

In both QPSK and 4-PSK, each symbol carries 2 bits.


Representation Difference

QPSK is often implemented using two orthogonal carriers (I and Q channels):

s(t) = I(t)cos(2Ï€fct) + Q(t)sin(2Ï€fct)

Here, I(t) and Q(t) each carry one bit.

4-PSK, in theory, just refers to any modulation with four distinct phase states — it doesn’t specify how they’re implemented. Hence, QPSK is a practical implementation of 4-PSK using in-phase and quadrature carriers.


Constellation Diagram

Both QPSK and 4-PSK have identical constellation diagrams — four equally spaced points on a circle, 90° apart:

             01 (0 + j.1)
              *
              |
              |
11  *---------+---------*  00 (1 + j.0)
              |
              |
              *
             10 (0 - j.0)

    

Baseband and Passband QPSK

The constellation points of Quadrature Phase Shift Keying (QPSK) can be represented as 1 + j0, 0 + j1, −1 + j0, and 0 − j1, or simply as {1, j, −1, −j}. Since each symbol is separated by a phase difference of 90 degrees (Ï€/2 radians), the QPSK signal can be expressed in its quadrature baseband form as:

I(t) + jQ(t)

Here, I(t) and Q(t) represent the in-phase and quadrature components of the signal, respectively. This decomposition into two orthogonal carriers is why it is called Quadrature Phase Shift Keying.

The corresponding passband representation of the QPSK signal is given by:

I(t) · cos(2Ï€fct) − Q(t) · sin(2Ï€fct)

where fc is the carrier frequency. The first term represents the in-phase component modulating the cosine carrier, and the second term represents the quadrature component modulating the sine carrier.


QPSK Constellation and Phase Relationship

Bits Symbol Ik Qk Complex Symbol (Baseband) Equivalent Phase (radians)
00 ( 1 ) +1 0 ( +1 + j0 ) ( 0 )
01 ( j ) 0 +1 ( 0 + j1 ) (Ï€/2)
11 ( -1 ) –1 0 ( -1 + j0 ) (Ï€)
10 ( -j ) 0 –1 ( 0 - j1 ) ( 3Ï€/2 ) or ( –Ï€/2 )

Each QPSK symbol corresponds to a unique phase shift on the unit circle, separated by Ï€/2 radians (90°). These phase differences define the quadrature nature of QPSK modulation.

For example, if the input bitstream is 110111,

the corresponding baseband QPSK symbols will be {-1, j, -1}, and the passband signal will appear as shown below:

QPSK Passband Signal
Passband QPSK signal representation

People are good at skipping over material they already know!

View Related Topics to







Contact Us

Name

Email *

Message *

Popular Posts

Online Simulator for ASK, FSK, and PSK

Try our new Digital Signal Processing Simulator!   Start Simulator for binary ASK Modulation Message Bits (e.g. 1,0,1,0) Carrier Frequency (Hz) Sampling Frequency (Hz) Run Simulation Simulator for binary FSK Modulation Input Bits (e.g. 1,0,1,0) Freq for '1' (Hz) Freq for '0' (Hz) Sampling Rate (Hz) Visualize FSK Signal Simulator for BPSK Modulation ...

BER vs SNR for M-ary QAM, M-ary PSK, QPSK, BPSK, ...

📘 Overview of BER and SNR 🧮 Online Simulator for BER calculation of m-ary QAM and m-ary PSK 🧮 MATLAB Code for BER calculation of M-ary QAM, M-ary PSK, QPSK, BPSK, ... 📚 Further Reading 📂 View Other Topics on M-ary QAM, M-ary PSK, QPSK ... 🧮 Online Simulator for Constellation Diagram of m-ary QAM 🧮 Online Simulator for Constellation Diagram of m-ary PSK 🧮 MATLAB Code for BER calculation of ASK, FSK, and PSK 🧮 MATLAB Code for BER calculation of Alamouti Scheme 🧮 Different approaches to calculate BER vs SNR What is Bit Error Rate (BER)? The abbreviation BER stands for Bit Error Rate, which indicates how many corrupted bits are received (after the demodulation process) compared to the total number of bits sent in a communication process. BER = (number of bits received in error) / (total number of tran...

MATLAB Code for Rms Delay Spread

RMS delay spread is crucial when you need to know how much the signal is dispersed in time due to multipath propagation, the spread (variance) around the average. In high-data-rate systems like LTE, 5G, or Wi-Fi, even small time dispersions can cause ISI. RMS delay spread is directly related to the amount of ISI in such systems. RMS Delay Spread [↗] Delay Spread Calculator Enter delays (ns) separated by commas: Enter powers (dB) separated by commas: Calculate   The above calculator Converts Power to Linear Scale: It correctly converts the power values from decibels (dB) to a linear scale. Calculates Mean Delay: It accurately computes the mean excess delay, which is the first moment of the power delay profile. Calculates RMS Delay Spread: It correctly calculates the RMS delay spread, defined as the square root of the second central moment of the power delay profile.   MATLAB Code  clc...

Constellation Diagrams of ASK, PSK, and FSK

📘 Overview of Energy per Bit (Eb / N0) 🧮 Online Simulator for constellation diagrams of ASK, FSK, and PSK 🧮 Theory behind Constellation Diagrams of ASK, FSK, and PSK 🧮 MATLAB Codes for Constellation Diagrams of ASK, FSK, and PSK 📚 Further Reading 📂 Other Topics on Constellation Diagrams of ASK, PSK, and FSK ... 🧮 Simulator for constellation diagrams of m-ary PSK 🧮 Simulator for constellation diagrams of m-ary QAM BASK (Binary ASK) Modulation: Transmits one of two signals: 0 or -√Eb, where Eb​ is the energy per bit. These signals represent binary 0 and 1.    BFSK (Binary FSK) Modulation: Transmits one of two signals: +√Eb​ ( On the y-axis, the phase shift of 90 degrees with respect to the x-axis, which is also termed phase offset ) or √Eb (on x-axis), where Eb​ is the energy per bit. These signals represent binary 0 and 1.  BPSK (Binary PSK) Modulation: Transmits one of two signals...

LDPC Encoding and Decoding Techniques

📘 Overview & Theory 🧮 LDPC Encoding Techniques 🧮 LDPC Decoding Techniques 📚 Further Reading 'LDPC' is the abbreviation for 'low density parity check'. LDPC code H matrix contains very few amount of 1's and mostly zeroes. LDPC codes are error correcting code. Using LDPC codes, channel capacities that are close to the theoretical Shannon limit can be achieved.  Low density parity check (LDPC) codes are linear error-correcting block code suitable for error correction in a large block sizes transmitted via very noisy channel. Applications requiring highly reliable information transport over bandwidth restrictions in the presence of noise are increasingly using LDPC codes. 1. LDPC Encoding Technique The proper form of H matrix is derived from the given matrix by doing multiple row operations as shown above. In the above, H is parity check matrix and G is generator matrix. If you consider matrix H as [-P' | I] then matrix G will be...

Alamouti Scheme for 2x2 MIMO in MATLAB

📘 Overview & Theory 🧮 MATLAB Code for Alamouti Scheme 🧮 MATLAB Code for BER vs. SNR for Alamouti Scheme 🧮 Alamouti Scheme Simulator 🧮 Alamouti Scheme Transmission Table 📚 Further Reading    Read about the Alamouti Scheme first MATLAB Code for Alamouti's Precoding Matrix for 2 X 2 MIMO % Clear any existing data and figures clc; clear; close all; % Define system parameters transmitAntennas = 2; % Number of antennas at the transmitter receiveAntennas = 2; % Number of antennas at the receiver symbolCount = 1000000; % Number of symbols to transmit SNR_dB = 15; % Signal-to-Noise Ratio in decibels % Generate random binary data for transmission rng(10); % Set seed for reproducibility transmitData = randi([0, 1], transmitAntennas, symbolCount); % Perform Binary Phase Shift Keying (BPSK) modulation modulatedSymbols = 1 - 2 * transmitData; % Define Alamouti's Precoding Matrix precodingMatrix = [1 1; -1i 1i]; % Encode and transmit dat...

Comparisons among ASK, PSK, and FSK | And the definitions of each

📘 Comparisons among ASK, FSK, and PSK 🧮 Online Simulator for calculating Bandwidth of ASK, FSK, and PSK 🧮 MATLAB Code for BER vs. SNR Analysis of ASK, FSK, and PSK 📚 Further Reading 📂 View Other Topics on Comparisons among ASK, PSK, and FSK ... 🧮 Comparisons of Noise Sensitivity, Bandwidth, Complexity, etc. 🧮 MATLAB Code for Constellation Diagrams of ASK, FSK, and PSK 🧮 Online Simulator for ASK, FSK, and PSK Generation 🧮 Online Simulator for ASK, FSK, and PSK Constellation 🧮 Some Questions and Answers Modulation ASK, FSK & PSK Constellation MATLAB Simulink MATLAB Code Comparisons among ASK, PSK, and FSK    Comparisons among ASK, PSK, and FSK Comparison among ASK, FSK, and PSK Parameters ASK FSK PSK Variable Characteristics Amplitude Frequency ...

ASK, FSK, and PSK

📘 Overview 📘 Amplitude Shift Keying (ASK) 📘 Frequency Shift Keying (FSK) 📘 Phase Shift Keying (PSK) 📘 Which of the modulation techniques—ASK, FSK, or PSK—can achieve higher bit rates? 🧮 MATLAB Codes 📘 Simulator for binary ASK, FSK, and PSK Modulation 📚 Further Reading ASK or OFF ON Keying ASK is a simple (less complex) Digital Modulation Scheme where we vary the modulation signal's amplitude or voltage by the message signal's amplitude or voltage. We select two levels (two different voltage levels) for transmitting modulated message signals. For example, "+5 Volt" (upper level) and "0 Volt" (lower level). To transmit binary bit "1", the transmitter sends "+5 Volts", and for bit "0", it sends no power. The receiver uses filters to detect whether a binary "1" or "0" was transmitted. ...