Previous topic

pyrem.feature_families module

Next topic

pyrem.utils module

This Page

pyrem.io module

pyrem.io.polygram_from_pkl(filename)[source]
pyrem.io.polygram_from_spike_matlab_file(signal_filename, annotation_filename, fs, annotation_fs, channel_names, channel_types, doubt_chars, resample_signals, metadata={})[source]

This function loads a matlab file exported by spike to as a polygraph.

Parameters:signal_filename – the matlab file name
Returns:a polygram
pyrem.io.signal_from_pkl(filename)[source]