Linear Kalman Filter

버전 1.5.0.0 (2.46 KB) 작성자: Amir Omidvarnia
A fully commented script which explains Linear Kalman Filtering in the form of a simple example.
다운로드 수: 6K
업데이트 날짜: 2010/11/24

라이선스 보기

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')

인용 양식

Amir Omidvarnia (2024). Linear Kalman Filter (https://www.mathworks.com/matlabcentral/fileexchange/29127-linear-kalman-filter), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2010a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 State-Space Control Design and Estimation에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.5.0.0

A small changes was applied onto the code.

1.3.0.0

Some minor changes were applied on the comments.

1.2.0.0

Some minor changes were applied on the comments.

1.1.0.0

A screenshot was added to the page.

1.0.0.0