|
|
|
|
|
by Too
1425 days ago
|
|
Yes, point 2 is really the elevator pitch of Kalman filters. It enables sensor fusion, averaging a fast noisy sensor with a slow accurate sensor, or even add a model as one less confident input to the filter. As pointed out elsewhere in this thread, demonstrating a Kalman filter with only one input doesn’t really show their real potential. |
|
I mostly know KFs from the third approach, control theory, state observers, state space representation, where the model is a central concept.
Can you actually use KF without a model? I'm curious, would you point out some references?