mne.
make_fixed_length_events
(raw, id, start=0, stop=None, duration=1.0, first_samp=True)[source]¶Make a set of events separated by a fixed duration.
Parameters: | raw : instance of Raw
id : int
start : float
stop : float | None
duration: float
first_samp: bool
|
---|---|
Returns: | new_events : array
|