Kalman Filter States: What Do They Represent?

Click For Summary
SUMMARY

The discussion centers on the representation of states in Kalman Filters, specifically in the context of Unscented Kalman Filters (UKF). States are defined as the current values of state variables that evolve over time according to a mathematical model. The choice of state variables is not universal and must be tailored to the specific system being analyzed, such as a physical scenario like a car race. Understanding the mathematical relationships governing these state variables is crucial for effective implementation of the filter.

PREREQUISITES
  • Understanding of Kalman Filters and their applications
  • Familiarity with Unscented Kalman Filters (UKF)
  • Knowledge of state-space representation in control systems
  • Basic mathematical modeling skills
NEXT STEPS
  • Study the mathematical foundations of Kalman Filters
  • Explore the implementation of Unscented Kalman Filters in Python using libraries like NumPy
  • Learn about state-space models and their applications in dynamic systems
  • Investigate the role of state variables in different physical systems
USEFUL FOR

Engineers, data scientists, and researchers working with dynamic systems, particularly those implementing Kalman Filters for state estimation and control applications.

Guillem
Messages
3
Reaction score
0
It will sound a little bit stupid, but Ill ask anyways:

I have two series systems, the second is an UKF (Uscented Kalman Filter). I was told to reduce the first system in order to that the UKF estimate less states. My question is: What exactly do the states represent? I mean, if I have a non-discrete signal as the first system's output (for example, a voltage between -5 and 5), what would be the states?

These states sound me like discrete values that the signal can achieve.

Thank you in advance!
 
Engineering news on Phys.org
The definition of "states" depends on the mathematical model that is being used in the filter. Part of specifying a Kalman filter is to define a mathematical model of how the current "state variables" of a system change with time from their present values to their "next" values.

If you look at a physical situation (e.g a car race) there is no universal procedure that tells you what the "states" of that situation are. If you define certain variables to describe its "states" then you can determine whether your choices are useful by finding out whether there are mathematical equations that correctly describe how one vector of values of your chosen state variables changes to a another vector of values as time passes.

So, when you say that you "have" a Kalman filter, this means that you can, in principle, examine what mathematical model the filter implements. The variables used in the deterministic part of the model are the "state" variables.
 
  • Like
Likes   Reactions: Guillem

Similar threads

Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
5K
Replies
9
Views
7K
  • · Replies 12 ·
Replies
12
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 15 ·
Replies
15
Views
7K
Replies
8
Views
2K
  • · Replies 6 ·
Replies
6
Views
4K
  • · Replies 1 ·
Replies
1
Views
9K