UnstableMeanFilter.initialize

Initialize with with cutoff frequency and samplerate.

  1. void initialize(T initialValue, int samples)
  2. void initialize(T initialValue, double cutoffHz, double samplerate)
    struct UnstableMeanFilter(T)
    public nothrow @nogc
    void
    initialize
    (,
    double cutoffHz
    ,
    double samplerate
    )
    if (
    is(T == float) ||
    is(T == double)
    )

Meta