Wireless links fail
without warning.
WaveLynk predicts it.
We discovered a sharp instability boundary โ the Coherence Cliff โ where Zero-Forcing beamforming transitions from stable to catastrophically unreliable. WaveLynk uses a physics-derived metric to detect it before the link fails.
Zero-Forcing beamforming fails suddenly, not gradually
Modern Wi-Fi 7 and 6G routers use Zero-Forcing (ZF) precoding to serve multiple users simultaneously. ZF works by inverting the wireless channel matrix โ this gives peak performance when channel information is fresh.
The problem: as users move, the channel estimate becomes stale. When staleness crosses a critical threshold, matrix inversion amplifies errors exponentially โ producing sudden, catastrophic packet loss and latency spikes. There is no warning.
Learn the physics โConditioned Coherence Index (CCI)
A single physics-derived number that tells you how close the channel is to the cliff.
Channel conditioning
How much ZF amplifies any CSI error โ the spatial instability factor.
Doppler correlation
Bessel function measuring how fast the channel changes with user velocity.
Signal quality
Normalized signal-to-interference ratio โ weights contribution by link quality.
CSI aging
Exponential decay capturing how stale the channel estimate has become.
Predictive, not reactive
Existing systems react to performance drops. WaveLynk computes CCI in real time and acts before the link collapses.
Monitor
Continuously estimate CSI age ฯ, Doppler shift fD, and channel condition number ฮบ(H) from standard CSI feedback.
Predict
Compute CCI in real time. When CCI approaches ฮณ = 0.6, the system is approaching the coherence cliff.
Switch
Proactively transition from ZF to MRT before failure โ preserving throughput and preventing latency spikes.
Real Wi-Fi 7 testbed
100 independent measurement trials on a Netgear Wi-Fi 7 router with iperf3, confirming the theory against real-world wireless conditions.
See the data โFull Python implementation
Complete source code: CCI computation, Jake's fading channel simulator, ZF/MRT precoders, and the adaptive controller โ all in reproducible notebooks.
Browse the code โLive simulation models
Three interactive models let you tune channel parameters in real time and watch the CCI-based switching mechanism respond to approaching instability.
Try the models โExplore the work
Dig into the physics, run the simulations, or try the live interactive models.