Skip to content

Latest commit

 

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KalmanFilter3D

Kalman Filter implementation in 3D coordinate space

This is a Matlab implementation of a Kalman filter. The filter estimates the position and velocity of an object in 3D space. Input and output vectors are arraged as [x, y, z, dx, dy, dz] where dx, dy, dz are relative changes in postion between observations. The file testKalman.m provides an example that demonstrates the usage of this Kalman filter implementation.

image

About

Kalman Filter implementation in 3D coordinate space

Topics

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages