Thank you dear Alejandro, I have a question if it is possible, in which step the system is controlled by kalman filter, in "Time Update" step or in "Measurement Update " step ?
I'm just learning Kalman Filter right now, may be my answer is not the best. As I understand when the Kalman Filter algorithm moves to a new time step, it makes a prediction of the state variable and covariance matrix for that time based on the already computed and updated (using the measurement and the Kalman gain) state variable for the previous time. In the measurement update step the state variable and covariance matrix are "improved" using the measurement, so is in this step were Kalman Filter adjusts its parameters in order to make the new prediction (it finds a Kalman gain that minimizes the a "posteriori" or the updated error covariance equation) I'm not sure if I answer your question. You need to read the documentation about Kalman Filter.