Revision 16,
973 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 MEND <trc> <order> <lo-bound> <hi-bound> |
---|
2 | ============ |
---|
3 | |
---|
4 | key: mends a trace |
---|
5 | |
---|
6 | Replaces samples on trace <trc> between <lo-bound> and <hi-bound> |
---|
7 | by polynamial (or rational) interpolation of order <order>. |
---|
8 | |
---|
9 | |
---|
10 | parameters |
---|
11 | |
---|
12 | <trc> --- parameter type: trace |
---|
13 | Trace to be mended. |
---|
14 | |
---|
15 | <order> --- parameter type: integer |
---|
16 | Order of interpolation. Shouldn't exceed 6-9. |
---|
17 | |
---|
18 | <lo-bound>, <hi-bound> --- parameter type: real |
---|
19 | Inside this time window the samples are relaced by |
---|
20 | polynomial interpolation. It is recommended not to try |
---|
21 | to interpolate more than 10 samples. |
---|
22 | |
---|
23 | |
---|
24 | qualifier |
---|
25 | |
---|
26 | /RATIONAL |
---|
27 | Rational instead of polynomial interpolation is used. |
---|
28 | |
---|
29 | |
---|
30 | Examples: |
---|
31 | |
---|
32 | MEND 1 6 10.1 10.25 ! mends trace 1 between 10.1 and 10.25 sec |
---|
33 | ! by interpolation of order 6 |
---|
34 | |
---|
35 | MEND 1 6 * ! mends trace 1 inside a window to be |
---|
36 | ! selected by graphic cursor. The |
---|
37 | ! order of interpolation is 6. |
---|
38 | |
---|
Note: See
TracBrowser
for help on using the repository browser.