| genre | Unary |
| status | stable |
| authors | Etienne von Lavante, Johann Drexl |
| package | MeVisLab/Standard |
| dll | MLComplexArithmetic |
| definition | MLComplexArithmetic.def |
| see also | ComplexArithmetic2, TypeComposer, TypeDecomposer, TypeArithmetic1, TypeArithmetic2, Arithmetic, Arithmetic0, Arithmetic1, Arithmetic2 |
| keywords | absolute, phase, power, complex, number, argument |
The module ComplexToReal computes either the absolute, power, phase, real- or imaginary part of complex numbers in an image.
Select the function you want to apply to the input image.
Selects the mode how complex input voxels are converted to the scalar output voxels.
Values:
| Title | Name | Description |
|---|---|---|
| Absolute | Absolute | The absolute of the value of each voxel is computed. |
| Argument | Argument | The argument or phase of the value of each voxel is computed. |
| Power | Power | The power spectrum of the value of each voxel is computed. |
| Real | Real | The real part of the value of each voxel is computed. |
| Imaginary | Imaginary | The imaginary part of the value of each voxel is computed. |