Revision 16,
1.0 KB
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 UNIT <trc-list> [<lo-wdw> <hi-wdw>] |
---|
2 | ============ |
---|
3 | |
---|
4 | key: normalize amplitudes |
---|
5 | |
---|
6 | Normalizes amplitudes of traces in <trc-list>. Finds maximum amplitude |
---|
7 | of traces within specified time window (if not specified the current |
---|
8 | display window is used) and multiplies all traces in <trc-list> with |
---|
9 | the reciprocal value of this maximum. This command does not only |
---|
10 | affect the display of the traces, it changes the sample values ! |
---|
11 | Keep this in mind if you compute rotations or sums of these traces |
---|
12 | later on. |
---|
13 | |
---|
14 | |
---|
15 | parameters |
---|
16 | ---------- |
---|
17 | |
---|
18 | <trc-list> --- parameter type: trace list |
---|
19 | List of traces to be normalized. |
---|
20 | |
---|
21 | <lo-wdw>, <hi-wdw> --- parameter type: real |
---|
22 | Time window bounds for search of maximum amplitude. If not specified |
---|
23 | the current display window is used. |
---|
24 | |
---|
25 | |
---|
26 | example |
---|
27 | ------- |
---|
28 | |
---|
29 | unit all ! normalizes all traces on display within |
---|
30 | ! visible time window |
---|
31 | |
---|
32 | unit 1-3 0 100 ! normalizes first three traces to the |
---|
33 | ! maximum amplitude between 0 and 100 sec |
---|
34 | |
---|
Note: See
TracBrowser
for help on using the repository browser.