moabb.paradigms.FixedIntervalWindowsProcessing#

class moabb.paradigms.FixedIntervalWindowsProcessing(fmin=7, fmax=45, baseline=None, channels=None, resample=None, length: float = 5.0, stride: float = 10.0, start_offset=0.0, stop_offset=None, marker=-1)[source]#

Fixed interval windows processing.

Paradigm for creating epochs at fixed interval, ignoring the stim channel and events of the dataset.

Parameters:
  • fmin (float (default 7)) – cutoff frequency (Hz) for the high pass filter

  • fmax (float (default 45)) – cutoff frequency (Hz) for the low pass filter

Examples using moabb.paradigms.FixedIntervalWindowsProcessing#

Fixed interval windows processing

Fixed interval windows processing