pyeeg.utils.lag_span

pyeeg.utils.lag_span(tmin, tmax, srate=125)

Create an array of lags spanning the time window [tmin, tmax].

Parameters:
  • tmin (float) – In seconds

  • tmax (float)

  • srate (float) – Sampling rate

Returns:

lags – Array of lags in _samples_

Return type:

1d array