27ROM float KalmanVario_PVA_t::Gain[N][L]=
29 0.014624427147059f, 0.008213518721222f, -0.000020792258296f,
30 0.018480417122749f, 0.033924391681735f, 0.006461499931904f,
31 0.014990634309386f, 0.067156008467552f, 0.612880095929483f,
32 -0.015011426567682f, -0.064284230720039f, 0.006830749781626f
38 float x_est_0 = x[0] + Ta * x[1] + Ta_s_2 * x[2];
39 float x_est_1 = x[1] + Ta * x[2];
Kalman filter for variometer (interface)
float update(const float altitude, const float velocity, const float acceleration)
mathematical vector of arbitrary type and size