Estimating a constant state using the Kalman Filter

Kalman Filter example for estimating a constant value
17 Downloads
Updated 24 Nov 2023

View License

This is an example of the Kalman Filter in discrete time. We Implement the Kalman Filter to estimate
x(k)=x(k+1)=0.12345
using
z(k)=x(k)+w(k)
where
x: Constant state
z: Measurements
w: White noise with statistical properties w~N(0,0.01)

Cite As

Lazaros Moysis (2024). Estimating a constant state using the Kalman Filter (https://www.mathworks.com/matlabcentral/fileexchange/155512-estimating-a-constant-state-using-the-kalman-filter), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2023b
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.0.1

fixed tags

1.0.0