Origin Ver. and Service Release (Select Help-->About Origin): Operating System:
I performed FFT calculations on two columns and want to calculate the ratio of the complex parts of them. For that, I used the command.
vcmath2 ix1:=Col(1) ix2:=Col(2) op:=div;
But it didn't work.
Could you please help me to get the result as a complex number for the division of two complex numbers and store the result of a real part and imaginary part separately?
You can double click on the column header, set Format to Numeric and Data Type to Complex(16). Then you should be able to type in complex numbers and do calculation, see below.