docs/research/sota-2026-05-22/ticks/tick-16.md
Thread: R6.2 (Fresnel-aware antenna placement) — first deferred follow-up Verdict: Working 2D placement search + CLI-shaped demo. Optimal placement is 93× better than median random placement and infinite-× better than worst (which is 0% coverage). The current "stick it anywhere" deployment recipe leaves 50-100× of sensing on the table.
examples/research-sota/r6_2_antenna_placement.py — pure-numpy 2D Fresnel-ellipse placement search.examples/research-sota/r6_2_placement_results.json — best/median/worst on a 5×5 m bedroom benchmark.docs/research/sota-2026-05-22/R6_2-fresnel-antenna-placement.md — research note with the method, benchmark, per-cog deployment recommendations, honest scope.Target zones: bed (3 m²) + chair (0.64 m²). 2,900 antenna pairs evaluated at 2.4 GHz.
| Placement | Bed cov | Chair cov | Total |
|---|---|---|---|
| Optimal (1.25, 0)→(4.75, 5) | 43.5% | 86.7% | 51.1% |
| Median | varies | varies | 0.5% |
| Worst | varies | varies | 0.0% |
93× improvement from median to optimal. The "diagonal across longest axis" recipe is the right shape for a bedroom-class room.
Fresnel envelope width = √(d·λ)/2 — grows with link length. So the optimal placement at 6.10 m (diagonal) has a 43.7 cm midpoint envelope vs 39.5 cm for a 5 m wall-parallel link. Counter to "shorter link = stronger signal", longer links cover more space, up to the link-budget gate (R10).
| Cog | Recommended placement |
|---|---|
cog-person-count | Diagonal across longest axis |
cog-pose-estimation | Zone inside ~50% of midpoint envelope |
| AETHER re-ID | Tx near doorway, Rx diagonal |
cog-maritime-watch | Vertical diagonal through cabin |
cog-wildlife (future) | Tx/Rx on opposite trees, threading clearing midline |
These improvements come from physics, not algorithms — no model retraining required.
wifi-densepose plan-antennas) that any installer can use in 2 minutes.wifi-densepose plan-antennas \
--room 5.0 5.0 \
--target bed 1.5 0.5 2.0 1.5 \
--target chair 3.5 3.5 0.8 0.8 \
--freq-ghz 2.4
ticks/tick-16.md. No PROGRESS.md edit. Branch research/sota-r6.2-fresnel-antenna-placement.
~5.1h to cron stop. 16 ticks landed. PROGRESS.md research agenda + 2 ADRs + 1 deferred follow-up closed.