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