wiki:ShDecimate

Version 1 (modified by MarcusWalther, 15 years ago) (diff)

--

Return to command index

decimate traces

command: DECIMATE <trc-list> <factor>

Decimates traces specified in <trc-list> to by a factor of <factor>. Each output sample is an average of <factor> input samples. The input traces are modified, no new traces are created.

parameters

  • <trc-list> parameter type: trace list
    List of traces to be resampled.
  • <factor> parameter type: integer
    Decimation factor

qualifiers

  • /nomean Makes plain decimation, i.e. does not average samples, just throws them away.

example

decimate all 4
decimates all traces on display by a factor of 4