Complex |
Static functions for doing various Fourier Operations.
public class ComplexFFT
The ComplexFFT type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
FFT(Complex32, FourierDirection) | Compute a 1D fast Fourier transform of a dataset of complex numbers. | |
FFT(Complex, Int32, FourierDirection) | Compute a 1D fast Fourier transform of a dataset of complex numbers. | |
FFT(Complex32, Int32, FourierDirection) | Compute a 1D fast Fourier transform of a dataset of complex numbers. | |
FFT(Single, Int32, FourierDirection) | Compute a 1D fast Fourier transform of a dataset of complex numbers (as pairs of float's). | |
FFT_Quick(Complex, Int32, FourierDirection) | Compute a 1D fast Fourier transform of a dataset of complex numbers. | |
FFT_Quick(Complex32, Int32, FourierDirection) | Compute a 1D fast Fourier transform of a dataset of complex numbers. | |
FFT_Quick(Single, Int32, FourierDirection) | Compute a 1D fast Fourier transform of a dataset of complex numbers (as pairs of float's). | |
FFT2(Complex, Int32, Int32, FourierDirection) | Compute a 2D fast fourier transform on a data set of complex numbers | |
FFT2(Complex32, Int32, Int32, FourierDirection) | Compute a 2D fast fourier transform on a data set of complex numbers | |
FFT2(Single, Int32, Int32, FourierDirection) | Compute a 2D fast fourier transform on a data set of complex numbers (represented as pairs of floats) | |
FFT3(Complex, Int32, Int32, Int32, FourierDirection) | Compute a 3D fast fourier transform on a data set of complex numbers | |
FFT3(Complex32, Int32, Int32, Int32, FourierDirection) | Compute a 3D fast fourier transform on a data set of complex numbers | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
RFFT(Single, FourierDirection) | Compute a 1D real-symmetric fast fourier transform. | |
RFFT(Single, Int32, FourierDirection) | Compute a 1D real-symmetric fast fourier transform. | |
ToString | Returns a string that represents the current object. (Inherited from Object) |