PyREx

pyrex.custom.irex.antenna.EnvelopeSystem.make_envelope

EnvelopeSystem.make_envelope(signal)

Return the signal envelope based on the antenna’s envelope_method.

Parameters
signalSignal

Signal object on which to apply the envelope.

Returns
Signal

Signal processed by the envelope circuit.

Raises
ValueError

If the antenna’s envelope_method is invalid.

ModuleNotFoundError

If “spice” is in envelope_method and PySpice hasn’t been installed.

See also

pyrex.custom.irex.frontends.basic_envelope_model

Model of a basic diode-capacitor-resistor envelope circuit.

pyrex.custom.irex.frontends.bridge_rectifier_envelope_model

Model of a diode bridge rectifier envelope circuit.

PyREx

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

Navigation