Skip to content

Commit

Permalink
Update Kalman.h
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrouch authored Sep 7, 2024
1 parent c37c858 commit c7a45ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bbn_wave_freq_m5atomS3/Kalman.h
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ void kalman_predict_P_tuned(register kalman_t *const kf, matrix_data_t lambda) {

/************************************************************************/
/* Predict next covariance using system dynamics and input */
/* P = A*P*A' * 1/lambda^2 + B*Q*B' */
/* P = F*P*F' * 1/lambda^2 + Q */
/************************************************************************/

// lambda = 1/lambda^2
Expand Down

0 comments on commit c7a45ad

Please sign in to comment.