Quantifying the Discrete-Phase Loss

How Much Does Discretization Cost?

The bottom-line question: at BB-bit resolution, what fraction of the continuous-phase performance do we retain? Section 8.4 answers this precisely for different scenarios β€” single-user vs multi-user, coherent vs random-phase baselines, and different utility functions (rate, fairness).

Theorem: Coherent SNR Loss at BB-bit Resolution

For the single-user coherent-combining problem,

Ξ·B=SNRBdiscSNRcont=sinc2 ⁣(Ο€2B).\eta_B = \frac{\text{SNR}^{\text{disc}}_B}{\text{SNR}^{\text{cont}}} = \text{sinc}^2\!\left(\frac{\pi}{2^B}\right).

Equivalent bit-loss table:

BB Ξ·B\eta_B dB loss
1 0.405 3.92
2 0.811 0.91
3 0.949 0.22
4 0.987 0.056
5 0.997 0.014
∞\infty 1.000 0.000

Diminishing returns after B=3B = 3: going from 3 to 4 bits saves only 0.160.16 dB. This is why the industry default is B=3B = 3.

Under coherent alignment, each element's quantization error is uniform on [βˆ’Ξ”ΞΈ/2,Δθ/2][-\Delta\theta/2, \Delta\theta/2]. The coherent sum has complex mean sinc(Ο€/2B)\text{sinc}(\pi/2^B) times the continuous magnitude; squaring gives the SNR loss.

,

Theorem: Multi-User Rate Loss with BB-bit RIS

For KK-user RIS with coherent alignment at BB bits:

Ξ”Rsumβ‰ˆKlog⁑2(Ξ·Bβˆ’1),Ξ”Rmmβ‰ˆlog⁑2(Ξ·Bβˆ’1).\Delta R_{\text{sum}} \approx K \log_2(\eta_B^{-1}), \qquad \Delta R_{\text{mm}} \approx \log_2(\eta_B^{-1}).

At B=3B = 3 and K=4K = 4: Ξ”Rsumβ‰ˆ4β‹…0.074β‰ˆ0.3\Delta R_{\text{sum}} \approx 4 \cdot 0.074 \approx 0.3 bits/s/Hz. Essentially negligible. At B=1B = 1 and K=4K = 4: Ξ”Rsumβ‰ˆ4β‹…1.3β‰ˆ5.2\Delta R_{\text{sum}} \approx 4 \cdot 1.3 \approx 5.2 bits/s/Hz. Noticeable.

The quantization penalty scales linearly with KK for sum rate: more users share the penalty per user, cumulated across the aggregate throughput.

For multi-user scenarios, the per-user SNR loss is Ξ·B\eta_B as before. Sum rate at high SNR behaves like Klog⁑2(SNR)K \log_2(\text{SNR}), so the rate loss is Klog⁑2(Ξ·Bβˆ’1)K \log_2(\eta_B^{-1}). Max-min is a single per-user rate, loss log⁑2(Ξ·Bβˆ’1)\log_2(\eta_B^{-1}). Both scale with BB like the single-user case.

Discrete-Phase SNR Loss vs. BB

Plot the coherent SNR loss (dB) and effective-element-count ratio Neff/N=Ξ·BN_{\text{eff}}/N = \eta_B as BB varies from 1 to 6. Compare the analytical sinc2(Ο€/2B)\text{sinc}^2(\pi/2^B) prediction with Monte-Carlo empirical results from random problem instances.

Parameters
6
64
50

Example: Effective RIS Size from Quantization

A 1-bit RIS with N=1024N = 1024 elements and a 3-bit RIS with N=400N = 400 elements β€” which has the higher effective coherent SNR? Use the Ξ·B\eta_B factors.

Deployment: What Bit Count Do We Actually See?

Empirically, production RIS panels are:

  • 1-bit (PIN diode): rare commercially; common in research prototypes (e.g., RFocus MIT 2020).
  • 2-bit: early sub-6 GHz commercial panels. Cheap PIN-diode hardware.
  • 3-bit: current mmWave commercial panels (2024). Balance of hardware complexity and quantization loss.
  • Continuous (varactor + 6-bit DAC): research demonstrators and high-end prototypes. Offers no-quantization-loss operation at the cost of calibration overhead.

The roadmap suggests 3-bit panels will dominate commercial deployment at sub-6 GHz and mmWave, with continuous phase reserved for high-accuracy applications (radar sensing, ISAC).

Quick Check

A fixed control-bit budget of 1024 pins is available for a RIS panel. Which configuration yields the highest coherent SNR?

B=1,N=1024B = 1, N = 1024

B=2,N=512B = 2, N = 512

B=3,N=341B = 3, N = 341

B=4,N=256B = 4, N = 256

⚠️Engineering Note

Design Choice: Which Bit Depth?

A checklist for bit-depth selection:

  • Objective: Sum rate or max-min? Max-min is more quantization-sensitive (per-user rate loss matters).
  • User count: More users β†’ more aggregate penalty. Reserve higher BB for high-KK deployments.
  • Hardware constraint: Control pins per element scale with BB. Budget carefully.
  • Frequency band: Sub-6 GHz has less strict phase resolution needs (wider coherence time); mmWave / sub-THz benefits more from higher BB.
  • Application: Pure communication β†’ B=2B = 2-33. ISAC / radar β†’ B=4B = 4+ for phase accuracy. Sensing β†’ continuous.

Typical sweet spot: B=3B = 3. Below that, more elements might be worth the tradeoff (see Section 8.1); above that, marginal returns are tiny.

Practical Constraints
  • β€’

    Sub-6 GHz commercial panels: B=2B = 2.

  • β€’

    mmWave commercial panels (2024): B=3B = 3.

  • β€’

    Research: B=1B = 1 or continuous, depending on agenda.

  • β€’

    ISAC: B=4B = 4+ typically required.