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 12, 2024
1 parent 13cafc5 commit 2af53d7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bbn_wave_freq_m5atomS3/KalmanForWaveAlt.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@
a (vertical acceleration), z = 0
Observation matrix:
H = [ 1,
0,
0,
1,
0 ]
H = [ 1, 0,
0, 0,
0, 0,
0, 1,
0, 0 ]
F = [[ 1, T, 1/2*T^2, 1/6*T^3, -1/6*T^3 ],
[ 0, 1, T, 1/2*T^2, -1/2*T^2 ],
Expand Down

0 comments on commit 2af53d7

Please sign in to comment.