Combine amplitude and phase to create a complex matrix
1. map2c am:=[Mbook1]MSheet1!mat(1) pm:=[Mbook2]MSheet1!mat(1) cm:=<new> arc:=radians;
2. map2c am:=mat(1) pm:=mat(2) cm:=mat(3);
Please refer to the page for additional option switches when accessing the x-function from script
Display Name |
Variable Name |
I/O and Type |
Default Value |
Description |
---|---|---|---|---|
Amplitude Matrix | am |
Input MatrixObject |
|
Specifies the matrix that has the amplitude data. |
Phase Matrix | pm |
Input MatrixObject |
|
Specifies the matrix that has the phase data. |
Complex Matrix | cm |
Output MatrixObject |
|
Specifies the output matrix which will have the complex output. See the syntax here. |
Arc Unit | arc |
Input int |
|
Specifies the angle unit.
|
The map2c function converts amplitude and phase data saved in matrices to complex numbers and saves them to another matrix.