Description
Applies inverse Fast Fourier Transform on FFT data stored in an image.
-
Return Type
-
A McImage object.
The destination McImage.
-
Syntax
-
object.Inverse (FFTImage, [vDestImg])
The Inverse Method syntax has these parts: |
| object | An expression evaluating to an object of type McFFT. | | FFTImage | Required. A McImage object. McImage containing the FFT data, it can be either an FFT data image (containing both real and imaginary parts), or the amplitude and phase, as created by Forward.
| | vDestImg | Optional. A Variant value. Optional destination image (applies to parent if empty).
| Remarks
This function writes the result starting at the upper left corner of the destination (parent image or vDestImg). If it is not of a size compatible with the FFT data image, the result will be clipped or some parts of the destination will be left unchanged.
|