Revision 367,
989 bytes
checked in by marcus, 12 years ago
(diff) |
r200 | klaus | 2011-04-07 15:07:06 +0200 (Do, 07 Apr 2011) | 1 line
SH help texts fro command stalta and leveldetec
|
Line | |
---|
1 | command STALTA <trc> <sta-lth> <lta-lth> |
---|
2 | ============== |
---|
3 | |
---|
4 | key: apply STA/LTA algorithm |
---|
5 | |
---|
6 | Applies an STA/LTA detection algorithm to a specified trace. The |
---|
7 | short time window and long time window has to be specified |
---|
8 | in samples. A moving average over both windows (LTA before reference |
---|
9 | time, STA after reference time) is computed and the ratio STA/LTA |
---|
10 | is shown in a new trace. |
---|
11 | |
---|
12 | The result of the STA/LTA is displayed in new traces. The input |
---|
13 | trac remain unchanged. |
---|
14 | |
---|
15 | |
---|
16 | parameters |
---|
17 | |
---|
18 | <trc> --- parameter type: trace |
---|
19 | Input traces for STA/LTA operation. This trace remains unchanged. |
---|
20 | |
---|
21 | <sta-lth>, <lta-lth> --- parameter type: integer |
---|
22 | Time window for the short and long time window in samples. |
---|
23 | |
---|
24 | |
---|
25 | qualifiers |
---|
26 | |
---|
27 | /MAX=<maxval> |
---|
28 | The STA/LTA output trace is cut off at this amplitude value. Values |
---|
29 | larger than <maxval> are set to <maxval>. |
---|
30 | |
---|
31 | |
---|
32 | examples: |
---|
33 | |
---|
34 | STALTA 1 5 100 ! applies STA/LTA to trace one with STA length |
---|
35 | ! 5 samples and LTA length 100 samples |
---|
36 | |
---|
Note: See
TracBrowser
for help on using the repository browser.