Combine amplitude vector and phase vector to form a complex vector.
1. vap2c av:=col(1) pv:=col(2);
2. vap2c av:=col(1) pv:=col(2) cv:=col(3) arc:=degree;
Please refer to the page for additional option switches when accessing the x-function from script
Input
vector
Specifies the input vector that has the amplitudes.
Specifies the input vector that has the phases.
Output
vector<complex>
Specifies the output vector for the complex numbers.
int
Specifies the arc unit Option list
The vap2c function generates a complex vector from the amplitudes and phases.
vc2ap, vri2c, map2c