From 838b0f7ed484fab8d99ebd65ccb766cbe38d041a Mon Sep 17 00:00:00 2001 From: Mikhail Grushinskiy Date: Sun, 29 Sep 2024 13:32:49 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb20269..b812bdd 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ The method for estimating wave height and heave from a moving boat implemented h ### Implementation Notes -* Rolling min/max algorithm with window of about couple wave period samples to produce wave height measurement. +* Rolling min/max algorithm with window of about a couple wave period samples to produce wave height measurements. Algorithm: https://github.com/lemire/runningmaxmin from Daniel Lemire paper, and improvements from: https://github.com/EvanBalster/STL_mono_wedge