ILNumerics - Technical Application Development
Top
The IFFT type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | FFTBackward(InArraycomplex, UInt32) |
performs backward n-dimensional fft
[ILNumerics Core Module] |
![]() | FFTBackward(InArrayfcomplex, UInt32) |
performs backward n-dimensional fft
[ILNumerics Core Module] |
![]() | FFTBackward1D(InArraycomplex, UInt32) |
performs backward 1-dimensional fft
[ILNumerics Core Module] |
![]() | FFTBackward1D(InArrayfcomplex, UInt32) |
performs backward 1-dimensional fft
[ILNumerics Core Module] |
![]() | FFTBackwSym(InArraycomplex, UInt32) |
performs backward n-dimensional fft on hermitian sequence
[ILNumerics Core Module] |
![]() | FFTBackwSym(InArrayfcomplex, UInt32) |
performs backward n-dimensional fft on hermitian sequence
[ILNumerics Core Module] |
![]() | FFTBackwSym1D(InArraycomplex, UInt32) |
performs backward 1-dimensional fft on hermitian sequence
[ILNumerics Core Module] |
![]() | FFTBackwSym1D(InArrayfcomplex, UInt32) |
performs backward 1-dimensional fft on hermitian sequence
[ILNumerics Core Module] |
![]() | FFTForward(InArraycomplex, UInt32) |
performs n-dimensional fft
[ILNumerics Core Module] |
![]() | FFTForward(InArrayfcomplex, UInt32) |
performs n-dimensional fft
[ILNumerics Core Module] |
![]() | FFTForward(InArrayDouble, UInt32) |
performs n-dimensional fft
[ILNumerics Core Module] |
![]() | FFTForward(InArraySingle, UInt32) |
performs n-dimensional fft
[ILNumerics Core Module] |
![]() | FFTForward1D(InArraycomplex, UInt32) |
performs 1-dimensional fft
[ILNumerics Core Module] |
![]() | FFTForward1D(InArrayfcomplex, UInt32) |
performs 1-dimensional fft
[ILNumerics Core Module] |
![]() | FFTForward1D(InArrayDouble, UInt32) |
performs 1-dimensional fft
[ILNumerics Core Module] |
![]() | FFTForward1D(InArraySingle, UInt32) |
performs 1-dimensional fft
[ILNumerics Core Module] |
![]() | FreePlans |
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] |
See Also