ILNumerics Ultimate VS

IFFT Methods

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development

The IFFT type exposes the following members.

Methods

  NameDescription
Public methodFFTBackward(InArraycomplex, UInt32)
performs backward n-dimensional fft

[ILNumerics Core Module]

Public methodFFTBackward(InArrayfcomplex, UInt32)
performs backward n-dimensional fft

[ILNumerics Core Module]

Public methodFFTBackward1D(InArraycomplex, UInt32)
performs backward 1-dimensional fft

[ILNumerics Core Module]

Public methodFFTBackward1D(InArrayfcomplex, UInt32)
performs backward 1-dimensional fft

[ILNumerics Core Module]

Public methodFFTBackwSym(InArraycomplex, UInt32)
performs backward n-dimensional fft on hermitian sequence

[ILNumerics Core Module]

Public methodFFTBackwSym(InArrayfcomplex, UInt32)
performs backward n-dimensional fft on hermitian sequence

[ILNumerics Core Module]

Public methodFFTBackwSym1D(InArraycomplex, UInt32)
performs backward 1-dimensional fft on hermitian sequence

[ILNumerics Core Module]

Public methodFFTBackwSym1D(InArrayfcomplex, UInt32)
performs backward 1-dimensional fft on hermitian sequence

[ILNumerics Core Module]

Public methodFFTForward(InArraycomplex, UInt32)
performs n-dimensional fft

[ILNumerics Core Module]

Public methodFFTForward(InArrayfcomplex, UInt32)
performs n-dimensional fft

[ILNumerics Core Module]

Public methodFFTForward(InArrayDouble, UInt32)
performs n-dimensional fft

[ILNumerics Core Module]

Public methodFFTForward(InArraySingle, UInt32)
performs n-dimensional fft

[ILNumerics Core Module]

Public methodFFTForward1D(InArraycomplex, UInt32)
performs 1-dimensional fft

[ILNumerics Core Module]

Public methodFFTForward1D(InArrayfcomplex, UInt32)
performs 1-dimensional fft

[ILNumerics Core Module]

Public methodFFTForward1D(InArrayDouble, UInt32)
performs 1-dimensional fft

[ILNumerics Core Module]

Public methodFFTForward1D(InArraySingle, UInt32)
performs 1-dimensional fft

[ILNumerics Core Module]

Public methodFreePlans
Clear all currently cached plans. Tasks like FreePlans should be left to the ILNumerics memory management. Calling the method manually (without good reasons) may lead to poor performance!

[ILNumerics Core Module]

Top
See Also

Reference