ResponseFunctions

Calculate frequency response functions for a given input channel and a range of output channels.

Constructor

Properties

  • freqs: Frequency response function frequencies

  • input_channel_id: Frequency response function input channel

  • output_channel_ids: List of the output channels

  • input_units: Frequency response function input channel units

  • noise_channels: Noise channels for each xf

  • input_clean_sequence: Clean sequence text

  • n_windows: Number of time series data windows used

Methods

Get

  • coh_signif: Coherence significance level with the given probability

  • corrector: Input channel’s correction factor with respect to the given channel

  • corrector_wrt_counts: As above, but with respect to raw data counts

  • value: Frequency response function

  • value_wrt_counts: Frequency response function with respect to raw data counts

  • noise_channel: Return the channel (“input”, “output” or “equal”) assumed to have incoherent noise

  • output_units: Output channel units

  • instrument_response: Frequency response function’s instrument response (use to switch from counts to physical units)

  • uncertainty: Uncertainty of the given value s

  • uncertainty_wrt_counts: Uncertainty with respect to raw data counts

Other

  • to_norm_compliance: Convert m/s^2 / Pa transfer functions to normalized compliance

  • plot: Plot the frequency response functions

  • plot_one <tiskitpy.ResponseFunctions.plot_one>`(): Plot one frequency response function

Example

ResponseFunctions example code