source: SH_SHM/trunk/help/STALTA.HLP @ 367

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 
1command STALTA <trc> <sta-lth> <lta-lth>
2==============
3
4key: apply STA/LTA algorithm
5
6Applies an STA/LTA detection algorithm to a specified trace.  The
7short time window and long time window has to be specified
8in samples.  A moving average over both windows (LTA before reference
9time, STA after reference time) is computed and the ratio STA/LTA
10is shown in a new trace.
11
12The result of the STA/LTA is displayed in new traces.  The input
13trac remain unchanged.
14
15
16parameters
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
25qualifiers
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
32examples:
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.