Package org.chsrobotics.lib.math.filters
package org.chsrobotics.lib.math.filters
-
ClassDescriptionA filter composed of multiple filters, such that the output of a filter is the input of another, etc.A filter that returns the rate of change (derivative) of a stream of data.An IIR variation upon the moving average.Common superclass for this library's filters.Filter which returns an time-weighted sum (integral) of a series of values.Filter which computes the arithmetic mean of a stream of data.Enum of different definitions of the mean.Filter which constrains the maximum rate of change of a reference.A filter that completely attentuates any value (infinite impulse) below or above a defined threshold.