Various Seismogram Filtering Functions
copyright: | The ObsPy Development Team (devs@obspy.org) |
---|---|
license: | GNU Lesser General Public License, Version 3 (http://www.gnu.org/copyleft/lesser.html) |
Functions
bandpass | Butterworth-Bandpass Filter. |
bandstop | Butterworth-Bandstop Filter. |
envelope | Envelope of a function. |
highpass | Butterworth-Highpass Filter. |
integerDecimation | Downsampling by applying a simple integer decimation. |
lowpass | Butterworth-Lowpass Filter. |
lowpassCheby2 | Cheby2-Lowpass Filter |
lowpassFIR | FIR-Lowpass Filter. (experimental) |
remezFIR | The minimax optimal bandpass using Remez algorithm. (experimental) |