Files
ruvnet--RuView/examples/research-sota/r11_maritime_results.json
T
rUv 4072455d1e research(R11): maritime sensing — through-bulkhead impossible, through-seam works (#712)
Physics scrutiny of WiFi-band maritime sensing scenarios. Steel skin depth
is 3.25 um at 2.4 GHz, making bulkheads utterly opaque. Saltwater
attenuation is 853 dB/m. The 'through-bulkhead WiFi radar' framing
common in conservation/maritime is wrong; the actual feasible category
is 'through-seam' sensing exploiting slot diffraction through gaskets,
hatch seals, and vent grilles.

Composite link budget for 7 maritime scenarios (ESP32-S3 121 dB budget,
10 dB SNR margin):

FEASIBLE:
- Man-overboard surface @ 200 m: +25 dB
- Cabin door, 2 mm seam:         +31 dB
- Cabin door, 5 mm seam:         +39 dB
- Container, 30 mm vent slot:    +45 dB

IMPOSSIBLE:
- Closed 10 mm steel door:       -938 dB
- Submarine pressure hull:       -929 dB
- Head 30 cm underwater:         -231 dB

Five feasible verticals catalogued: man-overboard surface, through-seam
crew vitals, container tamper detection, hatch-seal predictive
maintenance, engine-room thermal anomaly via condensation.

Composes with prior threads:
- R6 Fresnel envelope + slot diffraction = narrower composite envelope
- R10 link-budget primitives reused unmodified for air-side maritime
- R7 multi-link consistency essential against superstructure jammers
- R14 privacy framework transfers directly to crew-cabin monitoring

Honest scope: best-case ignores vessel vibration (5-30 Hz, in-band with
R10 gait frequencies), engine ignition noise, salt-spray, steel-surface
multipath. Maritime gait-classification is harder than land.

The romantic 'through-hull radar' is now explicitly debunked. The actual
product roadmap is gasket-leakage sensing, surface detection, and
predictive-maintenance audits.

Coordination: ticks/tick-10.md, no PROGRESS.md edit.
2026-05-22 01:53:51 -04:00

108 lines
3.5 KiB
JSON

{
"model": "skin-depth steel + lossy-dielectric saltwater + slot-diffraction seam",
"materials": {
"2.4_GHz": {
"steel_skin_depth_um": 3.248736671806984,
"steel_atten_dB_per_mm": 2673.654677948628,
"saltwater_atten_dB_per_m": 852.7792439147287
},
"5.0_GHz": {
"steel_skin_depth_um": 2.2507907903927653,
"steel_atten_dB_per_mm": 3859.0881200843564,
"saltwater_atten_dB_per_m": 867.7495416795573
}
},
"scenarios": [
{
"scenario": "man-overboard, surface-floating",
"freq_ghz": 2.4,
"fspl_db": 86.07916660695635,
"bulk_loss_db": 0.0,
"seam_loss_db": 999.0,
"metal_path_used": "bulk",
"metal_path_loss_db": 0.0,
"saltwater_loss_db": 0.0,
"total_loss_db": 86.07916660695635,
"esp32_link_budget_db": 121,
"snr_margin_db": 24.92083339304365
},
{
"scenario": "man-overboard, head 30 cm underwater",
"freq_ghz": 2.4,
"fspl_db": 86.07916660695635,
"bulk_loss_db": 0.0,
"seam_loss_db": 999.0,
"metal_path_used": "bulk",
"metal_path_loss_db": 0.0,
"saltwater_loss_db": 255.83377317441858,
"total_loss_db": 341.9129397813749,
"esp32_link_budget_db": 121,
"snr_margin_db": -230.91293978137492
},
{
"scenario": "crew vitals through 10 mm steel cabin door (closed)",
"freq_ghz": 2.4,
"fspl_db": 49.88145871091758,
"bulk_loss_db": 26736.546779486278,
"seam_loss_db": 999.0,
"metal_path_used": "seam",
"metal_path_loss_db": 999.0,
"saltwater_loss_db": 0.0,
"total_loss_db": 1048.8814587109175,
"esp32_link_budget_db": 121,
"snr_margin_db": -937.8814587109175
},
{
"scenario": "crew vitals through cabin door (2 mm seam gap)",
"freq_ghz": 2.4,
"fspl_db": 49.88145871091758,
"bulk_loss_db": 26736.546779486278,
"seam_loss_db": 29.891207909453847,
"metal_path_used": "seam",
"metal_path_loss_db": 29.891207909453847,
"saltwater_loss_db": 0.0,
"total_loss_db": 79.77266662037142,
"esp32_link_budget_db": 121,
"snr_margin_db": 31.227333379628575
},
{
"scenario": "crew vitals through cabin door (5 mm seam gap)",
"freq_ghz": 2.4,
"fspl_db": 49.88145871091758,
"bulk_loss_db": 26736.546779486278,
"seam_loss_db": 21.93240773601309,
"metal_path_used": "seam",
"metal_path_loss_db": 21.93240773601309,
"saltwater_loss_db": 0.0,
"total_loss_db": 71.81386644693066,
"esp32_link_budget_db": 121,
"snr_margin_db": 39.18613355306934
},
{
"scenario": "container intrusion (steel cargo container, 2 mm walls, 30 mm vent slot)",
"freq_ghz": 2.4,
"fspl_db": 60.14065230988498,
"bulk_loss_db": 5347.309355897256,
"seam_loss_db": 6.369382728340219,
"metal_path_used": "seam",
"metal_path_loss_db": 6.369382728340219,
"saltwater_loss_db": 0.0,
"total_loss_db": 66.5100350382252,
"esp32_link_budget_db": 121,
"snr_margin_db": 44.4899649617748
},
{
"scenario": "through hull (submarine, 30 mm pressure hull)",
"freq_ghz": 2.4,
"fspl_db": 40.88207853739662,
"bulk_loss_db": 80209.64033845883,
"seam_loss_db": 999.0,
"metal_path_used": "seam",
"metal_path_loss_db": 999.0,
"saltwater_loss_db": 0.0,
"total_loss_db": 1039.8820785373966,
"esp32_link_budget_db": 121,
"snr_margin_db": -928.8820785373966
}
]
}