Expand description
Definitions and implementations for the abstracted measurement filters
Structs§
- Basic
Filter - A simple averaging filter.
- Filter
Estimate - Current estimate of various dataset members as generated by the filter.
- Filter
Update - Information on the result of the
Filter
and the actions it needs from its environment - Kalman
Configuration - Configuration options for KalmanFilter
- Kalman
Filter - Kalman filter based way for controlling the clock
Traits§
- Filter
- A filter for post-processing time measurements.