Package com.stuypulse.stuylib.streams.numbers.filters


package com.stuypulse.stuylib.streams.numbers.filters
  • Class
    Description
    This class takes an IStream and gives you the derivative with respect to time.
    Implementation for of a real time IIR HighPassFilter
    This is the Filter interface class that gives a definition for how to implement a filter.
    A class that lets you combine multiple stream filters into one stream filter
    Implementation of a real time IIR LowPassFilter
    A filter, that when applied to the input of a motor, will profile it.
    This class lets you rate limit a stream of inputs
    A Simple Moving Average where instead of averaging the past x values, you average all the values given in the last x seconds.