FreeFourierTransformationData method (Main Control)
Builder Syntax |
int FreeFourierTransformationData (void); |
Delphi Syntax |
Function FreeFourierTransformationData ( ): L_INT; |
Overview |
Refer to Removing Noise |
Remarks
(Raster Pro and above toolkits) Frees the storage that was allocated by the InitFourierTransformationData method.
This method should be called when your program no longer needs the array that is used to hold Fourier Transform coefficients. This method is used only when working with the Fourier Transform methods.
See Also