Filter

class Filter

A collection of data filters for smoothing out and fusing sensor data.

Author

Lucas Bubner, 2024

Types

Link copied to clipboard
open class Kalman
A basic 1D Kalman filter that estimates state from a model and sensor over time.
Link copied to clipboard
open class LowPass : UnaryFunction
A Low-pass filter that uses a single gain to measure filter response time, cleaning up noisy sensor inputs.
Link copied to clipboard
Fuses weighted data inputs together to return a weighted fused average.