I have a signal x_(k+1)=x_(k)+w_(k) with white noise w_k (white noise with known variance) and I measure y_(k+1)=x_(k+1)+v_(k+1) (white noise with known variance).
Or i can formulate it in discrete state space as:
x_(k+1)=A*x_(k)+B*u+w_(k)
y_(k+1)=C*x_(k)+D*u+v_(k)
with A=1 B=0 C=1 D=0 and u=0
and I want estimate/filter the random walk of x_(k+1) (without the measurement noise)
My question is now:
Currently I use standard discrete kalman filter, which should be the optimal filter. Isn't it? Is there a special name for this simplified kalman filter (because actually, we haven't any dynamic and the prediction step does not make any sense)?