Sample

class Sample(*, frequency=None, inverse_power=None, inverse_power_uncertainty=None, frequency_domain_noise_operator=None)

The value of the filter function for a single frequency.

Variables:
  • frequency (float, optional) – The frequency of the sample.

  • inverse_power (float, optional) – The filter function value for the frequency of the sample.

  • inverse_power_uncertainty (float, optional) – The uncertainty in the filter function value.

  • frequency_domain_noise_operator (ndarray, optional) – The noise operator in the frequency domain for the frequency of the sample.