Simple Kalman Filtre with 2-D state vector
1 回表示 (過去 30 日間)
古いコメントを表示
Thank you very well Geoff. I do it with your helps. Thanks
2 件のコメント
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?
採用された回答
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
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... ;)
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Statistics and Linear Algebra についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!