qualia_core.preprocessing.BandPassFilter module

class qualia_core.preprocessing.BandPassFilter.BandPassFilter(f1: float, f2: float, fs: float, sensorkind, dimension: str)[source]

Bases: Preprocessing

Band pass filter Requires fixed sampling frequency, do an interpolation before.