Amplitude–Phase Coupling in Real Elements

The Unit-Modulus Fiction

The ideal model assumes ϕn=1|\phi_n| = 1 for every element. In a real unit cell, the reflection amplitude varies with the phase setting. Near the LC resonance that gives the largest phase shift, the diode's small series resistance dissipates the most energy — and the amplitude dips. Far from resonance, the amplitude is near 1 but the phase range is narrow. This is the amplitude–phase coupling (APC) that every real unit cell exhibits.

Definition:

Amplitude–Phase Coupling Model

Let θn\theta_n denote the commanded phase and an(θn)a_n(\theta_n) the resulting amplitude of the reflection coefficient. A practical phenomenological model is

an(θn)=amin+(1amin)(sin(θnθdip)+12)αc,a_n(\theta_n) = a_{\min} + (1 - a_{\min}) \left(\frac{\sin(\theta_n - \theta_\text{dip}) + 1}{2}\right)^{\alpha_c},

where amin(0,1]a_{\min} \in (0, 1] is the worst-case amplitude (at θn=θdip\theta_n = \theta_\text{dip}, the resonant phase), and αc>0\alpha_c > 0 controls the sharpness of the dip. Typical measured values: amin0.2a_{\min} \approx 0.20.80.8, αc1.2\alpha_c \approx 1.222.

The unit-modulus idealization ϕn=1|\phi_n| = 1 corresponds to amin=1a_{\min} = 1; any amin<1a_{\min} < 1 represents a real hardware loss.

Crucially, ana_n is determined by the same variable (θn\theta_n) as the phase itself. Unlike conventional DAC quantization noise, APC is fully deterministic once the element's physical parameters are measured. It can be compensated — if you know your unit cell's an(θn)a_n(\theta_n) curve. Most papers assume unit modulus; papers that don't are the ones that match measured beam patterns.

Amplitude–Phase Coupling of a Varactor Element

Amplitude–Phase Coupling of a Varactor Element
Typical (an,θn)(a_n, \theta_n) locus of a varactor RIS element as the bias voltage sweeps. The trace traces approximately a non-circular closed curve in the complex plane; the unit circle (dashed) is the ideal-RIS locus. The "dip" corresponds to the resonance.

Theorem: SNR Loss from Amplitude–Phase Coupling

Under the amplitude–phase model of Definition 2.2, the coherent received amplitude sum under optimal phase alignment becomes

Z=nan(θn)(h2)n(h1)n,|Z| = \sum_n a_n(\theta_n^\star) \cdot |(\mathbf{h}_2)_n^*(\mathbf{h}_1)_n|,

a weighted coherent sum. The effective power loss vs. the unit-modulus case is

ηAPC=(1Nnan(θn))2.\eta_{\text{APC}} = \left(\frac{1}{N}\sum_n a_n(\theta_n^\star)\right)^2.

In particular, if all an=aavga_n = a_\text{avg} are approximately equal, the loss is ηAPC=aavg2\eta_{\text{APC}} = a_\text{avg}^2 — a flat power penalty.

Some elements reflect less energy because their commanded phase lies near the amplitude dip. The coherent sum weights each contribution by its amplitude. Not all elements contribute equally; the ones with amplitude-dip phases contribute less.

Example: Penalty of a Real Unit Cell

Suppose a unit cell has the APC profile an(θ)=0.3+0.7[sin(θπ/4)/2+0.5]2a_n(\theta) = 0.3 + 0.7 [\sin(\theta - \pi/4)/2 + 0.5]^{2} and the optimal phases θn\theta_n^\star are uniformly distributed on [0,2π)[0, 2\pi). Compute the average APC penalty and compare with the unit-modulus ideal.

Compensation by Phase Re-optimization

APC is not the end of the story. If the controller knows the amplitude profile an(θ)a_n(\theta), it can re-optimize the phase shifts to account for the coupling — minimizing a weighted sum where high-amplitude phases contribute more. This restores some of the lost gain, at the cost of a more complex optimization problem. Abeywickrama et al. (2020) show that naive phase-only optimization (assuming an=1a_n = 1) is suboptimal by 2 dB\sim 2\text{ dB} when amin=0.3a_{\min} = 0.3; coupling-aware optimization reduces this to <0.5 dB< 0.5\text{ dB}. We will formulate the coupling-aware problem in Chapter 6.

Reflection Coefficient Locus in the Complex Plane

Explore the (an,θn)(a_n, \theta_n) locus as the hardware parameters vary. When amin1a_{\min} \to 1 the locus approaches the unit circle (ideal); as amina_{\min} decreases, the locus becomes a cardioid-like curve and the reachable reflection coefficients shrink.

Parameters
0.5
1.5
45

Common Mistake: Ignoring APC in Simulation

Mistake:

An algorithm paper assumes ϕn=1|\phi_n| = 1, derives a clean closed-form, and claims 3 dB3\text{ dB} improvement over a baseline. A hardware lab builds the RIS and reports the baseline instead.

Correction:

Real hardware has ϕn<1|\phi_n| < 1 somewhere. The clean closed-form is still a useful theoretical tool (it tells you what perfectly-phased hardware would achieve), but published claims of X dBX\text{ dB} gain need to be compared against a baseline evaluated under the same hardware constraints. Always include the APC loss in the final comparison, or clearly flag that the numbers are for ideal hardware.

🔧Engineering Note

APC Calibration in the Field

Calibrating a deployed RIS panel for APC requires measuring the amplitude and phase response of each element across all bit states. For a 256256-element, 3-bit panel, that is 256×8=2048256 \times 8 = 2\,048 measurements. Factory calibration is standard; on-site calibration against a reference source (e.g., the BS itself sending known pilots) is sometimes used to compensate for temperature drift. The calibration data is stored in a lookup table and the controller applies per-element corrections when computing phase shifts.

Practical Constraints
  • Temperature drift of reflection phase: 1\sim 1^\circ per C^\circ\text{C}.

  • Element-to-element variance from manufacturing: ±5\sim \pm 5^\circ standard deviation.

  • Typical calibration data size: 4N4N bytes at 16-bit per element.