pyrex.custom.ara.antenna.ARAAntenna.frequency_response¶
-
ARAAntenna.
frequency_response
(frequencies)¶ Calculate the (complex) frequency response of the antenna.
Rather than handling the entire frequency response of the antenna, this method is being used to convert the frequency-dependent gains from the
directional_response
method into effective heights.- Parameters
- frequenciesarray_like
1D array of frequencies (Hz) at which to calculate gains.
- Returns
- array_like
Complex gains in voltage for the given frequencies.
See also
ARAAntenna.directional_response
Generate the (complex) frequency dependent directional response.