-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.json
executable file
·35 lines (35 loc) · 988 Bytes
/
config.json
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
{
"setting":{
"srate":1000,
"dwn_rate": 2,
"filter_order": 4,
"smoothing": 4,
"epoch_range": [-1.0, 1.5],
"baseline": [-1.0, -0.2],
"reference_type": "Average",
"data_path": "./data/BCI4/",
"event_id": 256,
"filter_band": [0.5,499.9],
"Rectify_band": [1,249],
"smooth4BCI4": [50,50]
},
"feature_freqs":{
"delta": [1.5, 4.0],
"theta": [4.0, 8.0],
"alpha": [8.0, 12.0],
"beta": [13.0, 31.0],
"gamma": [32.0, 49.0],
"high-gamma1": [50.0, 99.9],
"high-gamma2": [100.0, 149.9],
"high-gamma3": [150.0, 199.9],
"high-gamma4": [200.0, 249.9]
},
"Decoding":{
"sliding_step":2,
"sample_points":10
},
"Subject":{
"subject_no":3,
"analysis_finger":5
}
}