obspy.signal.util
Various additional utilities for obspy.signal.
- copyright:
The ObsPy Development Team (devs@obspy.org)
- license:
GNU Lesser General Public License, Version 3 (https://www.gnu.org/copyleft/lesser.html)
Public Functions
Helper function to convert from azimuth to backazimuth or from backazimuth to azimuth. |
|
Splits the vector up into (overlapping) frames beginning at increments of inc. |
|
Finds the nearest integer that is a power of 2. |
|
Find the next power of two |
|
Find the previous power of two |
|
Computes discrete cosine transform of given signal. |
|
Smooths a given signal by computing a central moving average. |
|
Stack data by first axis. |
|
Transform lon, lat to km with reference to orig_lon and orig_lat on the elliptic Earth. |
|
Transform x, y [km] to decimal degree in reference to orig_lon and orig_lat |
Private Functions
Warning
Private functions are mainly for internal/developer use and their API might change without notice.
Calculates number of points for fft from number of samples in trace. |