Bases: obspy.station.response.ResponseStage
This response type can describe coefficients for FIR filters. Laplace transforms and IIR filters can also be expressed using this type but should rather be described using the PolesZerosResponseStage class. Effectively corresponds to SEED blockette 54.
Has all the arguments of the parent class ResponseStage and the following:
Parameters: |
|
---|
Attributes
__dict__ | |
__doc__ | str(object=’‘) -> string |
__module__ | str(object=’‘) -> string |
__weakref__ | list of weak references to the object (if defined) |
cf_transfer_function_type | |
denominator | |
numerator |
Special Methods
__eq__ | |
__init__ | |
__ne__ | |
__str__ |