mirror of
https://github.com/ruvnet/RuView
synced 2026-07-29 18:31:44 +00:00
4e879bf62a
User request: organise examples/research-sota/ into folders with READMEs and main overview. Moved 46 files into 9 thematic folders by thread family + research category: 01-physics-floor/ (R1, R6, R6.1) — bedrock primitives 02-placement/ (R6.2 family, 7 sub-ticks) — antenna placement 03-spatial-intelligence/ (R5, R7) — saliency + mincut 04-rssi/ (R8, R9) — RSSI-only sensing 05-cross-room-reid/ (R3 arc, 3 ticks) — cross-room identity 06-structure-detection/ (R12 arc, 3 ticks) — PABS + closed loop 07-negative-results/ (R13) — productive failure 08-verticals/ (R10, R11) — wildlife + maritime physics 09-quantum-fusion/ (R20.1) — ADR-114 quantum-classical demo Each folder has its own README.md documenting: - Scripts + headlines table - Why this folder bounds / composes with others - Sample output / honest scope - Cross-references to related loop notes + ADRs Main README.md at the top covers: - Folder map with thread numbers - Cross-folder dependency graph - Headline findings table (8 entries) - Reading order for newcomers (4 scripts in suggested order) - Honest scope (synthetic-physics caveats) All git mv operations preserve file history. Total: 46 files moved, 10 new READMEs (main + 9 sub) totalling ~1300 lines of organising documentation.
36 lines
1.2 KiB
JSON
36 lines
1.2 KiB
JSON
{
|
|
"model": "PTT + pulse-contour physics scrutiny for contactless BP",
|
|
"ptt": {
|
|
"baseline_ms": 78.57142857142858,
|
|
"sensitivity_ms_per_mmHg": 0.5,
|
|
"required_resolution_for_1mmHg_ms": 0.5,
|
|
"required_resolution_for_5mmHg_ms": 2.5,
|
|
"required_resolution_for_10mmHg_ms": 5.0,
|
|
"esp32_max_csi_rate_hz": 1000,
|
|
"esp32_max_temporal_resolution_ms": 1.0,
|
|
"esp32_typical_csi_rate_hz": 100,
|
|
"esp32_typical_temporal_resolution_ms": 10.0
|
|
},
|
|
"spatial_resolution": {
|
|
"carotid_femoral_distance_m": 0.55,
|
|
"fresnel_envelope_5m_link_m": 0.39515292398428903,
|
|
"fresnel_envelope_2m_link_m": 0.2499166527731462,
|
|
"sites_resolvable_5m_link": false,
|
|
"sites_resolvable_2m_link": true,
|
|
"comment": "Single-link CSI cannot spatially separate two body sites. PTT requires multi-link multistatic with severely ill-posed inverse problem."
|
|
},
|
|
"snr": {
|
|
"breath_phase_deg": 46.08,
|
|
"pulse_phase_deg": 1.728,
|
|
"motion_phase_deg": 11.52,
|
|
"breath_vs_pulse_amp_ratio": 26.666666666666664,
|
|
"hr_band_snr_db": 20.0,
|
|
"bp_contour_required_snr_db": 25.0,
|
|
"bp_contour_feasibility": "INFEASIBLE"
|
|
},
|
|
"vs_baseline": {
|
|
"arm_cuff_accuracy_mmHg": 2.0,
|
|
"published_csi_bp_mae_mmHg": 10.0,
|
|
"ratio_worse": 5.0
|
|
}
|
|
} |