Problems performing the iteration in the unscented kalman filter
조회 수: 1 (최근 30일)
이전 댓글 표시
I'm trying to estimate my parameters using the kalman unscented filter, and in my code I'm facing the following situation, in which I can not determine a loop, I understand what should be done, but I can not program. What I would necessarily like to do is to create a loop from line 50 to line 84, to iterate at k, passing through all points measured in the data matrix (which are 38 measurements in all). So for each k I must calculate 2n + 1 sigma points and estimate my state, variances, gains etc. With this I must calculate the estimated state for a given k and then start all over again for the next k.
The codes and the data for the estimations are attached.
Any help is welcome for a few days now when I struggle to solve this!
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Online Estimation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!