지속가능티끌/Data.Math.Phys
Kalman filter. 칼만필터. Linear Quadratic Estimation.
i.got.it
2019. 5. 23. 21:23
개요 |
||
Kalman filter 와 동일용어 : Linear Quadratic Estimation (LQE)
Kalman Filter 활용목적
노이즈 포함 정확하지 않은 데이터들로부터 좀더 정확한 값을 추정하고자 함.
아래 Step1, Step2 의 반복적( recursive ) 적용.
Step1 : Prediction
In the prediction step, the Kalman filter produces estimates of the current state variables, along with their uncertainties.
Step2 : Update
Once the outcome of the next measurement (necessarily corrupted with some amount of error, including random noise) is observed, these estimates are updated using a weighted average, with more weight being given to estimates with higher certainty.
|
||
|
Kalman filter 활용예. 센서류 |
|
가속도 자이로 센서 출력 데이터에 칼만필터적용.
아래 동영상에서 imu 센서 로데이터 만으로 처리된것이 왼쪽, kalman filter 적용한 것이 오른쪽것. 센서 출력값 자체보다는 Kalman 필터 적용된 것이 각도 상태를 더 잘보여주고 있다.
|
|
|
금융 시계열 데이터에 칼만 필터 적용예
가격 방향예측시 사용 : https://www.mql5.com/en/articles/3886
기타.
칼만은 누구? : http://www.yonhapnews.co.kr/bulletin/2016/09/06/0200000000AKR20160906185900017.HTML?input=1195m
첫등록 : 2017년 8월 1일
최종수정 : 2019년 5월 23일
본 글 단축주소 : https://igotit.tistory.com/1399