Skip to content

Commit 2bb1143

Browse files
authored
Merge pull request #68 from PayalLakra/chords-python
Chords python Documentation
2 parents d1820ce + b92b931 commit 2bb1143

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

software/chords/chords-python/index.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -288,8 +288,7 @@ A GUI window will appear, displaying the real-time EMG signal along with the cal
288288
EMG with Envelope
289289

290290
3. `EOG with Blinks`
291-
========================erview
292-
=========
291+
====================
293292

294293
The **EOG with Blinks** is a Python-based application designed to visualize and detect eye blinks in real-time using Electrooculography (EOG) signals. Built with the PyQt5 framework and PyQtGraph for plotting, the application connects to an LSL (Lab Streaming Layer) stream to acquire EOG data, processes the signal using a low-pass filter, and detects blinks based on dynamic thresholds. The application provides a dual-plot interface to display the filtered EOG signal and detected blinks, making it a useful tool for real-time monitoring and analysis of EOG data.
295294

@@ -322,15 +321,15 @@ A GUI window will appear, displaying the real-time EOG signal along with the Bli
322321
EOG with Blinks
323322

324323
4. `EEG with FFT`
325-
*****************
324+
=================
326325

327326
Overview
328-
=========
327+
--------
329328

330329
The **EEG with FFT and Brainwave Power** is a Python-based application designed to visualize and analyze Electroencephalography (EEG) signals in real-time. It connects to an EEG data stream using the Lab Streaming Layer (LSL) protocol, processes the signal to remove noise, and performs Fast Fourier Transform (FFT) to compute the power of different brainwave frequency bands (Delta, Theta, Alpha, Beta, and Gamma). The application provides a graphical user interface (GUI) built with `PyQt5` and `pyqtgraph` for real-time visualization of raw EEG signals, FFT results, and brainwave power distribution.
331330

332331
Features
333-
========
332+
--------
334333

335334
+-----------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------+
336335
| Features | Description |

0 commit comments

Comments
 (0)