Package com.stuypulse.stuylib.streams.numbers.filters
package com.stuypulse.stuylib.streams.numbers.filters
-
ClassDescriptionThis class takes an IStream and gives you the derivative with respect to time.Implementation for of a real time IIR HighPassFilterThis 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 filterImplementation of a real time IIR LowPassFilterA filter, that when applied to the input of a motor, will profile it.This class lets you rate limit a stream of inputsA Simple Moving Average where instead of averaging the past x values, you average all the values given in the last x seconds.