Update README.md
Browse files
README.md
CHANGED
|
@@ -15,14 +15,8 @@ The dataset is designed to support research in:
|
|
| 15 |
|
| 16 |
The data were collected using **SilentWear**, an unobtrusive, ultra-low-power EMG neckband designed for silent and vocalized speech detection.
|
| 17 |
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
alt="SilentWear Device"
|
| 21 |
-
style="height:300px; display:inline-block; vertical-align:middle;" />
|
| 22 |
-
<img src="images/signals.png"
|
| 23 |
-
alt="SilentWear Signals"
|
| 24 |
-
style="height:300px; display:inline-block; vertical-align:middle;" />
|
| 25 |
-
</p>
|
| 26 |
|
| 27 |
---
|
| 28 |
|
|
@@ -100,23 +94,14 @@ df.head()
|
|
| 100 |
#### File Content Structure (`data_raw_and_filt`)
|
| 101 |
|
| 102 |
Each `.h5` file contains:
|
| 103 |
-
```
|
| 104 |
-
------------------------------------------------------------------------------
|
| 105 |
-
Columns Description
|
| 106 |
-
---------------- ----------------------- ------------------------------
|
| 107 |
-
Raw EMG `Ch_0`--`Ch_15` Raw data
|
| 108 |
|
| 109 |
-
|
| 110 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 111 |
|
| 112 |
-
Labels `Label_int`, Integer Labels
|
| 113 |
-
`Label_str` String Labels
|
| 114 |
-
|
| 115 |
-
Session Metadata `session_id` Recording session identifier
|
| 116 |
-
|
| 117 |
-
Batch Metadata `batch_id` Batch identifier within session
|
| 118 |
-
-------------------------------------------------------------------------------
|
| 119 |
-
```
|
| 120 |
|
| 121 |
### 2️⃣ `wins_and_features`
|
| 122 |
- Non-overlapping windowed segments
|
|
|
|
| 15 |
|
| 16 |
The data were collected using **SilentWear**, an unobtrusive, ultra-low-power EMG neckband designed for silent and vocalized speech detection.
|
| 17 |
|
| 18 |
+

|
| 19 |
+

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
|
| 21 |
---
|
| 22 |
|
|
|
|
| 94 |
#### File Content Structure (`data_raw_and_filt`)
|
| 95 |
|
| 96 |
Each `.h5` file contains:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 97 |
|
| 98 |
+
| Group | Columns | Description |
|
| 99 |
+
| ------------ | ------------------------ | ------------------------------- |
|
| 100 |
+
| Raw EMG | `Ch_0`–`Ch_15` | Raw sEMG samples |
|
| 101 |
+
| Filtered EMG | `Ch_0_filt`–`Ch_15_filt` | High-pass (20 Hz) + 50 Hz notch |
|
| 102 |
+
| Labels | `Label_int`, `Label_str` | Integer and string class labels |
|
| 103 |
+
| Metadata | `session_id`, `batch_id` | Session and batch identifiers |
|
| 104 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 105 |
|
| 106 |
### 2️⃣ `wins_and_features`
|
| 107 |
- Non-overlapping windowed segments
|