screamer.js
    Preparing search index...

    Function RoofingFilter

    • Ehlers bandpass, a highpass then a SuperSmoother.

      Parameters

      • hpPeriod: number = NaN

        Highpass cutoff as a cycle length in samples. Give this or hp_cutoff.

      • lpPeriod: number = NaN

        Lowpass cutoff as a cycle length in samples. Give this or lp_cutoff.

      • hpCutoff: number = NaN

        Highpass cutoff as a fraction of Nyquist in (0, 1). Give this or hp_period.

      • lpCutoff: number = NaN

        Lowpass cutoff as a fraction of Nyquist in (0, 1). Give this or lp_period.

      Returns ScreamerOp

      https://screamer.readthedocs.io/en/latest/ for the Python reference and full details.