File size: 4,128 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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
{
  "global_settings": {
    "coupling": 70
  },
  "nodes": [
    {
      "id": 0,
      "class_name": "SpectralMorphogenesisNode",
      "pos_x": -701.0,
      "pos_y": -358.0,
      "width": 284.0,
      "height": 223.0,
      "config": {
        "inputs": {
          "input_spectrum": "spectrum",
          "growth_rate": "signal"
        },
        "outputs": {
          "folded_view": "image",
          "eigen_coords": "spectrum"
        },
        "node_title": "Spectral Morphogenesis",
        "grid_size": 10,
        "n_nodes": 100,
        "angular_velocity": 2.007258590628401,
        "coherence_metric": 0.5371288047094277,
        "frame_counter": 44626,
        "fold_interval": 5,
        "trail_length": 30
      },
      "custom_state_file": null
    },
    {
      "id": 1,
      "class_name": "ConstantSignalNode",
      "pos_x": -1270.0,
      "pos_y": -328.0,
      "width": 200.0,
      "height": 180.0,
      "config": {
        "inputs": {},
        "outputs": {
          "signal": "signal"
        },
        "input_data": {},
        "node_title": "Constant Signal",
        "value": 1
      },
      "custom_state_file": null
    },
    {
      "id": 2,
      "class_name": "EEGSUPERFileSourceNode",
      "pos_x": -1138.0,
      "pos_y": 42.0,
      "width": 200.0,
      "height": 180.0,
      "config": {
        "inputs": {
          "amplification": "signal"
        },
        "outputs": {
          "latent_vector": "spectrum",
          "raw_alpha": "signal",
          "raw_beta": "signal",
          "status": "signal"
        },
        "input_data": {
          "amplification": [
            0.7
          ]
        },
        "node_title": "EEG Super-Loader",
        "edf_file": "E:/DocsHouse/450/1.edf",
        "output_dim": 64,
        "sampling_rate": 256,
        "chunk_size": 32,
        "num_channels": 0,
        "current_index": 0,
        "total_samples": 0,
        "playback_speed": 1,
        "band_ranges": {
          "delta": [
            0.5,
            4
          ],
          "theta": [
            4,
            8
          ],
          "alpha": [
            8,
            13
          ],
          "beta": [
            13,
            30
          ],
          "gamma": [
            30,
            100
          ]
        }
      },
      "custom_state_file": null
    },
    {
      "id": 3,
      "class_name": "ConstantSignalNode",
      "pos_x": -1400.0,
      "pos_y": -92.0,
      "width": 200.0,
      "height": 180.0,
      "config": {
        "inputs": {},
        "outputs": {
          "signal": "signal"
        },
        "input_data": {},
        "node_title": "Constant Signal",
        "value": 1
      },
      "custom_state_file": null
    },
    {
      "id": 4,
      "class_name": "NeuralFlowEncoderNode",
      "pos_x": -358.0,
      "pos_y": -371.0,
      "width": 846.0,
      "height": 656.0,
      "config": {
        "inputs": {
          "input_vector": "spectrum",
          "amplification": "signal"
        },
        "outputs": {
          "latent_vector": "spectrum",
          "flow_image": "image"
        },
        "node_title": "Neural Flow Encoder",
        "target_latent_dim": 16,
        "buffer_size": 100,
        "current_input_dim": 300
      },
      "custom_state_file": null
    }
  ],
  "edges": [
    {
      "from_node_id": 1,
      "from_port": "signal",
      "to_node_id": 0,
      "to_port": "growth_rate",
      "learned_weight": 1.0
    },
    {
      "from_node_id": 2,
      "from_port": "latent_vector",
      "to_node_id": 0,
      "to_port": "input_spectrum",
      "learned_weight": 1.0
    },
    {
      "from_node_id": 3,
      "from_port": "signal",
      "to_node_id": 2,
      "to_port": "amplification",
      "learned_weight": 1.0
    },
    {
      "from_node_id": 0,
      "from_port": "eigen_coords",
      "to_node_id": 4,
      "to_port": "input_vector",
      "learned_weight": 1.0
    }
  ]
}