Main Page | Modules | Namespace List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

tag::ConstantVelocity::Model Class Reference
[Constant Velocity]

#include <constantvelocity.h>

List of all members.

Public Member Functions

 Model (void)
const TooN::Matrix< State::STATE_DIMENSION > & getJacobian (const State &state, const double dt)
void updateState (State &state, const double dt)
const TooN::Matrix< State::STATE_DIMENSION > & getNoiseCovariance (const double dt)
void updateFromMeasurement (State &state, const TooN::Vector< State::STATE_DIMENSION > &innovation)

Public Attributes

TooN::Vector< State::STATE_DIMENSIONsigma
TooN::Matrix< State::STATE_DIMENSIONjacobian
TooN::Matrix< State::STATE_DIMENSIONnoise
double damp


Detailed Description

The Model class implementing a constant velocity model. It also contains a damping factor that will attenuate the velocities at a rate of damp/s .


Constructor & Destructor Documentation

tag::ConstantVelocity::Model::Model void   )  [inline]
 


Member Function Documentation

const TooN::Matrix<State::STATE_DIMENSION>& tag::ConstantVelocity::Model::getJacobian const State state,
const double  dt
[inline]
 

const TooN::Matrix<State::STATE_DIMENSION>& tag::ConstantVelocity::Model::getNoiseCovariance const double  dt  )  [inline]
 

void tag::ConstantVelocity::Model::updateFromMeasurement State state,
const TooN::Vector< State::STATE_DIMENSION > &  innovation
[inline]
 

void tag::ConstantVelocity::Model::updateState State state,
const double  dt
[inline]
 


Member Data Documentation

double tag::ConstantVelocity::Model::damp
 

TooN::Matrix<State::STATE_DIMENSION> tag::ConstantVelocity::Model::jacobian
 

TooN::Matrix<State::STATE_DIMENSION> tag::ConstantVelocity::Model::noise
 

TooN::Vector<State::STATE_DIMENSION> tag::ConstantVelocity::Model::sigma
 


The documentation for this class was generated from the following file:
Generated on Wed Aug 8 14:30:36 2007 for TooN Algorithm Library - tag by  doxygen 1.3.9.1