Jafar
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Protected Member Functions
jafar::filter::ExtendedKalmanFilter Class Reference

This class implements an Extended Kalman filter. More...


Detailed Description

This class implements an Extended Kalman filter.

Definition at line 238 of file kalmanFilter.hpp.

#include <kalmanFilter.hpp>

Inheritance diagram for jafar::filter::ExtendedKalmanFilter:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 ExtendedKalmanFilter (std::size_t n_)
void predict (JacobianPredictModel &m_)
 This function computes the prediction step.
void predict (JacobianCommandPredictModel &m_, jblas::vec const &u_)
 This function computes the prediction step.
void update (JacobianObserveModel &m_, const jblas::vec &z_)
 This function computes the observation step (innovation is given).

Protected Member Functions

void updateExtended (const jblas::mat_range &H_, double y_, double R_)
 This function computes the observation step (innovation is given).

Member Function Documentation

This function computes the prediction step.

Parameters:
m_linear predict model

This function computes the prediction step.

Parameters:
m_linear predict model

This function computes the observation step (innovation is given).

Parameters:
m_observation model
z_observation
void jafar::filter::ExtendedKalmanFilter::updateExtended ( const jblas::mat_range &  H_,
double  y_,
double  R_ 
) [protected]

This function computes the observation step (innovation is given).

In the case of a scalar observation.

Parameters:
H_The observation matrix (only one row)
y_The innovation
R_The measure noise variance

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Wed Oct 15 2014 00:37:36 for Jafar by doxygen 1.7.6.1
LAAS-CNRS