pyrex.custom.irex.antenna.EnvelopeSystem.make_envelope¶
-
EnvelopeSystem.make_envelope(signal)¶ Return the signal envelope based on the antenna’s
envelope_method.- Parameters
- signalSignal
Signalobject on which to apply the envelope.
- Returns
- Signal
Signal processed by the envelope circuit.
- Raises
- ValueError
If the antenna’s
envelope_methodis invalid.- ModuleNotFoundError
If “spice” is in
envelope_methodandPySpicehasn’t been installed.
See also
pyrex.custom.irex.frontends.basic_envelope_modelModel of a basic diode-capacitor-resistor envelope circuit.
pyrex.custom.irex.frontends.bridge_rectifier_envelope_modelModel of a diode bridge rectifier envelope circuit.
