From 7226fd7310a3a854be3eafba2303bf44ea96475c Mon Sep 17 00:00:00 2001 From: Manuel Pitz Date: Wed, 14 Oct 2020 11:38:24 +0200 Subject: [PATCH] change default horizon --- lib/hooks/pps_ts.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/hooks/pps_ts.cpp b/lib/hooks/pps_ts.cpp index 6e35f060b..00f1c71ca 100644 --- a/lib/hooks/pps_ts.cpp +++ b/lib/hooks/pps_ts.cpp @@ -68,8 +68,8 @@ public: timeErr(0.0), period(0.0), cntEdges(0), - horizonComp(1), - horizonEst(1), + horizonComp(10), + horizonEst(10), filtLen(horizonEst + 1) { filtWin = new uintmax_t[filtLen];