|
MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
|
|
inline |
Current filtered value, the cleaned counterpart to the raw sample.
This is the value a caller should differentiate, not the raw sample last passed to update(). Estimate exists to turn a noisy arriving stream into something Kinesis::Differential can safely take derivatives of: differentiation amplifies noise, so feeding Differential's HistoryBuffer-based functions a raw high-resolution device stream directly produces a velocity/acceleration/jerk signal dominated by sensor noise rather than motion.
What "filtered" means depends on the active model:
Definition at line 258 of file Estimate.hpp.