27ROM float KalmanVario_t::Gain[N][L]=
29 0.022706480781195f, 0.000238300640696f,
30 0.026080120255934f, 0.008557096024865f,
31 0.012200483136450f, 0.282217429952530f,
32 -0.011857330213848f, 0.000264240373951f
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 acceleration)
mathematical vector of arbitrary type and size