Sections
Module
ApplyRealBandpass()
Butterworth bandpass filter.
D (ndarray) – Input time-series.
ndarray
fS (float) – Sampling rate in Hz.
flim (float) – Center frequency (peak of passband).
fband (float) – Filter bandwidth.
order (int) – Butterworth filter order.
Filtered time-series.