Skip to content

Commit a946006

Browse files
authored
Add physio data to EMG example (#542)
1 parent dd54571 commit a946006

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"Columns": ["resp", "cardio"],
3+
"StartTime": 0,
4+
"SamplingFrequency": 50,
5+
"resp": {
6+
"Description": "Respiratory signal",
7+
"Unit": "mV"
8+
},
9+
"cardio": {
10+
"Description": "Cardiac signal",
11+
"Unit": "mV"
12+
}
13+
}

emg_MultiBodyParts/sub-01/emg/sub-01_task-mechPerturbations_physio.tsv.gz

Whitespace-only changes.

0 commit comments

Comments
 (0)