From: tsteven4 <13596209+tsteven4@users.noreply.github.com> Date: Wed, 24 Nov 2021 19:11:15 +0000 (-0800) Subject: minor correction to resample doc. X-Git-Tag: archive/raspbian/1.10.0+ds-2+rpi1~1^2~12^2~2^2~43^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=dd735b6e8443965d1e5cf47a4b83daf72fa4370c;p=gpsbabel.git minor correction to resample doc. --- diff --git a/xmldoc/filters/resample.xml b/xmldoc/filters/resample.xml index bc2368211..b5869724d 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 if filtered before decimation regardless of the order of the options. +This examples reduces the sample rate by a factor of 4. 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