source: SH_SHM/trunk/help/MAXIMUM.HLP @ 374

Revision 16, 980 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 MAXIMUM <trc-list> <info-entry>
2===============
3
4key: trace of maximum values
5
6Takes the traces given in <trc-list> as input and computes two new
7output traces.  The first output trace contains in each sample the
8maximum amplitude of all input traces for the sample time.  The
9second trace contains in each sample the value of the info entry
10<info-entry> of that trace which provided the maximum amplitude
11for the sample time.  The specified info entry must be real-valued.
12If <info-entry> is set to "NUMBER" then the second output trace
13holds just the trace numbers instead of an info entry value.
14
15The computation of the output traces is restricted to the time
16window where samples are available for each input trace.
17
18
19parameters
20----------
21
22<trc-list>  ---  parameter type: trace list
23   List of input traces.
24
25<info-entry>  ---  parameter type: info entry
26   Name of real valued info entry or "NUMBER".
27
28
29examples
30--------
31
32MAXIMUM ALL SLOWNESS
33
34MAXIMUM 1-3 NUMBER
35
36
Note: See TracBrowser for help on using the repository browser.