Skip to content

Commit

Permalink
correct doc of decimation with resample filter. (#1397)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsteven4 authored Jan 2, 2025
1 parent 9ef6dd4 commit 3fc0bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmldoc/filters/resample.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This examples doubles the sample rate. The data is filtered after interpolation
<example xml:id="example_resample_filter_decimate">
<title>Decimation with the resampling filter</title>
<para>
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.
</para>
<para><userinput>gpsbabel -t -i unicsv -f data.csv -x resample,average=4,decimate=2 -o unicsv,utc=0 -F slow.csv</userinput></para>
</example>
Expand Down

0 comments on commit 3fc0bf4

Please sign in to comment.