Kalman filter(fixed point version)

Versione 1.1.0.1 (292 KB) da Prerak
Tracking a Ball in a Video using Kalman Filter
4K download
Aggiornato 1 set 2016

Visualizza la licenza

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.

Cita come

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

Compatibilità della release di MATLAB
Creato con R2009a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Versione Pubblicato Note della release
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.