Metadata-Version: 2.1
Name: neuroiatools
Version: 1.1.8
Summary: Tools for EEG processing and analysis
Home-page: https://github.com/lucasbaldezzari/neuroiatools
Author: LUCAS BALDEZZARI
Author-email: Lucas Baldezzari <lucas.baldezzari@utec.edu.uy>
Maintainer-email: Lucas Baldezzari <lucas.baldezzari@utec.edu.uy>
License: MIT
Project-URL: Documentation, https://github.com/lucasbaldezzari/neuroiatools/blob/main/docs.md
Project-URL: Source, https://github.com/lucasbaldezzari/neuroiatools
Project-URL: Tracker, https://github.com/lucasbaldezzari/neuroiatools/issues
Keywords: eeg,signal processing,bci,neurotechnology,data analysis
Description-Content-Type: text/markdown
License-File: license.txt
Requires-Dist: numpy>=2.0.1
Requires-Dist: mne>=1.9.0
Requires-Dist: matplotlib>=3.4.0
Requires-Dist: pandas>=2.2.2
Requires-Dist: scipy>=1.7.0
Requires-Dist: scikit-learn>=0.24.0
Requires-Dist: seaborn>=0.11.0
Requires-Dist: h5py>=3.0.0
Provides-Extra: tests
Requires-Dist: pytest; extra == "tests"
Requires-Dist: pytest-cov; extra == "tests"
Provides-Extra: dev
Requires-Dist: black; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: mypy; extra == "dev"

# Neuro-IA Lab tools

<img align="right" src="neuroialogo.png" alt="Neuro-IA Lab" width="210">

Herramientas de procesamiento y análisis de señales de Electroencefalografía (EEG) del *"Laboratorio de Neurociencias e Ingeligencia Artificial Aplicada"* de la [Universidad Tecnológica](https://utec.edu.uy/en/) del Uruguay.

### Paquete

[neuroiatools](https://pypi.org/project/neuroiatools/)

### Autor

- [MSc. BALDEZZARI Lucas](https://www.linkedin.com/in/lucasbaldezzari/) (lucas.baldezzari@utec.edu.uy).

### Última versión

#### 1.1.8

- Se implementa clase Filter para filtrar señales. La clase toma la señal y aplica el filtro en el último eje. Aplica primero un pasabanda y luego un notch. No aplica ventana, de momento no deja elegir entre FIR o IIR, por defecto aplica IIR.
