PyREx

pyrex.detector.AntennaSystem.front_end

AntennaSystem.front_end(signal)

Apply front-end processes to a signal and return the output.

This function defines the front end of the antenna (e.g. electronics chain). It is expected to be overridden in subclasses, as for the base class it simply passes along the given signal.

Parameters
signalSignal

Signal object on which to apply the front-end processes.

Returns
Signal

Signal processed by the antenna front end.

See also

pyrex.Signal

Base class for time-domain signals.

PyREx

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

Navigation