PyREx

pyrex.custom.arianna.antenna.ARIANNAAntenna.frequency_response

ARIANNAAntenna.frequency_response(frequencies)

Calculate the (complex) frequency response of the antenna.

This function defines the frequency response of the antenna: Given some frequencies, what are the corresponding (complex) gains? It is expected to be overridden in subclasses, as for the base class it simply returns 1 for any frequency.

Parameters
frequenciesarray_like

1D array of frequencies (Hz) at which to calculate gains.

Returns
array_like

Complex gains in voltage for the given frequencies.

PyREx

A Python package for simulation of neutrinos and radio antennas in ice. Version 1.10.0

Navigation