File size: 2,812 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
{
  "global_settings": {
    "coupling": 70,
    "speed": 100
  },
  "nodes": [
    {
      "id": 0,
      "class_name": "NeuralTransformerNode",
      "pos_x": -1357.0,
      "pos_y": -623.0,
      "width": 716.0,
      "height": 331.0,
      "config": {
        "inputs": {
          "temperature": "float",
          "gate_threshold": "float"
        },
        "outputs": {
          "display": "image",
          "attention_matrix": "image",
          "context_vector": "spectrum",
          "token_stream": "spectrum",
          "frontal_tokens": "spectrum",
          "temporal_tokens": "spectrum",
          "parietal_tokens": "spectrum",
          "occipital_tokens": "spectrum",
          "interference": "complex_spectrum",
          "theta_phase": "signal",
          "sample_trigger": "signal"
        },
        "input_data": {},
        "node_title": "Base Node",
        "edf_path": "E:\\DocsHouse\\450\\2.edf",
        "base_gain": 20.0,
        "base_speed": 1.0,
        "embed_dim": 64,
        "n_tokens_vocab": 20,
        "fs": 160.0,
        "is_loaded": true,
        "load_error": "",
        "needs_load": true,
        "playback_idx": 0.0,
        "current_tokens": [],
        "is_sampling": false
      },
      "custom_state_file": null
    },
    {
      "id": 1,
      "class_name": "MoireFrequencyNode",
      "pos_x": -520.0,
      "pos_y": -658.0,
      "width": 599.0,
      "height": 248.0,
      "config": {
        "inputs": {
          "theta_signal": "signal",
          "alpha_signal": "signal",
          "beta_signal": "signal",
          "gamma_signal": "signal",
          "field_input": "complex_spectrum",
          "token_stream": "spectrum"
        },
        "outputs": {
          "display": "image",
          "moire_field": "complex_spectrum",
          "theta_alpha_beat": "complex_spectrum",
          "alpha_beta_beat": "complex_spectrum",
          "beta_gamma_beat": "complex_spectrum",
          "full_interference": "complex_spectrum",
          "binding_signal": "signal",
          "moire_spectrum": "spectrum"
        },
        "input_data": {},
        "node_title": "Moir\u00e9 Frequency (Cross-Band Interference)",
        "field_size": 64,
        "epoch": 0,
        "history_len": 100,
        "theta": 0.0,
        "alpha": 0.0,
        "beta": 0.0,
        "gamma": 0.0,
        "theta_phase": 0.0,
        "alpha_phase": 0.0,
        "beta_phase": 0.0,
        "gamma_phase": 0.0,
        "binding_signal": 0.0
      },
      "custom_state_file": null
    }
  ],
  "edges": [
    {
      "from_node_id": 0,
      "from_port": "interference",
      "to_node_id": 1,
      "to_port": "field_input",
      "learned_weight": 1.0
    }
  ]
}