ImageGear Professional v18.2 > API Reference Guide > FreqIP Component API Reference > FreqIP Component Objects > IGFreqIPCtl Control > IGFreqIPCtl Methods > ForwardFFT Method |
Performs a forward Fast Fourier Transform of the input IGComplexObject Object.
ForwardFFT(pComplexObject As IGComplexObject, nScalingMethod As enumIGFFTScalingMethods, bCenterTransform As Boolean) As IGComplexObject
Name | Description |
---|---|
pComplexObject | IGComplexObject object to process. |
nScalingMethod | Specifies the method of scaling the result data. |
bCenterTransform | Flag to indicate whether to center the transform. |
Returns an "IGComplexObject Object, which contains result data.
N/A
FreqIP