Three-Target FMCW Beat Superposition
PARITYS1 · dim 8No clear winner. The survival gap is under 10 percentage points and the balanced-score gap is under 0.05, so neither SolvSRK nor the best baseline clears the win threshold. Either works — choose on cost, licensing, or integration effort. All verdicts →
Three-target beat-frequency superposition. States: [I1, Q1, I2, Q2, I3, Q3, phi_vco, agc]. Targets at R=50 m (f_b≈50 kHz), 200 m (≈200 kHz), 500 m (≈500 kHz). Bandwidth-driven stiffness from 10:1 frequency ratio.
Radar signal processing
Problem definition
Richards et al., 'Principles of Modern Radar' (2010) Ch. 7
Canonical RHS excerpt from the registered callable used for this benchmark cell. Expand it to verify the state equations; it is not a standalone runnable fixture.
Show canonical RHS excerpt
def rhs(t, y):
d = np.empty(8)
total_power = 0.0
for k in range(n_tgt):
I_k = y[2 * k]
Q_k = y[2 * k + 1]
w = omega_total[k]
d[2 * k] = -w * Q_k
d[2 * k + 1] = w * I_k
total_power += I_k * I_k + Q_k * Q_k
d[6] = _TWO_PI * (f0 + chirp_rate * t)
agc = y[7]
d[7] = (n_tgt - agc * total_power) * inv_agc_tau
return d- Parameters
- _TWO_PI = 6.28318530718
- chirp_rate = 1.5e+11
- f0 = 7.7e+10
- inv_agc_tau = 10000
- n_tgt = 3
- omega_total = [330286, 1.22438e+06, 3.18997e+06]
- Initial condition
- y(0) = [1, 0, 1, 0, 1, 0, 0, 1]
- Horizon
- t ∈ [0, 0.001]
Canonical RHS excerpt captured from the same registered callable used for the published benchmark. Frozen closure values are summarized below; helper imports and solver settings are intentionally omitted.
Cite this page
Replace the access date. Pin the freeze ID and library versions when comparing against a later export. Cite it as what it is — a self-reported vendor benchmark, not an independently verified result. The note field says so; please keep it.
@misc{resonix_evidence_three_target_fmcw_beat_superposition_2026,
title = {Resonix Evidence Portal: Three-Target FMCW Beat Superposition},
author = {{Resonix Labs (Canada) Inc.}},
year = {2026},
howpublished = {\url{https://resonix.tech/evidence/problems/three-target-fmcw-beat-superposition}},
note = {Self-reported vendor benchmark; internally generated by Resonix Labs and not independently verified. Accessed YYYY-MM-DD. Freeze 2026-08-13; libsolvsrk 2.3.0; SciPy 1.14.}
}TRL 4–5 · simulation-lab validated · 398 problems · 14 solver arms · clean + 5 noise levels
Freeze: 2026-08-13 · scipy 1.14 · libsolvsrk 2.3.0 · Methodology
Self-reported by Resonix Labs · not independently verified · Verification status