bilby.gw.utils.asd_from_freq_series

bilby.gw.utils.asd_from_freq_series(freq_data, df)[source]

Calculate the ASD from the frequency domain output of gaussian_noise()

Parameters:
freq_data: array_like

Array of complex frequency domain data

df: float

Spacing of freq_data, 1/(segment length) used to generate the gaussian noise

Returns:
array_like: array of real-valued normalized frequency domain ASD data