Description Usage Arguments Value
1-D Kalmanfilter
1  | kalmanfilter_1D(x, u, a, b, z, h, P, Q, R)
 | 
x | 
 observation from sensor 1  | 
u | 
 control vector  | 
a | 
 scale constant related to x  | 
b | 
 scale constant related to u  | 
z | 
 observation from sensor 2  | 
h | 
 scale constant between sensor 1 and 2  | 
P | 
 variance of observation from sensor 1 at the previous time step  | 
Q | 
 noise of the observation from sensor 1  | 
R | 
 noise of the observation from sensor 2  | 
the list of two value; optimal estimate for x and P
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.