Kalman filter(fixed point version)

Version 1.1.0.1 (292 KB) by Prerak
Tracking a Ball in a Video using Kalman Filter
4K Downloads
Updated 1 Sep 2016

View License

In this implementation of tracking a ball, we will track a live ball using Kalman filter. The tracking will switch to autorun mode when the sight of the ball is lost and Kalman will estimate the motion based on it's previous states
There are two models. One model is a simple simulation of the fixed point version of Kalman filter. It reads a video with a ball moving along a ramp and tracks the motion of the ball.

The second model Targets the TI DSP. This Model generates code for the TI DSP.

Cite As

Prerak (2024). Kalman filter(fixed point version) (https://www.mathworks.com/matlabcentral/fileexchange/25877-kalman-filter-fixed-point-version), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2009a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.1.0.1

Updated license

1.1.0.0

This submission has the library and the simulink model combined. It also has an addition of Simulink model and a Video file for Simulation. Documention for each model has been added.