Convert the data type of the ObjectRef of the Vector<ObjectRef> given as the input, between the Vector<float> type and the Vector<complex<float> > type.
No files are required.
When to use
This node is used to convert the data type of the ObjectRef of the Vector<ObjectRef> given as the input; the Vector<float> type to the Vector<complex<float> > type, Vector<complex<float> > to Vector<float> .
Input
: any type. Note that the supported data types are the Vector<float> type and the Vector<complex<float> > type.
Output
: any type. Note that the supported data types are the Vector<float> type and the Vector<complex<float> > type.
Parameter
Parameter name |
Type |
Default value |
Unit |
Description |
METHOD_COMPLEX_TO_FLOAT |
magnitude |
The method to convert Vector<complex<float> > to Vector<float> . Select magnitude, real, or imaginary. Output the absolute value, the real part, and the imaginary part, which are of the complex number, respectively. |
||
METHOD_FLOAT_TO_COMPLEX |
zero |
The method to convert Vector<float> to Vector<complex<float> > . Select zero or hilbert. For the imaginary part, output 0 or the absolute value of the real part after converted to complex . |
||
DEBUG |
false |
Enable or disable to output the conversion status to standard output. |
: string type. The method to convert the Vector<complex<float> > type to the Vector<float> type. Select magnitude, real, or imaginary. Output the absolute value, the real part, and the imaginary part, which are of the complex number, respectively. The default value is magnitude.
: string type. The method to convert the Vector<float> type to the Vector<complex<float> > type. Select zero or hilbert. For the imaginary part, output 0 by selecting zero or output the absolute value of the real part after converted to complex by selecting hilbert. The default value is zero.
: bool type. Setting the value to true outputs the conversion status to the standard output. The default value is false.
INPUT |
OUTPUT |
Parameter to use |
METHOD_FLOAT_TO_COMPLEX |
||
METHOD_COMPLEX_TO_FLOAT |