pybic.ApplyRealBandpass

pybic.ApplyRealBandpass(D, fS, flim, fband, order=5)[source]

Butterworth bandpass filter.

Parameters:
  • D (ndarray) – Input time-series.

  • fS (float) – Sampling rate in Hz.

  • flim (float) – Center frequency (peak of passband).

  • fband (float) – Filter bandwidth.

  • order (int) – Butterworth filter order.

Returns:

Filtered time-series.

Return type:

ndarray