资 源 简 介
Please feel free to email the authors if you need help on using PyEEG in your research.
**Note: I wrote PyEEG a long time ago as a fresh Pythonist - I didn"t even know there were things like map() or list comprehension at that time. So it looks ugly.
Heavy rewriting is under way. You will see shorter and more elegant code soon.**
About the game
PyEEG is a Python module (i.e., function library) to extract EEG (Electroencephalography) features. More functions are being added.
It contains functions to build data for feature extraction, such as building an embedding sequence from a given time series. It is also able to export features into svmlight format for calling machine learning tools. Check non-feature extraction functions below.
In PyEEG, EEG series are represented in Python list or numpy array data structure. Therefore, PyEEG can not read or loa