Hello :) I was wondering if it is normal that frequencies below the `detrendCutoff` in `removeTrend()` are not completely attenuated, see e.g.: https://gist.github.com/danibene/e3ed1200a75ea72a3c52bfb0ac248a2c If not, maybe this has something to do with how the `windowSize` is computed? https://github.com/sappelhoff/pyprep/blob/master/pyprep/removeTrend.py#L92 For more context you can also see https://github.com/neuropsychology/NeuroKit/pull/734#issuecomment-1283520550