Smooths a noisy reading by weighting each new sample against the running value.
Creates a smoother whose weight sets how much each new sample counts.
weight
Clears the smoother back to its initial state.
Folds a sample in and returns the smoothed value.
Returns the current value, or null before the first sample.
null
Smooths a noisy reading by weighting each new sample against the running value.