obspy.signal.differentiate_and_integrate

Integration and differentiation routines.

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

integrate_cumtrapz

Performs first order integration of data using the trapezoidal rule.

integrate_spline

Integrate by generating an interpolating spline and integrating that.