You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-13Lines changed: 15 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,20 +74,21 @@ Handles command-line argument parsing and initiates data processing.
74
74
75
75
## Data Logging
76
76
77
-
-CSV Output: The script saves the processed data in a CSV file named data_%Y-%m-%d_%H-%M-%S.csv.
77
+
-**CSV Output**: The script saves the processed data in a CSV file named `packet_data.csv`.
78
+
- The CSV contains the following columns:
79
+
-`Counter`: The sample counter from the Arduino.
80
+
-`Channel1` to `Channel6`: The data values from each channel.
78
81
79
-
The CSV contains the following columns:
80
-
-Counter: The sample counter from the Arduino.
81
-
Channel1 to Channel6: The data values from each channel.
82
-
-Log Intervals: The script logs data counts every minute and provides a summary every 10 minutes, including the sampling rate and drift in seconds per hour.
82
+
-**Log Intervals**: The script logs data counts every minute and provides a summary every 10 minutes, including the sampling rate and drift in seconds per hour.
83
83
84
-
### LSL Streaming
84
+
## LSL Streaming
85
+
86
+
-**Stream Name**: `BioAmpDataStream`
87
+
-**Stream Type**: `EXG`
88
+
-**Channel Count**: `6`
89
+
-**Sampling Rate**: `250 Hz`
90
+
-**Data Format**: `float32`
85
91
86
-
Stream Name: BioAmpDataStream
87
-
Stream Type: EXG
88
-
Channel Count: 6
89
-
Sampling Rate: 250 Hz
90
-
Data Format: float32
91
92
Use an LSL viewer (e.g., BrainVision LSL Viewer) to visualize the streamed data in real-time.
92
93
93
94
## Troubleshooting
@@ -98,6 +99,7 @@ Use an LSL viewer (e.g., BrainVision LSL Viewer) to visualize the streamed data
98
99
99
100
## Contributors
100
101
101
-
We are thankful to our awesome contributors.
102
+
We are thankful to our awesome contributors, the list below is alphabetically sorted.
0 commit comments