source: SH_SHM/trunk/help/MAXAMPL.HLP @ 206

Revision 16, 891 bytes checked in by marcus, 15 years ago (diff)

r1 | svn | 2007-12-13 11:10:29 +0100 (Do, 13 Dez 2007) | 2 lines

Initial import

Line 
1command MAXAMPL <trc-list> <ampl> [<lo-bound> <hi-bound>]
2===============
3
4key: cut amplitudes
5
6Cut the amplitudes of the traces in the trace list down to a
7specified value <ampl>.  All values larger than <ampl> are replaced
8by <ampl>, all values smaller than -<ampl> replaced by -<ampl>.
9If <lo-bound> and <hi-bound> are specified the modifications are
10restricted to this time window.  Modifies existing traces instead of
11creating new traces.
12
13
14parameters
15
16<trc-list>  ---  parameter type: trace list
17   List of traces to be modified.
18
19<ampl> --- parameter type: real
20   Maximum amplitude
21
22<lo-bound>, <hi-bound>  ---  parameter type: real
23   Time window (relative to time axis) for modifying traces.  If omitted
24   the whole traces are searched.
25
26
27Example
28
29   MAXAMPL 1-3 100.0    ! replaces all amplitude values larger than 100
30                        ! by 100 on the first three traces
31
Note: See TracBrowser for help on using the repository browser.