KalmanFilter
Functions
ddekf.m File Reference

Go to the source code of this file.

Functions

function ddekf (in f_func, in jacobian_func, in dt_between_measurements, in start_time, in state_count, in sensor_count, in measurement_count, in C, in Q_root, in R_root, in P_0_root, in x_0, in measurements)
 

Function Documentation

◆ ddekf()

function ddekf ( in  f_func,
in  jacobian_func,
in  dt_between_measurements,
in  start_time,
in  state_count,
in  sensor_count,
in  measurement_count,
in  C,
in  Q_root,
in  R_root,
in  P_0_root,
in  x_0,
in  measurements 
)