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!