Purpose

The module ComplexArithmetic2 performs arithmetic operations on two images of compelex variables.

The output is the processed image according to the selected function.

Usage

Both input images have to be in complex number format, use TypeComposer to create a complex number format if neccessary. With any other data type the output is invalidated.

Windows

Default Panel

../../../Modules/ML/MLComplexArithmetic/mhelp/Images/Screenshots/ComplexArithmetic2._default.png

Input Fields

Both input images need to be of complex type and to be of the same size and extent.

input0

name: input0, type: Image

input1

name: input1, type: Image

Output Fields

output0

name: output0, type: Image

Parameter Fields

Visible Fields

Operators

name: Operators, type: Enum, default: Add

Defeines the operator to be applied on the input images.

Values:

Title Name Description
Add Add Adds the voxel values of both input images.
Subtract Subtract Subtracts the value of voxels of the second input image from the values of voxel of the first input image.
Multiply Multiply Multiplies the voxel values of both input images.
Divide Divide Divides the value of voxels of the second input image by the values of voxel of the first input image.