obspy.signal.filter.envelopeο
- envelope(data)[source]ο
Envelope of a function.
Computes the envelope of the given function. The envelope is determined by adding the squared amplitudes of the function and itβs Hilbert-Transform and then taking the square-root. (See [Kanasewich1981]) The envelope at the start/end should not be taken too seriously.
- Parameters:
data (numpy.ndarray) β Data to make envelope of.
- Returns:
Envelope of input data.