Kalman filter(fixed point version)

Tracking a Ball in a Video using Kalman Filter

You are now following this Submission

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 (2026). Kalman filter(fixed point version) (https://www.mathworks.com/matlabcentral/fileexchange/25877-kalman-filter-fixed-point-version), MATLAB Central File Exchange. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
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.