Révision 871
Ajouté par abseck1 il y a environ 4 ans
sp4a3_kalman.c | ||
---|---|---|
double G[4][4];
|
||
|
||
// P = P - K*H*P;
|
||
Plot_Mat(P," P(k+1|k+1) = P(k+1|k) - K.H.P(k+1|k) = ");
|
||
Plot_Mat(P," P(k+1|k+1) = P(k+1|k) - K.H.P(k+1|k) = ");
|
||
|
||
|
||
/// La matrice X doit contenir la position filtrée ///
|
||
}
|
||
t = cpt * dt;
|
Formats disponibles : Unified diff
fin seance c3