@@ -206,6 +206,15 @@ Nodes that perform analysis on the data.
206
206
207
207
<details><summary>View Nodes</summary>
208
208
209
+ <details><summary> Audio2Txt</summary>
210
+
211
+ - **Inputs:**
212
+ - prompt: InputSlot(dtype=<DataType.STRING: 1>, trigger_process=False, data=None)
213
+ - audio: ARRAY
214
+ - **Outputs:**
215
+ - generated_text: STRING
216
+ </details>
217
+
209
218
<details><summary> AudioTagging</summary>
210
219
211
220
- **Inputs:**
@@ -290,15 +299,16 @@ Nodes that perform analysis on the data.
290
299
- **Inputs:**
291
300
- data: ARRAY
292
301
- **Outputs:**
293
- - MeanNN : ARRAY
302
+ - Mean : ARRAY
294
303
- SDNN: ARRAY
295
304
- SDSD: ARRAY
296
305
- RMSSD: ARRAY
297
- - pNN50 : ARRAY
306
+ - VLF : ARRAY
298
307
- LF: ARRAY
299
308
- HF: ARRAY
300
309
- LF/HF: ARRAY
301
- - LZC: ARRAY
310
+ - Peaks: ARRAY
311
+ - Rate: ARRAY
302
312
</details>
303
313
304
314
<details><summary> Classifier</summary>
@@ -322,12 +332,10 @@ Nodes that perform analysis on the data.
322
332
<details><summary> Compass</summary>
323
333
324
334
- **Inputs:**
325
- - north: ARRAY
326
- - south: ARRAY
327
- - east: ARRAY
328
- - west: ARRAY
335
+ - pole1: ARRAY
336
+ - pole2: ARRAY
329
337
- **Outputs:**
330
- - angle : ARRAY
338
+ - angles : ARRAY
331
339
</details>
332
340
333
341
<details><summary> Connectivity</summary>
@@ -345,6 +353,7 @@ Nodes that perform analysis on the data.
345
353
- longitude: ARRAY
346
354
- **Outputs:**
347
355
- coord_info: TABLE
356
+ - water_situation: ARRAY
348
357
</details>
349
358
350
359
<details><summary> Correlation</summary>
@@ -354,6 +363,17 @@ Nodes that perform analysis on the data.
354
363
- data2: ARRAY
355
364
- **Outputs:**
356
365
- pearson: ARRAY
366
+ - pval: ARRAY
367
+ </details>
368
+
369
+ <details><summary> DimensionalityReduction</summary>
370
+
371
+ - **Inputs:**
372
+ - data: ARRAY
373
+ - new_data: ARRAY
374
+ - **Outputs:**
375
+ - transformed: ARRAY
376
+ - new_components: ARRAY
357
377
</details>
358
378
359
379
<details><summary> DissonanceCurve</summary>
@@ -367,6 +387,14 @@ Nodes that perform analysis on the data.
367
387
- avg_dissonance: ARRAY
368
388
</details>
369
389
390
+ <details><summary> EEGEmbedding</summary>
391
+
392
+ - **Inputs:**
393
+ - eeg: ARRAY
394
+ - **Outputs:**
395
+ - embeddings: ARRAY
396
+ </details>
397
+
370
398
<details><summary> EigenDecomposition</summary>
371
399
372
400
- **Inputs:**
@@ -376,6 +404,16 @@ Nodes that perform analysis on the data.
376
404
- eigenvectors: ARRAY
377
405
</details>
378
406
407
+ <details><summary> Embedding</summary>
408
+
409
+ - **Inputs:**
410
+ - text: STRING
411
+ - data: ARRAY
412
+ - **Outputs:**
413
+ - text_embeddings: ARRAY
414
+ - data_embeddings: ARRAY
415
+ </details>
416
+
379
417
<details><summary> ERP</summary>
380
418
381
419
- **Inputs:**
@@ -487,6 +525,14 @@ Nodes that perform analysis on the data.
487
525
- data: ARRAY
488
526
</details>
489
527
528
+ <details><summary> ReveEEG</summary>
529
+
530
+ - **Inputs:**
531
+ - eeg: ARRAY
532
+ - **Outputs:**
533
+ - embedding: ARRAY
534
+ </details>
535
+
490
536
<details><summary> SpectroMorphology</summary>
491
537
492
538
- **Inputs:**
@@ -562,6 +608,17 @@ Nodes that perform analysis on the data.
562
608
- burst_score: ARRAY
563
609
</details>
564
610
611
+ <details><summary> Walker</summary>
612
+
613
+ - **Inputs:**
614
+ - angle: ARRAY
615
+ - velocity: ARRAY
616
+ - water: ARRAY
617
+ - **Outputs:**
618
+ - latitude: ARRAY
619
+ - longitude: ARRAY
620
+ </details>
621
+
565
622
</details>
566
623
567
624
## Array
@@ -673,6 +730,13 @@ Nodes that provide data to the pipeline.
673
730
- out: STRING
674
731
</details>
675
732
733
+ <details><summary> ConstantTable</summary>
734
+
735
+ - **Inputs:**
736
+ - **Outputs:**
737
+ - table: TABLE
738
+ </details>
739
+
676
740
<details><summary> EEGRecording</summary>
677
741
678
742
- **Inputs:**
@@ -731,6 +795,7 @@ Nodes that provide data to the pipeline.
731
795
- **Inputs:**
732
796
- **Outputs:**
733
797
- data_output: ARRAY
798
+ - string_output: STRING
734
799
</details>
735
800
736
801
<details><summary> LSLClient</summary>
@@ -765,6 +830,13 @@ Nodes that provide data to the pipeline.
765
830
- out: STRING
766
831
</details>
767
832
833
+ <details><summary> RandomArray</summary>
834
+
835
+ - **Inputs:**
836
+ - **Outputs:**
837
+ - random_array: ARRAY
838
+ </details>
839
+
768
840
<details><summary> Reservoir</summary>
769
841
770
842
- **Inputs:**
@@ -780,13 +852,32 @@ Nodes that provide data to the pipeline.
780
852
- out: ARRAY
781
853
</details>
782
854
855
+ <details><summary> SimulatedEEG</summary>
856
+
857
+ - **Inputs:**
858
+ - exponents: ARRAY
859
+ - peaks: ARRAY
860
+ - variances: ARRAY
861
+ - peak_amplitudes: ARRAY
862
+ - **Outputs:**
863
+ - eeg_signal: ARRAY
864
+ </details>
865
+
783
866
<details><summary> Sine</summary>
784
867
785
868
- **Inputs:**
786
869
- **Outputs:**
787
870
- out: ARRAY
788
871
</details>
789
872
873
+ <details><summary> SpikingNetwork</summary>
874
+
875
+ - **Inputs:**
876
+ - input: ARRAY
877
+ - **Outputs:**
878
+ - potentials: ARRAY
879
+ </details>
880
+
790
881
<details><summary> Table</summary>
791
882
792
883
- **Inputs:**
@@ -804,6 +895,15 @@ Nodes that provide data to the pipeline.
804
895
- generated_text: STRING
805
896
</details>
806
897
898
+ <details><summary> VectorDB</summary>
899
+
900
+ - **Inputs:**
901
+ - input_vector: ARRAY
902
+ - **Outputs:**
903
+ - top_labels: TABLE
904
+ - vectors: ARRAY
905
+ </details>
906
+
807
907
<details><summary> VideoStream</summary>
808
908
809
909
- **Inputs:**
@@ -888,6 +988,15 @@ Miscellaneous nodes that do not fit into other categories.
888
988
- output: STRING
889
989
</details>
890
990
991
+ <details><summary> LatentRotator</summary>
992
+
993
+ - **Inputs:**
994
+ - latent_vector: ARRAY
995
+ - angles: ARRAY
996
+ - **Outputs:**
997
+ - rotated_vector: ARRAY
998
+ </details>
999
+
891
1000
<details><summary> RGBtoHSV</summary>
892
1001
893
1002
- **Inputs:**
@@ -913,6 +1022,29 @@ Miscellaneous nodes that do not fit into other categories.
913
1022
- out: STRING
914
1023
</details>
915
1024
1025
+ <details><summary> StringToTable</summary>
1026
+
1027
+ - **Inputs:**
1028
+ - text: STRING
1029
+ - **Outputs:**
1030
+ - table: TABLE
1031
+ </details>
1032
+
1033
+ <details><summary> Switch</summary>
1034
+
1035
+ - **Inputs:**
1036
+ - selector: ARRAY
1037
+ - array1: ARRAY
1038
+ - array2: ARRAY
1039
+ - array3: ARRAY
1040
+ - string1: STRING
1041
+ - string2: STRING
1042
+ - string3: STRING
1043
+ - **Outputs:**
1044
+ - array_out: ARRAY
1045
+ - string_out: STRING
1046
+ </details>
1047
+
916
1048
<details><summary> TableSelectArray</summary>
917
1049
918
1050
- **Inputs:**
@@ -929,6 +1061,14 @@ Miscellaneous nodes that do not fit into other categories.
929
1061
- output_string: STRING
930
1062
</details>
931
1063
1064
+ <details><summary> TableToString</summary>
1065
+
1066
+ - **Inputs:**
1067
+ - table: TABLE
1068
+ - **Outputs:**
1069
+ - text: STRING
1070
+ </details>
1071
+
932
1072
</details>
933
1073
934
1074
## Outputs
@@ -1018,6 +1158,14 @@ Nodes implementing signal processing operations.
1018
1158
- out: ARRAY
1019
1159
</details>
1020
1160
1161
+ <details><summary> BufferString</summary>
1162
+
1163
+ - **Inputs:**
1164
+ - val: STRING
1165
+ - **Outputs:**
1166
+ - out: STRING
1167
+ </details>
1168
+
1021
1169
<details><summary> Cycle</summary>
1022
1170
1023
1171
- **Inputs:**
@@ -1026,6 +1174,14 @@ Nodes implementing signal processing operations.
1026
1174
- cycle: ARRAY
1027
1175
</details>
1028
1176
1177
+ <details><summary> EEGHeadsetDetection</summary>
1178
+
1179
+ - **Inputs:**
1180
+ - eeg_data: ARRAY
1181
+ - **Outputs:**
1182
+ - headset_status: ARRAY
1183
+ </details>
1184
+
1029
1185
<details><summary> EMD</summary>
1030
1186
1031
1187
- **Inputs:**
@@ -1089,6 +1245,14 @@ Nodes implementing signal processing operations.
1089
1245
- reconstructed: ARRAY
1090
1246
</details>
1091
1247
1248
+ <details><summary> Normalization</summary>
1249
+
1250
+ - **Inputs:**
1251
+ - data: ARRAY
1252
+ - **Outputs:**
1253
+ - normalized: ARRAY
1254
+ </details>
1255
+
1092
1256
<details><summary> PSD</summary>
1093
1257
1094
1258
- **Inputs:**
0 commit comments