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