Changes between Initial Version and Version 1 of ShDecimate

Show
Ignore:
Timestamp:
04/30/08 15:01:14 (2 years ago)
Author:
MarcusWalther
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ShDecimate

    v1 v1  
     1[ShCommands Return to command index] 
     2 
     3== decimate traces == 
     4 
     5'''command''': DECIMATE <trc-list> <factor> 
     6 
     7Decimates 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. 
     8 
     9=== parameters === 
     10 
     11 * <trc-list> ''parameter type: trace list''[[BR]] 
     12   List of traces to be resampled. 
     13 
     14 * <factor> ''parameter type: integer''[[BR]] 
     15   Decimation factor 
     16 
     17=== qualifiers === 
     18 
     19 * /nomean 
     20   Makes plain decimation, i.e. does not average samples, just throws them away. 
     21 
     22=== example === 
     23 
     24 `decimate all 4`:: 
     25 decimates all traces on display by a factor of 4