screamer.js
    Preparing search index...

    Function MAMA

    • Adaptive moving average pair (MAMA, FAMA) whose smoothing rate tracks the instantaneous-phase rate of change.

      Parameters

      • fastLimit: number = 0.5

        Upper bound on the smoothing constant, applied when the phase advances quickly.

      • slowLimit: number = 0.05

        Lower bound on the smoothing constant, applied when the phase stalls.

      Returns ScreamerOp

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