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