Module filters

Source
Expand description

Definitions and implementations for the abstracted measurement filters

Structs§

BasicFilter
A simple averaging filter.
FilterEstimate
Current estimate of various dataset members as generated by the filter.
FilterUpdate
Information on the result of the Filter and the actions it needs from its environment
KalmanConfiguration
Configuration options for KalmanFilter
KalmanFilter
Kalman filter based way for controlling the clock

Traits§

Filter
A filter for post-processing time measurements.