From 3fc0bf40a7869a8611390e1f4abbdf0df9e60621 Mon Sep 17 00:00:00 2001 From: tsteven4 <13596209+tsteven4@users.noreply.github.com> Date: Thu, 2 Jan 2025 08:07:49 -0700 Subject: [PATCH] correct doc of decimation with resample filter. (#1397) --- xmldoc/filters/resample.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmldoc/filters/resample.xml b/xmldoc/filters/resample.xml index 1d6e4d717..1c98c0d19 100644 --- a/xmldoc/filters/resample.xml +++ b/xmldoc/filters/resample.xml @@ -13,7 +13,7 @@ This examples doubles the sample rate. The data is filtered after interpolation Decimation with the resampling filter -This examples reduces the sample rate by a factor of 4. The data is filtered before decimation regardless of the order of the options. +This examples reduces the sample rate by a factor of two. The data is filtered before decimation regardless of the order of the options. gpsbabel -t -i unicsv -f data.csv -x resample,average=4,decimate=2 -o unicsv,utc=0 -F slow.csv