I am collecting EEG information from rats and I would like to build direct interface between the EEG recording output and my Python Database. What are the best python modules and libraries to do so?
Some years ago (3 I think) I was asked to create exactly what you need, an interface to analyse and extract data from EEG signals stored in files. I was given a demo program which showed how the library works and I was asked to make it work for any signal and have an interface. You can check out the program I wrote back then from my git repository: