EOG Dataset: Registro de movimientos oculares en condiciones de reposo y tarea cognitiva
Description
Dataset de señales electrooculográficas (EOG) registradas en dos participantes bajo tres condiciones: estado basal, lectura sin distracción y lectura con distracción auditiva. Las señales fueron adquiridas con BIOPAC a 1000 Hz mediante electrodos de superficie Ag/AgCl. Cada archivo contiene dos columnas: EOG vertical y EOG horizontal (mV). Los datos fueron recolectados con fines académicos para analizar el comportamiento oculomotor asociado a atención sostenida y distracción durante lectura.
Files
Steps to reproduce
Download all files from this dataset and upload them to Google Drive. Open the notebook Situacion_Problema_Final.ipynb in Google Colab. Update the file paths in the notebook to match your Google Drive folder location. Run all cells in order. The notebook will: import EOG signals, apply a Butterworth bandpass filter (0.5–35 Hz), generate time-domain visualizations, compute the frequency spectrum using FFT, extract temporal features (RMS, variance, peak-to-peak amplitude), detect blinks and eye movements using thresholds derived from the baseline condition, and compare the three experimental conditions.