-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
25 lines (19 loc) · 863 Bytes
/
README.txt
File metadata and controls
25 lines (19 loc) · 863 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# EEG Analysis Project
This project contains my beginner exploration of EEG brain data analysis using Python and MNE.
## What I did
1. Plotted raw EEG brain signals to understand how brain waves look over time.
2. Computed basic brain wave power (delta, theta, alpha, beta bands).
3. Visualized how brain activity changes across time.
## Goal
The goal of this project is to understand EEG data step by step and learn how brain signals can be analyzed using code.
## Dataset
The original EEG dataset is large and is not included in this repository.
To run the notebooks, place your EEG files inside the `data_samples/` folder.
## Tools Used
- Python
- MNE-Python
- NumPy
- Matplotlib
- Jupyter Notebook
## Notes
This is a learning project focused on understanding the basics of brain signal analysis and building practical experience with real neuro data.