JavaScript is disabled on your browser.
All Implemented Interfaces:
AFilter
Implementation of a real time IIR LowPassFilter
Constructor Summary
Constructors
Method Summary
All Methods Instance Methods Concrete Methods
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
ALowPassFilter
public ALowPassFilter (Number rc)
Parameters:
rc
- Time Constant. The time constant is the amount of time in seconds that it takes to
get 63.2% of the way to the target value. 63.2% is (1 - (1 / e)).
Method Details
get
Description copied from interface: AFilter
Get next value in Filter based on the next value given
Specified by:
get
in interface AFilter
Parameters:
next
- next input value in the stream
Returns:
the output value of the filter