PyREx

pyrex.custom.arianna.antenna.ARIANNAAntenna.make_noise

ARIANNAAntenna.make_noise(times)

Creates a noise signal over the given times.

In order to add noise to signal to produce the waveforms of the antenna, this function is used to create the noise values at specific times. Makes use of the antenna’s noise-related attributes.

Parameters
timesarray_like

1D array of times during which to produce noise values.

Returns
ThermalNoise

Noise values during the times array.

Raises
ValueError

If not enough noise-related attributes are defined for the antenna.

PyREx

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

Navigation