ResponseList

Description

A filter can be characterised by the list of impulse responses it yields, instead of its transfer function. These responses are triples of [frequency (in Hz), amplitude, phase (in degrees)], expressed in a list.

Python class:

ResponseList

YAML / JSON label:

ResponseList

Corresponding StationXML structure

ResponseList

Object Hierarchy

Superclass

Filter

Subclasses

None

Relationships

Attributes

Name

Type

Required

Default

Equivalent StationXML

Remarks

elements

Array of Values:

[number, number, number] where

first element =

frequency (in Hz)

second elmenet =

amplitude

third element =:

phase (in degrees)

Y

None

ResponseListElement:

Frequency
Amplitude
Phase

JSON schema

https://www.gitlab.com/resif/obsinfo/-/tree/master/obsinfo/data/schemas/filter.schema.json

https://www.gitlab.com/resif/obsinfo/-/tree/master/obsinfo/data/schemas/definitions.schema.json

Example

No available example.

Class Navigation

Filter <==