You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tomography: spatial-smoothness reconstruction (interpolate between links)
Replace the per-cell magnitude prior (independent cells → streaks along link
lines) with a Laplacian smoothness prior: min ||Wx-y||^2 + λ·Σ_neighbours
(x_i-x_j)^2 + ε||x||^2. The field now interpolates smoothly between links
(contiguous blobs, no streaking) while the tiny ε ridge keeps genuinely
unobserved far cells at zero — interpolation grounded in physics, not invented
data. 2D overlay keeps a mild coverage fade as a confidence cue.
(3D view explored and dropped — 2D heatmap reads better.)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: src/ui/src/routes/calibration/+page.svelte
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@
31
31
{:elseifcalibrationType==='obstructions'}
32
32
<sectionclass="px-4 space-y-2">
33
33
<pclass="text-sm text-surface-600-300">
34
-
Static RF-attenuation map reconstructed from node-to-node links (radio tomography). Hot cells are where the radio sees something solid — walls, appliances, a refrigerator. This is a sanity check: if the hot blobs line up with things you know are there, the model is learning real physics. Updates every ~30s; sparse-coverage areas read cooler than reality.
34
+
Static RF-attenuation map reconstructed from node-to-node links (radio tomography). Hot cells are where the radio sees something solid — walls, appliances, a refrigerator. If the hot spots line up with things you know are there, the model is learning real physics. Updates every ~30s; sparse-coverage areas read cooler than reality.
0 commit comments