Description: The function alphaBetaFilter implements a generic algorithm for an alpha-beta filter that is a linear state estimation for position and velocity given an observed data. It acts like a smoothing. Also closely related to Kalman filters and to linear state observers used in control theory. Its principal advantage is that it does not require a detailed system model.
To Search:
File list (Check if you may need any files):
alphaBetaFilter.m
license.txt