- All Implemented Interfaces:
IFilter
This class takes an IStream and gives you the derivative with respect to time.
-
Constructor Summary
Constructors
-
Method Summary
double
Get next value in Filter based on the next value given
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Derivative
public Derivative()
-
Method Details
-
get
public double get(double next)
Description copied from interface: IFilter
Get next value in Filter based on the next value given
- Specified by:
get
in interface IFilter
- Parameters:
next
- next input value in the stream
- Returns:
- the output value of the filter