mirror of
https://github.com/ruvnet/RuView
synced 2026-07-30 18:41:42 +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.
118 lines
2.2 KiB
JSON
118 lines
2.2 KiB
JSON
{
|
|
"room": {
|
|
"width_m": 5.0,
|
|
"height_m": 5.0
|
|
},
|
|
"freq_ghz": 2.4,
|
|
"body_zones": [
|
|
{
|
|
"name": "bed",
|
|
"x": 1.5,
|
|
"y": 0.5,
|
|
"w": 2.0,
|
|
"h": 1.5
|
|
},
|
|
{
|
|
"name": "chair",
|
|
"x": 3.5,
|
|
"y": 3.5,
|
|
"w": 0.8,
|
|
"h": 0.8
|
|
},
|
|
{
|
|
"name": "desk",
|
|
"x": 0.2,
|
|
"y": 2.5,
|
|
"w": 1.0,
|
|
"h": 0.6
|
|
}
|
|
],
|
|
"chest_zones": [
|
|
{
|
|
"name": "bed_chest",
|
|
"x": 2.2,
|
|
"y": 0.8,
|
|
"w": 0.6,
|
|
"h": 0.4
|
|
},
|
|
{
|
|
"name": "chair_chest",
|
|
"x": 3.7,
|
|
"y": 3.7,
|
|
"w": 0.4,
|
|
"h": 0.4
|
|
},
|
|
{
|
|
"name": "desk_chest",
|
|
"x": 0.5,
|
|
"y": 2.7,
|
|
"w": 0.4,
|
|
"h": 0.2
|
|
}
|
|
],
|
|
"best_body_centric": {
|
|
"score": 0.493006993006993,
|
|
"tx": [
|
|
4.25,
|
|
0.0
|
|
],
|
|
"rx": [
|
|
0.0,
|
|
3.25
|
|
],
|
|
"link_m": 5.350233639758174,
|
|
"per_zone": {
|
|
"bed": {
|
|
"area_m2": 3.0000000000000004,
|
|
"covered_m2": 1.6175000000000004,
|
|
"coverage_fraction": 0.5391666666666667
|
|
},
|
|
"chair": {
|
|
"area_m2": 0.6400000000000001,
|
|
"covered_m2": 0.0,
|
|
"coverage_fraction": 0.0
|
|
},
|
|
"desk": {
|
|
"area_m2": 0.6500000000000001,
|
|
"covered_m2": 0.4975000000000001,
|
|
"coverage_fraction": 0.7653846153846153
|
|
}
|
|
}
|
|
},
|
|
"best_chest_centric": {
|
|
"score": 0.8235294117647058,
|
|
"tx": [
|
|
2.0,
|
|
0.0
|
|
],
|
|
"rx": [
|
|
4.5,
|
|
5.0
|
|
],
|
|
"link_m": 5.5901699437494745,
|
|
"per_zone": {
|
|
"bed_chest": {
|
|
"area_m2": 0.29250000000000004,
|
|
"covered_m2": 0.28750000000000003,
|
|
"coverage_fraction": 0.9829059829059829
|
|
},
|
|
"chair_chest": {
|
|
"area_m2": 0.20250000000000004,
|
|
"covered_m2": 0.20250000000000004,
|
|
"coverage_fraction": 1.0
|
|
},
|
|
"desk_chest": {
|
|
"area_m2": 0.10000000000000002,
|
|
"covered_m2": 0.0,
|
|
"coverage_fraction": 0.0
|
|
}
|
|
}
|
|
},
|
|
"cross_eval": {
|
|
"body_pl_on_chest": 0.5546218487394958,
|
|
"chest_pl_on_body": 0.40326340326340326,
|
|
"chest_gain_pp": 26.890756302521,
|
|
"body_loss_pp": 8.974358974358976
|
|
},
|
|
"verdict": "CHEST-CENTRIC WINS: significant placement-strategy change. R6.2.3 should be a CLI option."
|
|
} |