My design of Extended Kalman filter is for a Heavy vehicle dynamics wherein I need to estimate grade and mass using the filter and velocity sensor only with Torque as the control input. I have completed the coding but need to tune the covariance matrices P,Q & R for error,process and measurement covariance.

  • I am not able to differentiate or visualize the difference between the error covariance matrix and Process noise covariance matrix. Currently I am using P as a zero matrix and Q includes the variances and covariances based on my understanding of the project vehicle. The filter behaves well for some time after initilization of state vector but gets me very high values of mass and grade after some time.   
  • Also in Extended Kalman...which comes first.??  ..updating the Jacobian Matrices or updating the State prediction in the prediction steps??
  • More Deepak Raut's questions See All
    Similar questions and discussions