Parameters: |
- raw : mne.Raw
Data to use.
- tmin : flot | None
Start time for the moving windows. Defaults to None which means start
of the raw data.
- tmax : flot | None
End time for the moving windows. Defaults to None which means end of
the raw data.
- winlen : float
Window length in seconds. Defaults to 2.
- step : float
Window step in seconds. Defaults to 1.
|