Skip to content

Commit c00e412

Browse files
committed
Update readme related to new changes
1 parent 21153e9 commit c00e412

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

README.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,9 @@ To use the script, run it from the command line with various options:
123123
124124
`check_win_condition()`: Determines if either player has won based on the ball's position.
125125
126-
### Heart Rate
126+
### HEART RATE
127127
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.
129129
130130
#### Script Functions
131131
@@ -141,6 +141,22 @@ To use the script, run it from the command line with various options:
141141
142142
`update_heart_rate(self)`: Calculates and updates the heart rate based on detected R-peaks in the ECG signal.
143143
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+
144160
## Troubleshooting
145161
146162
- **Arduino Not Detected:** Ensure the Arduino is properly connected and powered. Check the serial port and baud rate settings.

0 commit comments

Comments
 (0)