ManagedFft2DOfSingle Methods

Methods

BackwardTransform(ComplexConjugateSignalMatrix<T>) Computes the discrete Fourier transform of a real signal and returns the result.
(Inherited from Fft2D<T>)
BackwardTransform(Matrix<Complex<T>>) Computes the discrete Fourier transform of a complex signal and returns the result..
(Inherited from Fft2D<T>)
BackwardTransform(Array2D<Complex<Single>>, Array2D<Complex<Single>>) Computes the discrete Fourier transform of a complex signal.
(Overrides Fft2D<T>.BackwardTransform(Array2D<Complex<T>>, Array2D<Complex<T>>))
BackwardTransform(Array2D<Complex<Single>>, Array2D<Single>) Computes the discrete Fourier transform of a real signal.
(Overrides Fft2D<T>.BackwardTransform(Array2D<Complex<T>>, Array2D<T>))
BackwardTransform(ComplexConjugateSignalMatrix<T>, DenseMatrix<T>) Computes the discrete Fourier transform of a real signal.
(Inherited from Fft2D<T>)
BackwardTransform(DenseMatrix<Complex<T>>, DenseMatrix<Complex<T>>) Computes the discrete Fourier transform of a complex signal.
(Inherited from Fft2D<T>)
BackwardTransform(Matrix<Complex<T>>, Matrix<T>) Computes the discrete Fourier transform of a real signal.
(Inherited from Fft2D<T>)
BackwardTransform(Matrix<Complex<T>>, Matrix<Complex<T>>) Computes the discrete Fourier transform of a complex signal.
(Inherited from Fft2D<T>)
BackwardTransform(Matrix<Complex<T>>, Matrix<T>, RealFftFormat) Computes the inverse discrete Fourier transform of a real signal.
(Inherited from Fft2D<T>)
BackwardTransformInPlace(Array2D<Complex<Single>>) Computes the inverse discrete Fourier transform of a complex signal in place.
(Overrides Fft2D<T>.BackwardTransformInPlace(Array2D<Complex<T>>))
BackwardTransformInPlace(DenseMatrix<Complex<T>>) Computes the inverse discrete Fourier transform of a complex signal in place.
(Inherited from Fft2D<T>)
BackwardTransformInPlace(Matrix<Complex<T>>) Computes the inverse discrete Fourier transform of a complex signal in place.
(Inherited from Fft2D<T>)
Dispose() Implements the IDisposable interface.
(Inherited from FftBase<T>)
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
ForwardTransform(Matrix<T>) Computes the discrete Fourier transform of a real signal and returns the result.
(Inherited from Fft2D<T>)
ForwardTransform(Matrix<Complex<T>>) Computes the discrete Fourier transform of a complex signal and returns the result.
(Inherited from Fft2D<T>)
ForwardTransform(Array2D<Complex<Single>>, Array2D<Complex<Single>>) Computes the discrete Fourier transform of a complex signal.
(Overrides Fft2D<T>.ForwardTransform(Array2D<Complex<T>>, Array2D<Complex<T>>))
ForwardTransform(Array2D<Single>, Array2D<Complex<Single>>) Computes the discrete Fourier transform of a real signal.
(Overrides Fft2D<T>.ForwardTransform(Array2D<T>, Array2D<Complex<T>>))
ForwardTransform(DenseMatrix<T>, ComplexConjugateSignalMatrix<T>) Computes the discrete Fourier transform of a real signal.
(Inherited from Fft2D<T>)
ForwardTransform(DenseMatrix<Complex<T>>, DenseMatrix<Complex<T>>) Computes the discrete Fourier transform of a complex signal.
(Inherited from Fft2D<T>)
ForwardTransform(Matrix<T>, Matrix<Complex<T>>) Computes the discrete Fourier transform of a real signal.
(Inherited from Fft2D<T>)
ForwardTransform(Matrix<Complex<T>>, Matrix<Complex<T>>) Computes the discrete Fourier transform of a complex signal.
(Inherited from Fft2D<T>)
ForwardTransform(Matrix<T>, Matrix<Complex<T>>, RealFftFormat) Computes the discrete Fourier transform of a real signal.
(Inherited from Fft2D<T>)
ForwardTransformInPlace(Array2D<Complex<Single>>) Computes the discrete Fourier transform of a complex signal in place.
(Overrides Fft2D<T>.ForwardTransformInPlace(Array2D<Complex<T>>))
ForwardTransformInPlace(DenseMatrix<Complex<T>>) Computes the discrete Fourier transform of a complex signal in place.
(Inherited from Fft2D<T>)
ForwardTransformInPlace(Matrix<Complex<T>>) Computes the discrete Fourier transform of a complex signal in place.
(Inherited from Fft2D<T>)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetLength Returns the length of the transform for the specified dimension.
(Inherited from FftBase<T>)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also