chore: updated Dataset card.
Browse files
README.md
CHANGED
|
@@ -67,3 +67,15 @@ The raw EMG data is a header-less CSV file with the columns containing 8 success
|
|
| 67 |
[3]: [8 readings][8 readings][8 readings][8 readings][8 readings]
|
| 68 |
...
|
| 69 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 67 |
[3]: [8 readings][8 readings][8 readings][8 readings][8 readings]
|
| 68 |
...
|
| 69 |
```
|
| 70 |
+
Each row can be treated as a single 5-dimensional data unit in time.
|
| 71 |
+
|
| 72 |
+
## FFT EMG Data
|
| 73 |
+
The FFT EMG data is a header-less CSV file with the columns containing 4 FFT bins with ~143 Hz resolution from the corresponding sensor:
|
| 74 |
+
```
|
| 75 |
+
[sensor 1] [sensor 2] [sensor 3] [sensor 4] [sensor 5]
|
| 76 |
+
[0]: [4 bins] [4 bins] [4 bins] [4 bins] [4 bins]
|
| 77 |
+
[1]: [4 bins] [4 bins] [4 bins] [4 bins] [4 bins]
|
| 78 |
+
[2]: [4 bins] [4 bins] [4 bins] [4 bins] [4 bins]
|
| 79 |
+
[3]: [4 bins] [4 bins] [4 bins] [4 bins] [4 bins]
|
| 80 |
+
...
|
| 81 |
+
```
|