Skip to content

Commit

Permalink
Update KalmanForWave.h
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrouch authored Sep 7, 2024
1 parent 1bba190 commit 3d08935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bbn_wave_freq_m5atomS3/KalmanForWave.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ void kalman_wave_init() {
matrix_set(H, 0, 2, (matrix_data_t)0.0);

// observation covariance [KALMAN_NUM_MEASUREMENTS * KALMAN_NUM_MEASUREMENTS]
matrix_t *R = kalman_get_process_noise(kfm);
matrix_t *R = kalman_get_process_noise(kf);
matrix_set(R, 0, 0, (matrix_data_t)1.0);

// transition offset [KALMAN_NUM_STATES * KALMAN_NUM_INPUTS]
Expand Down

0 comments on commit 3d08935

Please sign in to comment.