pygwb.util.omega_to_power

pygwb.util.omega_to_power(omega_GWB, frequencies)[source]

Compute the GW power spectrum starting from the \(\Omega\)GWB spectrum. For more information, see https://arxiv.org/pdf/2303.15696.pdf.

Parameters:
  • omega_GWB (array_like) – The omega spectrum to turn into strain power.

  • frequencies (array_like) – Array of frequencies (in Hz) corresponding to the omega spectrum.

Returns:
power: gwpy.frequencyseries.FrequencySeries

A gwpy FrequencySeries containing the GW power spectrum

Notes

The given frequencies need to match the given spectrum.