Click or drag to resize
CFFT2 Class
2-D Fast Fourier Transforms These methods now work with an IMG object, instead of creating their own FFT2 object.
Inheritance Hierarchy
SystemObject
  Geosoft.Desktop.GXNetCFFT2

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Syntax
public static class CFFT2

The CFFT2 type exposes the following members.

Methods
  NameDescription
Public methodAvailable to specially licensed modulesStatic memberFft2In
FFT2 transform
Public methodAvailable to specially licensed modulesStatic memberFilterPG
Apply 2D FFT filters to data in pager
Public methodAvailable to specially licensed modulesStatic memberFlt
FFT2 filter
Public methodAvailable to specially licensed modulesStatic memberFltInv
FFT2 filter and inverse
Public methodAvailable to specially licensed modulesStatic memberPowSpc
FFT2 transform power spectrum
Public methodAvailable to specially licensed modulesStatic memberRadSpc
FFT2 transform Radially averaged power spectrum
Public methodAvailable to anyoneStatic memberRadSpc1
FFT2 transform Radially averaged power spectrum for one IMG
Public methodAvailable to anyoneStatic memberRadSpc2
FFT2 transform Radially averaged power spectrum for two IMGs
Public methodAvailable to specially licensed modulesStatic memberTdXdY
FFT2 filter (calculate T from the derivatives Tx and Ty)
Public methodAvailable to specially licensed modulesStatic memberTransPG
Apply 2D FFT transform to data in pager
Top
See Also