home *** CD-ROM | disk | FTP | other *** search
/ swCHIP 1991 January / swCHIP_95-1.bin / demo / wit4711 / lib / help / xform / fft. / fft.bin
Text File  |  1995-12-09  |  1KB  |  21 lines

  1. OPERATOR
  2.  
  3. fft --- fast Fourier transform an image
  4.  
  5.  
  6. DESCRIPTION
  7.  
  8. The fft operator computes the Fast Fourier transform of the input image. A 
  9. forward or inverse FFT is specified by the dir parameter. A forward FFT 
  10. expects either an integer or float input image whereas an inverse FFT expects 
  11. a complex input image. The inverse output is always a float image. The FFT 
  12. will shift the image origin to the centre of the image for presentation by 
  13. the spectrum operator. During a forward transform, this operator generates two 
  14. outputs. The top output is the result image. This image will be adjusted in 
  15. size to be a power of 2. The bottom output is a Graphic object describing a 
  16. rectangle used to recover the original image after a reverse transform. During 
  17. a reverse transform, only the top output is generated. The output will be 
  18. the original image changed by the be power of 2 size. The original size is 
  19. restored by using the extract operator in conjunction with the Graphic object 
  20. produced during the forward transform. 
  21.