ManagedFft2DOfSingle Class

Represents a managed two-dimensional FFT implementation.

Definition

Namespace: Numerics.NET.SignalProcessing
Assembly: Numerics.NET.SinglePrecision (in Numerics.NET.SinglePrecision.dll) Version: 9.0.0
C#
public sealed class ManagedFft2DOfSingle : Fft2D<float>
Inheritance
Object  →  FftBase<Single>  →  Fft2D<Single>  →  ManagedFft2DOfSingle

Properties

BackwardScaleFactor Gets or sets the scale factor used in forward transforms.
(Inherited from FftBase<T>)
Committed Gets whether the FFT implementation has committed to its current property values.
(Inherited from FftBase<T>)
Dimension Gets or sets the dimension of the FFT.
(Inherited from FftBase<T>)
Domain Gets or sets the domain of the FFT.
(Inherited from FftBase<T>)
ForwardScaleFactor Gets or sets the scale factor used in forward transforms.
(Inherited from FftBase<T>)
InPlace Gets or sets whether the transform should be performed in place.
(Inherited from FftBase<T>)

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(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(ReadOnlySpan2D<Complex<T>>, Span2D<T>)
(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>)
BackwardTransform(ReadOnlySpan<Complex<Single>>, Int32, Span<Complex<Single>>, Int32) Computes the discrete Fourier transform of a complex signal.
(Overrides Fft2D<T>.BackwardTransform(ReadOnlySpan<Complex<T>>, Int32, Span<T>, Int32))
BackwardTransform(ReadOnlySpan<Complex<Single>>, Int32, Span<Single>, Int32) Computes the discrete Fourier transform of a real signal.
(Overrides Fft2D<T>.BackwardTransform(ReadOnlySpan<Complex<T>>, Int32, Span<T>, Int32))
BackwardTransform<TStorage2D>(TStorage2D, TStorage2D) Computes the discrete Fourier transform of a complex signal.
(Inherited from Fft2D<T>)
BackwardTransform<TStorage2D, TComplexStorage2D>(TComplexStorage2D, TStorage2D) Computes the discrete Fourier transform of a real signal.
(Inherited from Fft2D<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>)
BackwardTransformInPlace(Span2D<Complex<T>>)
(Inherited from Fft2D<T>)
BackwardTransformInPlace(Span<Complex<Single>>, Int32) Computes the inverse discrete Fourier transform of a complex signal in place.
(Overrides Fft2D<T>.BackwardTransformInPlace(Span<Complex<T>>, Int32))
BackwardTransformInPlace<TStorage2D>(TStorage2D) 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(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(ReadOnlySpan2D<T>, Span2D<Complex<T>>)
(Inherited from Fft2D<T>)
ForwardTransform(Matrix<T>, Matrix<Complex<T>>, RealFftFormat) Computes the discrete Fourier transform of a real signal.
(Inherited from Fft2D<T>)
ForwardTransform(ReadOnlySpan<Complex<Single>>, Int32, Span<Complex<Single>>, Int32) Computes the discrete Fourier transform of a complex signal.
(Overrides Fft2D<T>.ForwardTransform(ReadOnlySpan<T>, Int32, Span<Complex<T>>, Int32))
ForwardTransform(ReadOnlySpan<Single>, Int32, Span<Complex<Single>>, Int32) Computes the discrete Fourier transform of a real signal.
(Overrides Fft2D<T>.ForwardTransform(ReadOnlySpan<T>, Int32, Span<Complex<T>>, Int32))
ForwardTransform<TStorage2D, TComplexStorage2D>(TStorage2D, Array2D<Complex<T>>) Computes the discrete Fourier transform of a real signal.
(Inherited from Fft2D<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>)
ForwardTransformInPlace(Span2D<Complex<T>>)
(Inherited from Fft2D<T>)
ForwardTransformInPlace(Span<Complex<Single>>, Int32) Computes the discrete Fourier transform of a complex signal in place.
(Overrides Fft2D<T>.ForwardTransformInPlace(Span<Complex<T>>, Int32))
ForwardTransformInPlace<TStorage2D>(TStorage2D) 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