IPfft
Synopsis
perform a fast-fourier transform on an ip_image
Input Port
Parameters
Output Port
Description
IPfft performs a Fourier transform on an image.
Input
The input is a reference to an ip_Image. This must be of type float and have x, y dimensions that are each a power of 2.
Output Port
The output is a packed complex image of type float suitable for further processing by modules such as IPfft_display
Example
Libraries.Examples.Image_Processing.IPfft
File
See also