Make a set of events separated by a fixed duration.
RawA raw object to use the data from.
intThe id to use (default 1).
floatTime of first event (in seconds).
float | NoneMaximum time of last event (in seconds). If None, events extend to the end of the recording.
floatThe duration to separate events by (in seconds).
If True (default), times will have first_samp added to them, as
in mne.find_events(). This behavior is not desirable if the
returned events will be combined with event times that already
have first_samp added to them, e.g. event times that come
from mne.find_events().
floatThe overlap between events (in seconds).
Must be 0 <= overlap < duration.
New in version 0.18.
array of int, shape (n_events, 3)The array of events. The first column contains the event time in samples, with first_samp included. The third column contains the event id.
mne.make_fixed_length_events#Compute Spectro-Spatial Decomposition (SSD) spatial filters