![]() |
GNSS-SDR
0.0.13
An Open Source GNSS Software Defined Receiver
|
Interface of a library for nonlinear tracking algorithms. More...
#include <armadillo>#include <gnuradio/gr_complex.h>Go to the source code of this file.
Classes | |
| class | ModelFunction |
| class | CubatureFilter |
| class | UnscentedFilter |
Interface of a library for nonlinear tracking algorithms.
CubatureFilter implements the functionality of the Cubature Kalman Filter, which uses multidimensional cubature rules to estimate the time evolution of a nonlinear system. UnscentedFilter implements an Unscented Kalman Filter which uses Unscented Transform rules to perform a similar estimation.
[1] I Arasaratnam and S Haykin. Cubature kalman filters. IEEE Transactions on Automatic Control, 54(6):1254–1269,2009.
Definition in file nonlinear_tracking.h.
1.8.14