forked from papers-we-love/papers-we-love
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kalman filter and category (papers-we-love#410)
- Loading branch information
1 parent
a434208
commit 2c1a0ca
Showing
2 changed files
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
## Data Fusion | ||
|
||
* [:scroll:](a-new-approach-to-linear-filtering-and-prediction-problems.pdf) [A New Approach to Linear Filtering and Prediction Problems](https://www.cs.unc.edu/~welch/kalman/media/pdf/Kalman1960.pdf) by R. E. Kalman | ||
|
||
> The Kalman Filter is a prediction-correction algorithm named after Rudolf E. Kálmán (1930-2016), by which we calculate recursively a dynamical system state at time t_{k} using state at previous time u_{k-1} and new information b_{k} only. This technique is presented as a generalization of the least squares model for problems with varying mean and additive noise. | ||
> The Kalman Filter was first applied to the problem of trajectory estimation for the NASA Apollo space program (in the 1960s) and incorporated in the Apollo space navigation computer. It is also used in the guidance and navigation systems of the NASA Space Shuttle and the attitude control and navigation systems of the International Space Station. In other words, it is mostly used for positioning and navigation systems, but it can be generalized to any time series under suitable conditions. —@eramirem |
Binary file added
BIN
+167 KB
data_fusion/a-new-approach-to-linear-filtering-and-prediction-problems.pdf
Binary file not shown.