Linear Kalman Filter
This script implements the linear Kalman filter and shows its performance on a 2nd order under-damped LTI system.
The code consists of two main parts. In the first part, a noisy model with two state variables is simulated and in the second part, Kalman filtering is applied to estimate the real observations.
To write this code, I've got help from ReBEL MATLAB toolkit, available at:
http://choosh.csee.ogi.edu/rebel/
(in particular, 'dempe1.m' located in '..\examples\parameter_estimation')
Cite As
Amir Omidvarnia (2026). Linear Kalman Filter (https://www.mathworks.com/matlabcentral/fileexchange/29127-linear-kalman-filter), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
- Control Systems > Control System Toolbox > Control System Design and Tuning > State-Space Control Design and Estimation >
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
