wyrm.ioΒΆ
Various input/output methods.
This module provides methods for loading and saving data from- and into various formats.
Functions
convert_mushu_data (data, markers, fs, channels) |
Convert mushu data into wyrm’s Data format. |
load (filename) |
Load a Data object from a file. |
load_bcicomp3_ds1 (dirname) |
Load the BCI Competition III Data Set 1. |
load_bcicomp3_ds2 (filename) |
Load the BCI Competition III Data Set 2. |
load_brain_vision_data (vhdr) |
Load Brain Vision data from a file. |
load_mushu_data (meta) |
Load saved EEG data in Mushu’s format. |
save (dat, filename) |
Save a Data object into a NumPy .npy file. |
Classes
PyffComm ([host, port]) |
Pyff communication object. |