Class HighPassFilter
java.lang.Object
com.stuypulse.stuylib.streams.numbers.filters.HighPassFilter
- All Implemented Interfaces:
IFilter
Implementation for of a real time IIR HighPassFilter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondouble
get
(double next) Get next value in Filter based on the next value given
-
Constructor Details
-
HighPassFilter
- Parameters:
rc
- time constant for high pass filter
-
-
Method Details