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 | |
---|
1 | command MAXAMPL <trc-list> <ampl> [<lo-bound> <hi-bound>] |
---|
2 | =============== |
---|
3 | |
---|
4 | key: cut amplitudes |
---|
5 | |
---|
6 | Cut the amplitudes of the traces in the trace list down to a |
---|
7 | specified value <ampl>. All values larger than <ampl> are replaced |
---|
8 | by <ampl>, all values smaller than -<ampl> replaced by -<ampl>. |
---|
9 | If <lo-bound> and <hi-bound> are specified the modifications are |
---|
10 | restricted to this time window. Modifies existing traces instead of |
---|
11 | creating new traces. |
---|
12 | |
---|
13 | |
---|
14 | parameters |
---|
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 | |
---|
27 | Example |
---|
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.