Skip to content

Commit

Permalink
Update KalmanForWaveAlt.h
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrouch authored Sep 28, 2024
1 parent 4927cc8 commit 19f5489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bbn_wave_freq_m5atomS3/KalmanForWaveAlt.h
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ void kalman_wave_alt_init_defaults() {
matrix_set_symmetric(Q, 2, 2, (matrix_data_t)0.04 * variance);
matrix_set_symmetric(Q, 2, 3, (matrix_data_t)0.0);
matrix_set_symmetric(Q, 2, 4, (matrix_data_t)0.0);
matrix_set_symmetric(Q, 3, 3, (matrix_data_t)100000.0 * variance);
matrix_set_symmetric(Q, 3, 3, (matrix_data_t)1000.0 * variance);
matrix_set_symmetric(Q, 3, 4, (matrix_data_t)0.0);
matrix_set_symmetric(Q, 4, 4, (matrix_data_t)0.0002 * variance);
}
Expand Down

0 comments on commit 19f5489

Please sign in to comment.