필터 지우기
필터 지우기

Simple Kalman Filtre with 2-D state vector

조회 수: 2 (최근 30일)
bahadir safak
bahadir safak 2017년 1월 12일
편집: bahadir safak 2017년 1월 16일
Thank you very well Geoff. I do it with your helps. Thanks
  댓글 수: 2
Geoff Hayes
Geoff Hayes 2017년 1월 12일
bahadir - what is your question? Because it almost looks like you have posted homework and are asking (or expecting?) someone to do it for you. Please attempt the problem and then post questions concerning what you have tried (include any errors that you have observed).
You seem to be tasked with implementing a Linear Kalman Filter. You have the algorithm and all of the (noise, covariance, etc.) matrices so what is missing?
bahadir safak
bahadir safak 2017년 1월 12일
first step My problem is that: Rt and Qt matrix in algorithm.
Second step:B=0
3th.step: what is the Et(is a 2-D random vector from a multivariate....) what is the &t(is a 2-D random vector from a multivariate....)

댓글을 달려면 로그인하십시오.

채택된 답변

Geoff Hayes
Geoff Hayes 2017년 1월 12일
bahadir - unless you have an algorithm to estimate what R(t) and Q(t) should be at time t, then I would just use the R and Q that have been defined above for all t. This should be sufficient.
Since there is no action, then I suspect B can be zero.
As for Sigma(t) (your E(t)), this is your covariance matrix. Given how it is updated at step three, I suspect that you can initialize it to R...so Sigma(0) = R.
As for your last point, I'm not sure what you mean by &t. Do you mean delta t? If so, it can probably be zero or you can randomly generate it at each iteration using the zero mean and Q for this Gaussian distribution.
  댓글 수: 5
Geoff Hayes
Geoff Hayes 2017년 1월 14일
Yes, I could write a simple Kalman filter in Matlab using your parameters for only one iteration. But then that would be doing your homework for you... ;)
bahadir safak
bahadir safak 2017년 1월 15일
편집: bahadir safak 2017년 1월 16일
You are best person.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 PHY Components에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by