You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EEG Signal Processing & Enhancement tool using Tkinter GUI. It performs bandpass filtering, EMG noise reduction via Wavelet Transform, and Savitzky-Golay smoothing. Supports EDF file input/output, visualization, and SNR calculation. Processed signals can be saved in EDF format. See README.md for details.
This analog-based EMG filtering system captures, processes, and transmits muscle activity in real-time using an ESP32 and ThingSpeak IoT for time & frequency analysis.
A desktop application allows you to browse and open signal files, display them in two main identical graphs, and manipulate them using UI elements. The application also supports cine mode and exporting reports to PDF.
This assignment is intended to familiarize with biological data and (eventually) refresh basic skills such as informative plotting and infer information from data.