Causality Analyzer
    Preparing search index...
    interface SRConfig {
        magWindow: number;
        minPoints: number;
        scoreWindow: number;
        threshold: number;
    }
    Index
    magWindow: number

    Window size for spectral averaging (must be odd, default 3)

    minPoints: number

    Minimum data points for FFT (power of 2, default 128)

    scoreWindow: number

    Window size for local score averaging in time domain

    threshold: number

    Detection threshold multiplier (default 3.0)