How do I do a prediction in motion capture ?
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi,
As titled, how do I do a prediction in motion capture ? Are there any command recommended for use ?
댓글 수: 0
답변 (1개)
David Sanchez
2013년 12월 18일
You should start reading about kalman filter as a way to estimate state variables. There are many references in the web and Matlab includes the command kalman to help you. The Kalman estimator provides the optimal solution to continuous or discrete estimation problems.
Start by typing
doc kalman
댓글 수: 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!