Agilent Technologies E5071C Manual page 1217

Hide thumbs Also See for E5071C:
Table of Contents

Advertisement

E5071C
Complex Operation Library
By using the complex operation library, you can perform operations of
complex numbers.
Data of the complex type
In the complex operation library, you can use the complex type (Complex)
as a data type. Data of the complex type consists of a real part (.real) and
an imaginary part (.imag) as shown in the following example.
Dim Num as Complex
Num.real=1.0
Num.imag=2.0
List of procedures
The following table lists the procedures included in the complex operation
library.
Procedure name
ComplexSet(x,y)
ComplexPolar(x,y)
ComplexSetArray(x)
ComplexAdd(x,y)
ComplexSub(x,y)
ComplexMul(x,y)
ComplexDiv(x,y)
ComplexAbs(x)
ComplexArg(x)
ComplexNorm(x)
ComplexConj(x)
ComplexCos(x)
ComplexCosh(x)
1444
Function
Sets a complex number.
(Specify a real part and an imaginary part.)
Sets a complex number.
(Specify an absolute value and a phase angle.)
Converts a variant type or double floating point
type array to a complex type array.
Returns the result of the addition.
Returns the result of the subtraction.
Returns the result of the multiplication.
Returns the result of the division.
Returns the absolute value.
Returns the phase angle.
Returns the square of the absolute value.
Returns the conjugate complex number.
Returns the cosine.
Returns the hyperbolic cosine.

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents