Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrouch authored Sep 1, 2024
1 parent 938e224 commit a8a8af5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ However due to high accelerometer noise and low sample frequency I do not have h

* Tilt compensation. No magnetometer needed as we only need vertical projection of acceleation. Mahony algorithm using accel and gyro (without mag) is enough. Quaternion rotation is done for esimating vertical acceleration
* Rolling min/max algorithm with window of about three wave periods samples to produce wave height measurement.
Algorithm: https://github.com/lemire/runningmaxmin from Daniel Lemire paper
Algorithm:
https://github.com/lemire/runningmaxmin from Daniel Lemire paper, and improvements from: https://github.com/EvanBalster/STL_mono_wedge

## TODO

Expand Down

0 comments on commit a8a8af5

Please sign in to comment.