Skip to content

Commit d877455

Browse files
committed
Updated readme
1 parent 9c7f915 commit d877455

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ Chords Python script is designed to interface with an Arduino-based bioamplifier
2929

3030
1. Ensure you have Python 3.x installed.
3131
2. Create Virtual Environment
32-
```bash
32+
```bash
3333
python -m venv venv #Create Virtual Environment
3434
.\venv\Scripts\activate #to activate environment
35-
```
35+
```
3636
3. Install the required Python libraries:
3737
```bash
3838
pip install -r requirements.txt
@@ -91,7 +91,8 @@ To use the script, run it from the command line with various options:
9191
9292
## Applications
9393
94-
[!IMPORTANT] : Before using the below Applications make sure you are in Application folder.
94+
> [!IMPORTANT]
95+
Before using the below Applications make sure you are in Application folder.
9596
9697
### GUI
9798
@@ -109,8 +110,6 @@ To use the script, run it from the command line with various options:
109110
110111
#### Script Functions
111112
112-
Here are the important functions from your Pygame script summarized in one line each:
113-
114113
`bandpower(data, sf, band, window_sec=None, relative=False)`: Calculates the band power of EEG data in a specified frequency band using the Welch method.
115114
116115
`eeg_data_thread(eeg_queue)`: Continuously retrieves EEG data from an LSL stream and computes power ratios for Player A and Player B.

0 commit comments

Comments
 (0)