File tree Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -123,9 +123,9 @@ To use the script, run it from the command line with various options:
123
123
124
124
`check_win_condition()`: Determines if either player has won based on the ball' s position.
125
125
126
- # ## Heart Rate
126
+ # ## HEART RATE
127
127
128
- - ` python heartbeat.ecg.py` :Enable a GUI with real-time ECG and heart rate
128
+ - ` python heartbeat.ecg.py` :Enable a GUI with real-time ECG and heart rate.
129
129
130
130
# ### Script Functions
131
131
@@ -141,6 +141,22 @@ To use the script, run it from the command line with various options:
141
141
142
142
` update_heart_rate(self)` : Calculates and updates the heart rate based on detected R-peaks in the ECG signal.
143
143
144
+ # ## EMG ENVELOPE
145
+
146
+ - ` python emgenvelope.py` :Enable a GUI with real-time EMG & its Envelope.
147
+
148
+ # ### Script Functions
149
+
150
+ ` update_plot` : Updates the plot with latest Filtered EMG Data and its Envelope.
151
+
152
+ # ## EOG
153
+
154
+ - ` python eog.py` :Enable a GUI with real-time EOG.
155
+
156
+ # ### Script Functions
157
+
158
+ ` update_plot` : Updates the plot with latest Filtered EOG Data.
159
+
144
160
# # Troubleshooting
145
161
146
162
- ** Arduino Not Detected:** Ensure the Arduino is properly connected and powered. Check the serial port and baud rate settings.
You can’t perform that action at this time.
0 commit comments