RubyGems Navigation menu

kalman_filter 1.0.2

Noisy sensor data, approximations in the equations that describe the system evolution, and external factors that are not accounted for all place limits on how well it is possible to determine the system's state. The Kalman filter deals effectively with the uncertainty due to noisy sensor data and to some extent also with random external factors. The Kalman filter produces an estimate of the state of the system as an average of the system's predicted state and of the new measurement using a weighted average. The purpose of the weights is that values with better (i.e., smaller) estimated uncertainty are "trusted" more. The weights are calculated from the covariance, a measure of the estimated uncertainty of the prediction of the system's state. The result of the weighted average is a new state estimate that lies between the predicted and measured state, and has a better estimated uncertainty than either alone. This process is repeated at every time step, with the new estimate and its covariance informing the prediction used in the following iteration. This means that the Kalman filter works recursively and requires only the last "best guess", rather than the entire history, of a system's state to calculate a new state.

Gemfile:
=

安装:
=

版本列表:

  1. 1.0.2 August 19, 2020 (5.5 KB)
  2. 1.0.1 November 07, 2016 (6.0 KB)
  3. 1.0.0 November 07, 2016 (5.5 KB)

所有者:

推送者:

作者:

  • Joseph Viscomi

SHA 256 校验和:

=

下载总量 7,682

这个版本 2,342

版本发布:

许可:

MIT

需要的 Ruby 版本: >= 1.9.3

链接: