Skip to content

Filters

Luis Llamas edited this page Apr 24, 2019 · 9 revisions

OnRising

OnRising()

OnFalling

OnFalling()

MovingAverage

MovingAverage(size_t N)

Median3

Median3()

Median5

Median5()

Threshold

Threshold(T threshold)

Threshold

Threshold(T threshold, bool state)

Threshold

Threshold(T lowThreshold, T highThreshold)

Threshold

Threshold(T lowThreshold, T highThreshold, bool state)

LowPass

LowPass(const double alpha)

HighPass

HighPass(const double alpha)

StopBand

StopBand(const double alpha1, const double alpha2)

PassBand

PassBand(const double alpha1, const double alpha2)

DebounceMillis

DebounceMillis(const unsigned long interval)

DebounceMicros

DebounceMicros(const unsigned long interval)

WindowMillis

WindowMillis(const uint8_t clapNumber, const unsigned long interval)

WindowMicros

WindowMicros(const uint8_t clapNumber, const unsigned long interval)

LimitUpper

LimitUpper(T upperLimit)

LimitLower

LimitLower(T lowerLimit)

Limit

Limit(T lowerLimit, T upperLimit)

Scale

Scale(T input_min, T input_max, T output_min, T output_max)

IsLessOrEqual

IsLessOrEqual(T value)

IsLess

IsLess(T value)

IsGreaterOrEqual

IsGreaterOrEqual(T value)

IsGreater

IsGreater(T value)

IsNotEqual

IsNotEqual(T value)

IsEqual

IsEqual(T value)

IsNotZero

IsNotZero(T value)

IsZero

IsZero(T value)
Clone this wiki locally