Quadrature Amplitude Modulation (QAM) is a modulation scheme that encodes digital data by varying both the amplitude and phase of a carrier wave simultaneously. It achieves this by modulating two orthogonal carrier components—the in-phase (I) and quadrature (Q) components—with independent amplitude levels, creating a two-dimensional constellation of discrete signal states in the complex plane.
Glossary
Quadrature Amplitude Modulation (QAM)

What is Quadrature Amplitude Modulation (QAM)?
A digital modulation scheme that conveys data by modulating both the amplitude and phase of a carrier signal, resulting in a rectangular or cross-shaped constellation of points in the complex plane to maximize spectral efficiency.
The order of QAM, denoted as M-QAM (e.g., 16-QAM, 64-QAM, 256-QAM), specifies the number of unique constellation points, with each point representing a distinct combination of amplitude and phase encoding multiple bits per symbol. Higher-order QAM achieves greater spectral efficiency by packing more bits into each transmitted symbol, but requires a higher signal-to-noise ratio to maintain reliable symbol detection due to the reduced Euclidean distance between adjacent constellation points.
Key Characteristics of QAM
Quadrature Amplitude Modulation (QAM) is a modulation scheme that conveys data by modulating both the amplitude and phase of a carrier signal, resulting in a rectangular or cross-shaped constellation of points in the complex plane to maximize spectral efficiency.
Dual-Parameter Modulation
QAM simultaneously varies two orthogonal carrier parameters: the in-phase (I) component and the quadrature (Q) component. This dual modulation creates a two-dimensional signaling space where each symbol is defined by a unique combination of amplitude and phase. Unlike PSK, which only modulates phase, or ASK, which only modulates amplitude, QAM exploits both dimensions to pack more bits into each transmitted symbol, making it the foundation of high-spectral-efficiency communication systems.
Rectangular Constellation Geometry
Standard QAM formats arrange symbols in a rectangular lattice on the IQ plane. Common orders include:
- 16-QAM: 4×4 grid, 4 bits per symbol
- 64-QAM: 8×8 grid, 6 bits per symbol
- 256-QAM: 16×16 grid, 8 bits per symbol
Higher-order constellations pack more bits per symbol but require greater signal-to-noise ratio (SNR) to maintain reliable detection, as the Euclidean distance between adjacent points shrinks with increasing density.
Cross-Shaped Constellations for Odd Bit Counts
For QAM orders that encode an odd number of bits per symbol, such as 32-QAM (5 bits) or 128-QAM (7 bits), a perfect square lattice is impossible. These formats use a cross-shaped constellation where corner points are removed to form a more circular envelope. This shaping reduces the peak-to-average power ratio (PAPR) compared to a full rectangular arrangement, improving efficiency when transmitted through non-linear power amplifiers.
Spectral Efficiency Scaling
QAM achieves spectral efficiency that scales logarithmically with constellation order. Key benchmarks:
- 4-QAM (QPSK): 2 bits/s/Hz
- 16-QAM: 4 bits/s/Hz
- 64-QAM: 6 bits/s/Hz
- 256-QAM: 8 bits/s/Hz
- 1024-QAM: 10 bits/s/Hz
Modern standards like 802.11ax (Wi-Fi 6) and 5G NR support up to 1024-QAM, while cable DOCSIS 3.1 systems push to 4096-QAM under high-SNR conditions.
Gray-Coded Symbol Mapping
QAM constellations universally employ Gray coding for bit-to-symbol mapping. In this scheme, adjacent constellation points differ by exactly one bit. This minimizes the bit error rate (BER) because the most likely symbol error—crossing a decision boundary into a neighboring Voronoi region—causes only a single bit error. Without Gray coding, a single symbol error could corrupt multiple bits simultaneously, degrading overall link performance.
Amplitude-Phase Trade-off
QAM symbols exhibit varying envelope amplitudes, unlike constant-envelope PSK. Outer constellation points require higher transmit power than inner points. This creates a peak-to-average power ratio (PAPR) challenge:
- Higher PAPR demands linear power amplifier operation with significant back-off
- Non-linear distortion causes constellation warping and spectral regrowth
- Probabilistic shaping mitigates this by transmitting outer points less frequently, improving power efficiency while approaching Shannon capacity limits
QAM vs. Other Digital Modulation Schemes
Comparative analysis of Quadrature Amplitude Modulation against Phase Shift Keying and Amplitude Phase Shift Keying across key performance and architectural dimensions.
| Feature | QAM | PSK | APSK |
|---|---|---|---|
Modulated Parameters | Amplitude and Phase | Phase Only | Amplitude and Phase (Ring-based) |
Constellation Geometry | Rectangular or Cross Lattice | Circular (Single Ring) | Concentric Rings |
Amplitude Variation | Multi-Level | Constant Envelope | Multi-Ring |
Spectral Efficiency (bits/s/Hz) | High (Up to 10+ with 1024-QAM) | Low to Moderate (1-3) | Moderate to High (2-6) |
Peak-to-Average Power Ratio (PAPR) | High | 0 dB (Ideal) | Moderate |
Sensitivity to Non-Linear Distortion | High | Low | Moderate |
Primary Application Domain | Terrestrial Microwave, Cable, 5G | Satellite Uplink, Bluetooth | DVB-S2/S2X Satellite Downlink |
Robustness to Phase Noise | Low to Moderate | High | Moderate |
Frequently Asked Questions
Clear, technically precise answers to the most common questions about Quadrature Amplitude Modulation, its mechanisms, and its role in modern communication systems.
Quadrature Amplitude Modulation (QAM) is a digital modulation scheme that conveys data by modulating both the amplitude and phase of a carrier signal simultaneously. It works by combining two orthogonal carriers—an in-phase (I) component modulated by a cosine wave and a quadrature (Q) component modulated by a sine wave—to create a single output waveform. Each unique combination of I and Q amplitude values defines a discrete symbol, represented as a point on a constellation diagram in the complex plane. The number of distinct states determines the modulation order (e.g., 16-QAM, 64-QAM, 256-QAM), with each symbol carrying log2(M) bits, where M is the number of constellation points. At the receiver, the signal is decomposed back into I and Q components, and a minimum distance decoder assigns each received point to the nearest ideal constellation point to recover the transmitted bits.
Enabling Efficiency, Speed & Accuracy
Intelligent Analysis, Decision & Execution
We build AI systems for teams that need search across company data, workflow automation across tools, or AI features inside products and internal software.
Talk to Us
Search across company data
Give teams answers from docs, tickets, runbooks, and product data with sources and permissions.
Useful when people spend too long searching or get different answers from different systems.

Automate internal workflows
Use AI to route work, draft outputs, trigger actions, and keep approvals and logs in place.
Useful when repetitive work moves across multiple tools and teams.

Add AI to products and internal tools
Build assistants, guided actions, or decision support into the software your team or customers already use.
Useful when AI needs to be part of the product, not a separate tool.
Related Terms
Core concepts for understanding the geometric structure and performance characteristics of QAM signal constellations.
Constellation Diagram
A two-dimensional scatter plot representing the discrete states of a digitally modulated signal in the complex plane. The in-phase (I) component is plotted on the x-axis and the quadrature (Q) component on the y-axis. For QAM, this reveals the characteristic rectangular or cross-shaped lattice of points, where each point represents a unique symbol encoding multiple bits. The diagram is the primary visualization tool for assessing modulation fidelity.
Gray Coding
A bit-to-symbol mapping scheme where adjacent constellation points differ by only a single bit. This is critical for minimizing the bit error rate (BER) in QAM systems. When noise causes a received symbol to cross a decision boundary into a neighboring Voronoi region, the resulting symbol error produces only one bit error rather than multiple. Without Gray coding, a single symbol error could corrupt all bits in the symbol.
Decision Boundary
A geometric threshold in the IQ plane that partitions the signal space into distinct Voronoi regions. Each region contains all points closer to its associated constellation point than to any other. During demodulation, a received noisy symbol is assigned to the constellation point whose region it falls within. For square QAM, these boundaries form a regular grid of horizontal and vertical lines at the midpoints between constellation points.
Error Vector Magnitude (EVM)
A quantitative metric measuring the Euclidean distance between the ideal reference constellation point and the actual received signal point. EVM quantifies the combined impact of all transmitter and channel impairments on modulation fidelity, including:
- Phase noise from local oscillators
- IQ imbalance in direct-conversion receivers
- Non-linear distortion from power amplifiers
- Carrier leakage and residual frequency offset Lower EVM values indicate cleaner signal transmission.
Probabilistic Shaping
A technique that assigns a non-uniform probability distribution to the points of a regular QAM constellation. High-energy outer points are transmitted less frequently than low-energy inner points, shaping the overall distribution toward a Gaussian profile. This approach provides a shaping gain of up to 1.53 dB, allowing the system to approach the Shannon capacity limit without altering the physical constellation geometry. It is a key enabler for high-order QAM in fiber and 5G systems.
Ring Ratio
The ratio of the radii of concentric amplitude rings in APSK or circular QAM constellations. This geometric parameter is critical for demodulation and must be estimated or known a priori. Unlike square QAM, which places points on a regular grid, circular constellations optimize the peak-to-average power ratio (PAPR) for non-linear satellite channels. The ring ratio directly affects the minimum Euclidean distance between points on adjacent rings and thus the symbol error rate.

About the author
Prasad Kumkar
CEO & MD, Inference Systems
Prasad Kumkar is the CEO & MD of Inference Systems and writes about AI systems architecture, LLM infrastructure, model serving, evaluation, and production deployment. Over 5+ years, he has worked across computer vision models, L5 autonomous vehicle systems, and LLM research, with a focus on taking complex AI ideas into real-world engineering systems.
His work and writing cover AI systems, large language models, AI agents, multimodal systems, autonomous systems, inference optimization, RAG, evaluation, and production AI engineering.
Partnered with leading AI, data, and software stack.
How We Work
Custom AI workflows for your Business
One-fit-all AI don't work for modern businesses. At Inferensys, we aim to understand your business & custom requirements; which we use to define most efficient agentic workflows, the data, and the tools for your business.
01
Review the use case
We understand the task, the users, and where AI can actually help.
Read more02
Pick the right approach
We define what needs search, automation, or product integration.
Read more03
Build the first useful version
We implement the part that proves the value first.
Read more04
Improve from there
We add the checks and visibility needed to keep it useful.
Read moreThe first call is a practical review of your use case and the right next step.
Talk to Us