e^V
Overview
Raises e to the power of the values of input Vin.By default, this operator will not use complex calculation to determine the output, and only the real part of the input values will be evaluated. If required, the user can set the ComplexOutput property to true. This will allow the analysis of e raised to a complex power.
Operator ports
Input V: Specific sample type, see below.Output e^V: Floating point value buffers
Properties
Find more information about changing properties here: "Properties Viewer"ComplexOutput
type: True or FalseWhether the output can contain complex numbers
Select one of those presets:
True or False
True may also be read like 'yes' and false like 'no'
True or False
True may also be read like 'yes' and false like 'no'
Caption
type: Word or phraseThe name of the object in the project. This name must not contain '.', '$' nor '@' characters.
For more information about the rules and usage of the Caption property, please refer to "Caption property - background and usage".
Documentation
type: See descriptionOptional documentation of this object. If this object is an operator, the Documentation text is displayed below the operator symbol.
Details
This operator computes e raised to the power of the input values.If the ComplexOutput property is set to false (default), the operator will only use the real part of the incoming vector and will calculate, field by field, e raised to the power of Vin.
If the ComplexOutput property is set to true, the imaginary part of the input will also be evaluated. The output is evaluated in the following manner:
If a specific field in Vin is indicated as a + ib, then the output will be:
e^Vin = e^a * e^ib (note the polar form of this output).