Filter Design (gwpy.signal.filter_design)#
Analogue and digital filter design utilities.
This module is mainly a wrapper around scipy.signal filter design,
with convenience functions for common filter types, and support for
LIGO-specific filter design conventions.
Functions#
|
Design a band-pass filter for the given cutoff frequencies. |
|
Concatenate a list of zero-pole-gain (ZPK) filters. |
|
Design a Type II FIR filter given an arbitrary transfer function. |
|
Compute the frequency response of a filter at given frequencies. |
|
Design a high-pass filter for the given cutoff frequency. |
|
Return |
|
Return |
|
Design a low-pass filter for the given cutoff frequency. |
|
Design a ZPK notch filter for the given frequency and sampling rate. |
|
Parse arbitrary input args into a TF, ZPK, or SOS filter definition. |
|
Prepare an analog filter by parsing and converting units. |
|
Prepare a filter for digital filtering. |