The Gaussian MAC

Why the Gaussian MAC?

The discrete MAC theory of Sections 14.1-14.2 is elegant but abstract. We now specialize to the Gaussian MAC, which models the uplink of virtually every wireless system: cellular (LTE, 5G), Wi-Fi, satellite. Two (or more) users transmit simultaneously over a shared medium; the base station receives the superposition plus noise.

The Gaussian MAC has three remarkable properties:

  1. Gaussian inputs are optimal β€” no time-sharing over input distributions is needed.
  2. The capacity region is a "tilted pentagon" with a simple closed-form.
  3. SIC always achieves a strictly higher sum rate than orthogonal multiple access (TDMA/FDMA), establishing the information-theoretic superiority of non-orthogonal access.

Definition:

The Two-User Gaussian MAC

The two-user Gaussian MAC is defined by

Y=X1+X2+Z,Z∼N(0,N),Y = X_1 + X_2 + Z, \qquad Z \sim \mathcal{N}(0, N),

where X1X_1 and X2X_2 are the inputs from users 1 and 2, subject to average power constraints:

1nβˆ‘i=1nxk,i2≀Pk,k=1,2.\frac{1}{n}\sum_{i=1}^{n} x_{k,i}^2 \leq P_k, \quad k = 1, 2.

The noise ZZ is i.i.d. Gaussian, independent of both inputs. We define the individual SNRs as SNR1=P1/N\text{SNR}_{1} = P_1 / N and SNR2=P2/N\text{SNR}_{2} = P_2 / N.

Without loss of generality, we can set N=1N = 1 by absorbing it into the power constraints (replacing PkP_k with Pk/NP_k/N). We keep the explicit NN for clarity in the comparison with orthogonal access.

Theorem: Capacity Region of the Gaussian MAC

The capacity region of the two-user Gaussian MAC with power constraints P1,P2P_1, P_2 and noise variance NN is the set of all rate pairs (R1,R2)∈R+2(R_{1}, R_{2}) \in \mathbb{R}_+^2 satisfying:

R1≀12log⁑ ⁣(1+P1N),R_{1} \leq \frac{1}{2}\log\!\left(1 + \frac{P_1}{N}\right),

R2≀12log⁑ ⁣(1+P2N),R_{2} \leq \frac{1}{2}\log\!\left(1 + \frac{P_2}{N}\right),

R1+R2≀12log⁑ ⁣(1+P1+P2N).R_{1} + R_{2} \leq \frac{1}{2}\log\!\left(1 + \frac{P_1 + P_2}{N}\right).

Each individual rate bound says: even if the other user is perfectly canceled, you cannot exceed the single-user AWGN capacity with your power. The sum-rate bound says: the total throughput cannot exceed the capacity of a channel where both users' powers combine coherently against the noise.

The point is that the sum-rate bound is 12log⁑(1+SNR1+SNR2)\frac{1}{2}\log(1 + \text{SNR}_{1} + \text{SNR}_{2}), which is strictly less than the sum of the individual bounds 12log⁑(1+SNR1)+12log⁑(1+SNR2)\frac{1}{2}\log(1 + \text{SNR}_{1}) + \frac{1}{2}\log(1 + \text{SNR}_{2}). This gap is the "price of multi-access" β€” the interference between the two users reduces the total throughput relative to interference-free communication.

,

Gaussian MAC Capacity Region

Visualize the tilted pentagonal capacity region of the Gaussian MAC as a function of the power levels P1P_1 and P2P_2. The plot shows the pentagon with its corner points, the dominant face, and the TDMA/FDMA achievable rate region for comparison.

Parameters
5

User 1 power

5

User 2 power

1

Noise variance

Definition:

Orthogonal Multiple Access (TDMA/FDMA)

In orthogonal multiple access, the channel resource (time or frequency) is divided between users so that they do not interfere. With time-division multiple access (TDMA):

  • User 1 transmits for a fraction α∈[0,1]\alpha \in [0, 1] of the time with power P1/Ξ±P_1 / \alpha (to maintain the same average power).
  • User 2 transmits for the remaining fraction 1βˆ’Ξ±1 - \alpha with power P2/(1βˆ’Ξ±)P_2 / (1 - \alpha).

The achievable rate region with TDMA is:

R1=Ξ±2log⁑ ⁣(1+P1Ξ±N),R2=1βˆ’Ξ±2log⁑ ⁣(1+P2(1βˆ’Ξ±)N),R_{1} = \frac{\alpha}{2}\log\!\left(1 + \frac{P_1}{\alpha N}\right), \quad R_{2} = \frac{1-\alpha}{2}\log\!\left(1 + \frac{P_2}{(1-\alpha) N}\right),

for α∈[0,1]\alpha \in [0, 1]. The FDMA rate region is identical by duality (replacing time fraction with bandwidth fraction).

The TDMA region is always contained within the MAC capacity region. The gap is most pronounced at moderate SNR. At very low SNR (power-limited regime), TDMA is nearly optimal; at very high SNR (bandwidth-limited regime), the loss of TDMA becomes significant.

Theorem: MAC Sum Rate Exceeds TDMA Sum Rate

For the two-user Gaussian MAC with P1,P2>0P_1, P_2 > 0 and N>0N > 0:

CMAC=12log⁑ ⁣(1+P1+P2N)>max⁑α∈[0,1][Ξ±2log⁑ ⁣(1+P1Ξ±N)+1βˆ’Ξ±2log⁑ ⁣(1+P2(1βˆ’Ξ±)N)]=CTDMA.C_{\text{MAC}} = \frac{1}{2}\log\!\left(1 + \frac{P_1 + P_2}{N}\right) > \max_{\alpha \in [0,1]} \left[\frac{\alpha}{2}\log\!\left(1 + \frac{P_1}{\alpha N}\right) + \frac{1-\alpha}{2}\log\!\left(1 + \frac{P_2}{(1-\alpha) N}\right)\right] = C_{\text{TDMA}}.

The inequality is strict whenever P1,P2>0P_1, P_2 > 0.

TDMA wastes resources by silencing one user while the other transmits. The MAC allows both users to transmit simultaneously, and the receiver uses SIC to separate them. The "free lunch" comes from the fact that the second-decoded user sees its interference removed, getting a clean channel during the entire block β€” not just during its allocated time slot.

,

Sum Rate: MAC (SIC) vs TDMA

Compare the sum rate achieved by SIC decoding on the Gaussian MAC with the optimal TDMA sum rate, as a function of the total SNR. The gap between MAC and TDMA depends on the power imbalance between users.

Parameters
20
1

Power ratio between users

Example: Symmetric Gaussian MAC

Consider the symmetric Gaussian MAC with P1=P2=PP_1 = P_2 = P and noise variance NN. Find the capacity region and determine the sum-rate gain of SIC over TDMA.

Example: Asymmetric Gaussian MAC: The Near-Far Effect

Consider the Gaussian MAC with P1=10P_1 = 10, P2=1P_2 = 1, N=1N = 1 (a strong user and a weak user). Compare the MAC and TDMA sum rates.

Why This Matters: Non-Orthogonal Multiple Access (NOMA)

The Gaussian MAC capacity region provides the information-theoretic foundation for non-orthogonal multiple access (NOMA), a technique that has been extensively studied for 5G and beyond. The key insight is:

  • Orthogonal access (OFDMA in LTE downlink, SC-FDMA in LTE uplink) avoids interference by allocating different resources to different users.
  • Non-orthogonal access allows all users to transmit over the same resource and relies on SIC at the receiver to separate them.

The MAC capacity theorem proves that NOMA with SIC always outperforms orthogonal access in terms of the achievable rate region. The gain is most significant when users have disparate power levels (the "near-far" scenario), which is common in heterogeneous cellular networks.

While NOMA was not adopted as a mandatory feature in 5G NR Release 15, it remains an active research direction for future releases, particularly in the context of massive access with many low-power IoT devices.

⚠️Engineering Note

SIC Performance and Power Imbalance

In practical SIC receivers, the decoding order and power imbalance critically affect performance:

  • Strong user decoded first: More reliable first stage, but the weak user must contend with residual interference from imperfect cancellation.
  • Weak user decoded first: Treats the strong user as noise, requiring very low rate for the weak user. After canceling the weak user (small interference), the strong user gets a nearly clean channel.

In the uplink of 5G NR, power control is used to manage the power imbalance. Open-loop and closed-loop power control aim to equalize received powers (for orthogonal access) or to create a deliberate power imbalance (for NOMA). The 3GPP specification supports up to 4 NOMA users per resource block in some scenarios.

Practical Constraints
  • β€’

    SIC requires accurate channel estimation for interference subtraction

  • β€’

    Imperfect cancellation creates a residual interference floor

  • β€’

    CRC-based error detection is essential to prevent error propagation

  • β€’

    Decoding latency increases linearly with the number of SIC stages

πŸ“‹ Ref: 3GPP TS 38.214

MAC (SIC) vs Orthogonal Multiple Access

FeatureMAC with SICTDMAFDMA
Sum rate12log⁑(1+(P1+P2)/N)\frac{1}{2}\log(1 + (P_1+P_2)/N)≀\leq MAC sum rate (strict for P1,P2>0P_1, P_2 > 0)Same as TDMA (by time-frequency duality)
Individual rate boundsRk≀12log⁑(1+Pk/N)R_{k} \leq \frac{1}{2}\log(1+P_k/N)Rk≀αk2log⁑(1+Pk/(Ξ±kN))R_{k} \leq \frac{\alpha_k}{2}\log(1+P_k/(\alpha_k N))Rk≀Wk2Wlog⁑(1+PkW/(WkN))R_{k} \leq \frac{W_k}{2W}\log(1+P_k W/(W_k N))
Receiver complexityHigh (SIC with interference cancellation)Low (single-user decoder per slot)Low (single-user decoder per subband)
Sensitivity to power controlModerate (needs power imbalance for efficiency)LowLow
SynchronizationTight (all users simultaneous)Per-slotPer-subband

Quick Check

For the Gaussian MAC, why is time-sharing over different input distributions unnecessary to achieve the full capacity region?

Because the Gaussian distribution is the unique entropy maximizer under a variance constraint

Because TDMA already achieves the same region

Because the MAC is a degraded channel

Because the channel is linear

Historical Note: The Gaussian MAC and the Birth of Multiuser IT

1972-1975

The capacity region of the Gaussian MAC was established through the combined efforts of several researchers in the 1970s. Thomas Cover and Aaron Wyner were instrumental in developing the theory.

A key insight was the recognition that the Gaussian MAC capacity region has a particularly clean form because Gaussian inputs are optimal. This is a consequence of the entropy power inequality and the maximum entropy property of the Gaussian distribution β€” the same tools that give the single-user Gaussian channel its elegant capacity formula.

The comparison between MAC and TDMA became a foundational argument in wireless communications. The superiority of non-orthogonal access was known to information theorists since the 1970s, but practical implementations (CDMA, power-domain NOMA) took decades to develop. The gap between theory and practice motivated much of the research in multiuser detection throughout the 1990s and 2000s.

Key Takeaway

The Gaussian MAC capacity region is a tilted pentagon achieved by Gaussian inputs without time-sharing. The sum rate with SIC, 12log⁑(1+(P1+P2)/N)\frac{1}{2}\log(1 + (P_1+P_2)/N), strictly exceeds the orthogonal (TDMA/FDMA) sum rate for any nonzero power levels. This establishes the information-theoretic superiority of non-orthogonal multiple access and provides the theoretical foundation for NOMA.

Gaussian MAC vs TDMA: The Sum-Rate Gain

Visual comparison of the Gaussian MAC pentagon (achieved by SIC) versus the TDMA triangle. The extra region gained by non-orthogonal access is highlighted, showing the sum-rate advantage of successive cancellation over time-division.