moabb.paradigms.FilterBankFixedIntervalWindowsProcessing#

class moabb.paradigms.FilterBankFixedIntervalWindowsProcessing(filters=((8, 12), (12, 16), (16, 20), (20, 24), (24, 28), (28, 32)), baseline=None, channels=None, resample=None, length: float = 5.0, stride: float = 10.0, start_offset=0.0, stop_offset=None, marker=-1)[source]#

Filter bank fixed interval windows processing.

Paradigm for creating epochs at fixed interval with multiple narrow bandpass filters, ignoring the stim channel and events of the dataset.

Parameters:

filters (list of list (default ((8, 12), (12, 16), (16, 20), (20, 24), (24, 28), (28, 32)))) – bank of bandpass filter to apply.

Examples using moabb.paradigms.FilterBankFixedIntervalWindowsProcessing#

Fixed interval windows processing

Fixed interval windows processing