File size: 4,066 Bytes
3bb804c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
{
  "global_settings": {
    "coupling": 100,
    "speed": 100
  },
  "nodes": [
    {
      "id": 0,
      "class_name": "GradientFFTCompletionNode",
      "pos_x": 1827.0,
      "pos_y": 118.0,
      "width": 560.0,
      "height": 592.0,
      "config": {
        "inputs": {
          "gradient_field": "image",
          "gradient_x": "image",
          "gradient_y": "image",
          "original_field": "image",
          "dc_injection": "signal",
          "low_freq_boost": "signal",
          "phase_seed_mode": "signal",
          "iterations": "signal",
          "regularization": "signal",
          "ring_1_boost": "signal",
          "ring_2_boost": "signal",
          "ring_3_boost": "signal",
          "ring_4_boost": "signal",
          "reset": "signal"
        },
        "outputs": {
          "completed_fft": "image",
          "completed_phase": "image",
          "reconstructed_field": "image",
          "hidden_structure": "image",
          "residual": "image",
          "low_freq_content": "image",
          "phase_coherence_map": "image",
          "combined_view": "image",
          "total_energy": "signal",
          "low_freq_energy": "signal",
          "high_freq_energy": "signal",
          "phase_coherence": "signal",
          "completion_confidence": "signal",
          "frequency_spectrum": "spectrum"
        },
        "node_title": "Base Node",
        "size": 128,
        "center": 64,
        "base_dc": 0.5,
        "base_low_boost": 2.0,
        "base_iterations": 10,
        "base_regularization": 0.1,
        "ring_boosts": [
          2.0,
          1.5,
          1.0,
          0.8
        ],
        "phase_mode": 1,
        "t": 1222
      },
      "custom_state_file": null
    },
    {
      "id": 1,
      "class_name": "HolographicInterferenceExtreme",
      "pos_x": 1188.0,
      "pos_y": 157.0,
      "width": 553.0,
      "height": 432.0,
      "config": {
        "inputs": {
          "raw_eeg": "signal",
          "freq_bins": "signal",
          "time_window_ms": "signal",
          "max_pairs": "signal",
          "reset": "signal"
        },
        "outputs": {
          "hologram": "image",
          "hologram_small": "image",
          "spectrum_image": "image",
          "coherence_matrix": "image",
          "structure_detected": "signal",
          "structure_strength": "signal",
          "breakdown_point": "signal",
          "n_bins": "signal",
          "n_pairs": "signal",
          "n_pairs_rendered": "signal",
          "compute_time_ms": "signal",
          "peak_frequency": "signal",
          "dominant_beat": "signal",
          "full_spectrum": "spectrum",
          "combined_view": "image"
        },
        "input_data": {
          "raw_eeg": [],
          "freq_bins": [],
          "time_window_ms": [],
          "max_pairs": [],
          "reset": []
        },
        "node_title": "Base Node",
        "edf_path": "e:\\docshouse\\450\\2.edf",
        "selected_region": "All",
        "fs": 160.0,
        "current_time": 0.1,
        "_last_path": "e:\\docshouse\\450\\2.edf",
        "n_freq_bins": 256,
        "freq_min": 0.5,
        "freq_max": 200,
        "freq_spacing": "log",
        "time_window_ms": 100,
        "max_pairs_to_render": 1000,
        "use_fft_direct": true,
        "adaptive_pairs": true,
        "output_resolution": 512,
        "eeg_buffer_size": 320,
        "structure_detected": true,
        "structure_strength": 0.2935012170282565,
        "breakdown_point": false,
        "compute_time_ms": 452.2438049316406,
        "peak_frequency": 0.5,
        "dominant_beat": 0.017311766878023604,
        "n_pairs_rendered": 1000,
        "t": 3
      },
      "custom_state_file": null
    }
  ],
  "edges": [
    {
      "from_node_id": 1,
      "from_port": "hologram",
      "to_node_id": 0,
      "to_port": "gradient_field",
      "learned_weight": 1.0
    }
  ]
}