pyrex.custom.irex.EnvelopeVpol.make_envelope¶
-
EnvelopeVpol.
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
andPySpice
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.