Kalman-Bucy Filter: Calculate Eqns

In summary: By the way, I think the whole problem is ill-formulated. The state transition F should be square and not a vector.
  • #1
dmorris619
42
0

Homework Statement



Calculate the Kalman-Bucy Filter equations

Homework Equations


F=(0 1)'
K is unknown but y = X_1 + d/dt(v)
E=((Fw-Kv)(Fw-Kv)')=FQF' + KRK'
Q = E(ww') and R = E(vv')

The Attempt at a Solution


There is more to this question but I am just having trouble understanding where Q and R come from if w is q and v is 1.
 
Last edited:
Physics news on Phys.org
  • #2
dmorris619 said:

Homework Statement



Calculate the Kalman-Bucy Filter equations

Homework Equations


F=(0 1)'
K is unknown but y = X_1 + d/dt(v)
E=((Fw-Kv)(Fw-Kv)')=FQF' + KRK'
Q = E(ww') and R = E(vv')

The Attempt at a Solution


There is more to this question but I am just having trouble understanding where Q and R come from if w is q and v is 1.

Q is the covariance of the process noise and R is the covariance of the measurement noise.
 
  • #3
Right but where do they come from? Or how do i calculate it?
 
  • #4
dmorris619 said:
Right but where do they come from? Or how do i calculate it?

Q comes from the uncertainties in your processs model. R comes from the errors in your sensor.
They are specific to your particular problem.
 
  • #5
Thats what I am unsure of. All I have is the F matrix and the output. So from this how do I get Q and R unless there is another way of getting the Kalman Equations without Q and R.
 
  • #6
dmorris619 said:
Thats what I am unsure of. All I have is the F matrix and the output. So from this how do I get Q and R unless there is another way of getting the Kalman Equations without Q and R.

You can use the Kalman filter without Q, but not without R. The values of Q and R should have been data of your problem.
By the way, I think the whole problem is ill-formulated. The state transition F should be square and not a vector.
Can you post the problem in its totality?
 

FAQ: Kalman-Bucy Filter: Calculate Eqns

What is a Kalman-Bucy Filter?

A Kalman-Bucy Filter is a mathematical tool used to estimate and predict the state of a dynamic system based on a set of measurements and a mathematical model of the system. It is commonly used in control systems, signal processing, and navigation systems.

What are the equations used in a Kalman-Bucy Filter?

The equations used in a Kalman-Bucy Filter are the state estimation equation, the measurement equation, the prediction equation, and the update equation. These equations are based on the Kalman filter and the Bucy filter, which are combined to form the Kalman-Bucy Filter.

How does a Kalman-Bucy Filter work?

A Kalman-Bucy Filter works by continuously updating the estimated state of a dynamic system based on new measurements and predictions. The filter uses a combination of the current measurement, the previous estimated state, and the mathematical model of the system to generate a new, more accurate estimate of the system's state.

What are the applications of a Kalman-Bucy Filter?

A Kalman-Bucy Filter has a wide range of applications in fields such as aerospace, robotics, and finance. It is commonly used in navigation systems to estimate the position of a moving object, in control systems to improve the performance of a system, and in signal processing to remove noise from a signal.

Are there any limitations to using a Kalman-Bucy Filter?

Like any mathematical model, a Kalman-Bucy Filter has its limitations. It assumes that the system being modeled is linear and that the measurements are accurate and unbiased. Additionally, the performance of the filter can be affected by the choice of initial conditions and model parameters. It is important to carefully consider these factors when using a Kalman-Bucy Filter.

Similar threads

Back
Top