Analog, Digital, and Hybrid Architectures
Why the Digital Ideal Breaks at mmWave
At sub-6 GHz, the massive MIMO orthodoxy of Chapters 1-6 is to equip every antenna with its own RF chain: dedicated LNA, mixer, local oscillator, and high-resolution ADC/DAC. Precoding is then a fully digital operation on complex baseband samples. This works because, at sub-6 GHz, the per-RF-chain power is modest (a few hundred milliwatts) and the number of antennas rarely exceeds .
At mmWave (28, 39, 60 GHz) and sub-THz (140-300 GHz), three facts collide. First, the wavelength shrinks by more than an order of magnitude, so grows into the 256-1024 range to recover the link budget. Second, wideband data converters at mmWave carriers consume watts per chain - ADC power scales as , and the sampling rate is an order of magnitude higher than at sub-6 GHz. Third, the mmWave channel is sparse: the number of dominant propagation paths is typically 1 to 5, much smaller than . Forcing independent RF chains to serve this low-rank channel is wasteful.
The hybrid architecture attacks the second problem by reducing the number of RF chains from to , typically or slightly larger, while keeping all physical antennas active through a network of analog phase shifters. The third fact - sparsity - makes this trade-off nearly lossless.
Definition: Analog-Only Beamforming
Analog-Only Beamforming
An analog-only transmitter has a single RF chain feeding all antennas through a passive phase-shifter network. The transmitted signal is
where is the baseband data signal and is the analog beamformer with constant-modulus constraint
Phase shifters can only rotate, not attenuate; each entry of is a complex exponential . The analog architecture supports one data stream at a time - no spatial multiplexing.
This is the classical phased-array architecture used in radar and early-era satellite communications. Its attraction is simplicity: a single ADC/DAC pair suffices. Its limitation is fundamental: one RF chain means one transmitted waveform, so capacity caps at regardless of channel rank.
Definition: Fully Digital Beamforming
Fully Digital Beamforming
A fully digital transmitter equips each of the antennas with its own RF chain. The transmitted signal is
where is the data stream vector and is an unconstrained complex precoding matrix. The number of RF chains equals the number of antennas, , and the per-antenna signal is fully programmable in both amplitude and phase.
This is the architecture assumed throughout Chapters 1-6. It achieves optimal precoding (water-filling, ZF, RZF, MMSE) at the cost of one ADC+DAC per antenna. The power budget is dominated by the data converters: for antennas at 1 GHz bandwidth and 10-bit resolution, the DAC power alone can exceed 100 W.
Definition: Hybrid Analog-Digital Beamforming
Hybrid Analog-Digital Beamforming
A hybrid transmitter uses RF chains with , followed by an analog phase-shifter network of size . The transmitted signal factors as
where:
- is the digital (baseband) precoder, with unconstrained complex entries;
- is the analog (RF) precoder, satisfying the constant-modulus constraint on every entry.
The total transmit-power constraint is enforced on the digital side: . The hybrid architecture supports simultaneous data streams.
The constant-modulus constraint on is what distinguishes hybrid from digital precoding, and what makes the factorization problem NP-hard in general. The "magic" of mmWave channels, as we will see in Section 20.4, is that their sparsity makes near-optimal solutions tractable.
Power Consumption vs. Number of RF Chains
Explore how the total base-station power scales with the number of RF chains for analog (1 chain), hybrid, and fully-digital architectures. The plot sums the RF-chain power, phase-shifter power, and fixed baseband contribution for a mmWave base station with antennas.
Parameters
Number of base-station antennas
Per-RF-chain circuit power at mmWave
Per-phase-shifter power
Theorem: When Hybrid Matches Fully Digital
Let be any fully-digital precoder with unit-norm columns. If the number of RF chains satisfies , then there exist matrices (constant modulus) and (unconstrained) such that
exactly. Consequently, any fully-digital spectral efficiency is achievable with only RF chains.
A single complex-valued column of can be realized as the sum of two constant-modulus vectors: any complex number decomposes as for appropriately chosen phases. With RF chains we allocate two chains per stream, each realizing one of the two constant-modulus components, and the digital precoder combines them.
Start from the elementary identity: for any with , there exist such that .
Apply this entry-wise to each column of , producing two constant-modulus vectors whose normalized sum equals .
Assemble the constant-modulus vectors as columns of and choose to pair them correctly.
Amplitude-phase decomposition of a scalar
For any complex number with , write where and . Then which expresses as the sum of two constant-modulus terms, each of modulus .
Apply entry-wise to each precoder column
Let be the -th column of and let . For each entry , write it as by the scalar identity. Define two constant-modulus vectors with entries , so that .
Assemble $\mathbf{F}_{\text{RF}}$ and $\mathbf{F}_{\text{BB}}$
Stack the constant-modulus vectors as columns of , of size . Define as a block-diagonal matrix whose -th block is . Then , so hybrid with achieves the fully-digital precoder exactly.
ADC/DAC Power Scaling at mmWave
The dominant contributor to per-RF-chain power at mmWave is the data converter. For a high-performance ADC with effective number of bits , the Walden figure-of-merit gives power consumption
with fJ/conv-step for state-of-the-art mmWave ADCs (2023). At GSps and , this yields mW per chain. Adding the DAC, LO buffer, mixer, and LNA pushes per-chain power to about 1 W. For antennas in a fully-digital architecture, that is 256 W of converter-and-front-end power before any baseband processing. Hybrid architectures with to reduce this by an order of magnitude.
- β’
ADC Walden FoM floors around 50 fJ/conv-step at mmWave frequencies
- β’
High-resolution () ADCs at GSps are not commercially available below 28 GHz IF in small packages
- β’
Total BS power budget in 3GPP TR 38.840 is 100-400 W depending on site class
Three Beamforming Architectures Compared
Historical Note: From Radar Phased Arrays to Hybrid mmWave
1959-2024Analog phased arrays trace back to the Nike-Zeus ballistic-missile radar (1959) and the AN/FPS-85 (1969), the first large electronically steered array. For half a century, beamforming was an analog-only discipline dominated by defense applications: bulky, power-hungry, and limited to one beam at a time. The digital-beamforming revolution began in the 1990s as data converters became fast enough to sample at IF and eventually at baseband for each antenna, reaching its extreme in sub-6 GHz massive MIMO.
The hybrid architecture was reintroduced in the 2010s by the mmWave community: Heath, Ayach, and collaborators formalized the constant-modulus factorization in 2014, drawing on decades of earlier work on Butler matrices (Butler and Lowe, 1961) and Rotman lenses (Rotman and Turner, 1963). Today's mmWave 5G base stations and 60 GHz WiGig chipsets nearly all use some form of hybrid beamforming.
Quick Check
An analog-only transmitter () is driving a mmWave channel of rank . What is the maximum number of spatially multiplexed data streams it can support?
, matching the channel rank
, the number of antennas
, rounded up to
One RF chain can produce only one baseband waveform, so only one independent data stream can be transmitted at any instant.
Key Takeaway
Hybrid beamforming is the architectural response to the mismatch between what mmWave channels offer (sparse, low-rank, - paths) and what mmWave hardware can afford (a few watts of RF-chain power per chain). By sharing RF chains across antennas through an analog phase-shifter network, the architecture provides the beamforming gain of a massive array at the baseband complexity of a small array.