obspy.realtime.signal.tauc
- tauc(trace, width, rtmemory_list=None)[source]
Calculate instantaneous period in a fixed window (Tau_c).
See also
Implements equations 1-3 in [Allen2003] except use a fixed width window instead of decay function.
- Parameters:
- Return type:
NumPy
numpy.ndarray
- Returns:
Processed trace data from appended Trace object.