femur_ekf_begin.cpp File Reference

File containing funtions to set initial values for kalman filter on femur. More...

#include "postprocess.h"
#include <algorithm>
Include dependency graph for femur_ekf_begin.cpp:

Functions

int set_initial_estimate (gsl_vector *state_estimate)
int set_theta_err_cov (gsl_matrix *Q, int num_theta)
int set_process_mat (gsl_matrix *A, double deltaT)
int set_proc_cov_mat (gsl_matrix *Q)

Detailed Description

File containing funtions to set initial values for kalman filter on femur.


Function Documentation

int set_initial_estimate ( gsl_vector *  state_estimate)

Referenced by run_kalman_femur().

Here is the caller graph for this function:

int set_proc_cov_mat ( gsl_matrix *  Q)

Referenced by run_kalman_femur().

Here is the caller graph for this function:

int set_process_mat ( gsl_matrix *  A,
double  deltaT 
)

Referenced by run_kalman_femur().

Here is the caller graph for this function:

int set_theta_err_cov ( gsl_matrix *  Q,
int  num_theta 
)
 All Data Structures Files Functions Variables Typedefs Defines