IFourierTransformProvider Methods |
The IFourierTransformProvider type exposes the following members.
Methods| | Name | Description |
|---|
 | Backward(Complex, FourierTransformScaling) |
Computes the inverse transform of complex double-precision spectrum data.
|
 | Backward(Complex32, FourierTransformScaling) |
Computes the inverse transform of complex single-precision spectrum data.
|
 | BackwardMultidim(Complex, Int32, FourierTransformScaling) |
Computes the inverse multidimensional transform of complex double-precision spectrum data.
|
 | BackwardMultidim(Complex32, Int32, FourierTransformScaling) |
Computes the inverse multidimensional transform of complex single-precision spectrum data.
|
 | BackwardReal(Double, Int32, FourierTransformScaling) |
Computes the inverse transform of real double-precision spectrum data.
|
 | BackwardReal(Single, Int32, FourierTransformScaling) |
Computes the inverse transform of real single-precision spectrum data.
|
 | Forward(Complex, FourierTransformScaling) |
Computes the forward transform of complex double-precision samples.
|
 | Forward(Complex32, FourierTransformScaling) |
Computes the forward transform of complex single-precision samples.
|
 | ForwardMultidim(Complex, Int32, FourierTransformScaling) |
Computes the forward multidimensional transform of complex double-precision samples.
|
 | ForwardMultidim(Complex32, Int32, FourierTransformScaling) |
Computes the forward multidimensional transform of complex single-precision samples.
|
 | ForwardReal(Double, Int32, FourierTransformScaling) |
Computes the forward transform of real double-precision samples.
|
 | ForwardReal(Single, Int32, FourierTransformScaling) |
Computes the forward transform of real single-precision samples.
|
 | FreeResources |
Frees memory buffers, caches and handles allocated in or to the provider.
Does not unload the provider itself, it is still usable afterwards.
|
 | InitializeVerify |
Initialize and verify that the provider is indeed available. If not, fall back to alternatives like the managed provider.
|
 | IsAvailable |
Try to find whether the provider is available in principle.
Verification may still fail if available, but it will certainly fail if unavailable.
|
Top
See Also