ManagedFftOfSingle Class

Represents a managed FFT implementation.

Definition

Namespace: Extreme.Mathematics.SignalProcessing
Assembly: Extreme.Numerics.SinglePrecision (in Extreme.Numerics.SinglePrecision.dll) Version: 8.1.4
C#
public sealed class ManagedFftOfSingle : Fft<float>
Inheritance
Object  →  FftBase<Single>  →  Fft<Single>  →  ManagedFftOfSingle

Constructors

ManagedFftOfSingle Constructs a new managed FFT implementation.

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(ComplexConjugateSignalVector<T>) Computes the discrete Fourier transform of a real signal and returns the result.
(Inherited from Fft<T>)
BackwardTransform(Vector<Complex<T>>) Computes the discrete Fourier transform of a complex signal and returns the result..
(Inherited from Fft<T>)
BackwardTransform(ArraySlice<Complex<Single>>, ArraySlice<Complex<Single>>) Computes the discrete Fourier transform of a complex signal.
(Overrides Fft<T>.BackwardTransform(ArraySlice<Complex<T>>, ArraySlice<Complex<T>>))
BackwardTransform(ArraySlice<Complex<Single>>, ArraySlice<Single>) Computes the discrete Fourier transform of a real signal.
(Overrides Fft<T>.BackwardTransform(ArraySlice<Complex<T>>, ArraySlice<T>))
BackwardTransform(ComplexConjugateSignalVector<T>, DenseVector<T>) Computes the discrete Fourier transform of a real signal.
(Inherited from Fft<T>)
BackwardTransform(DenseVector<Complex<T>>, DenseVector<Complex<T>>) Computes the discrete Fourier transform of a complex signal.
(Inherited from Fft<T>)
BackwardTransform(Vector<Complex<T>>, Vector<T>) Computes the discrete Fourier transform of a real signal.
(Inherited from Fft<T>)
BackwardTransform(Vector<Complex<T>>, Vector<Complex<T>>) Computes the discrete Fourier transform of a complex signal.
(Inherited from Fft<T>)
BackwardTransform(Vector<Complex<T>>, Vector<T>, RealFftFormat) Computes the inverse discrete Fourier transform of a real signal.
(Inherited from Fft<T>)
BackwardTransformInPlace(ArraySlice<Complex<Single>>) Computes the inverse discrete Fourier transform of a complex signal in place.
(Overrides Fft<T>.BackwardTransformInPlace(ArraySlice<Complex<T>>))
BackwardTransformInPlace(DenseVector<Complex<T>>) Computes the inverse discrete Fourier transform of a complex signal in place.
(Inherited from Fft<T>)
BackwardTransformInPlace(Vector<Complex<T>>) Computes the inverse discrete Fourier transform of a complex signal in place.
(Inherited from Fft<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(Vector<T>) Computes the discrete Fourier transform of a real signal and returns the result.
(Inherited from Fft<T>)
ForwardTransform(Vector<Complex<T>>) Computes the discrete Fourier transform of a complex signal and returns the result.
(Inherited from Fft<T>)
ForwardTransform(ArraySlice<Complex<Single>>, ArraySlice<Complex<Single>>) Computes the discrete Fourier transform of a complex signal.
(Overrides Fft<T>.ForwardTransform(ArraySlice<Complex<T>>, ArraySlice<Complex<T>>))
ForwardTransform(ArraySlice<Single>, ArraySlice<Complex<Single>>) Computes the discrete Fourier transform of a real signal.
(Overrides Fft<T>.ForwardTransform(ArraySlice<T>, ArraySlice<Complex<T>>))
ForwardTransform(DenseVector<T>, ComplexConjugateSignalVector<T>) Computes the discrete Fourier transform of a real signal.
(Inherited from Fft<T>)
ForwardTransform(DenseVector<Complex<T>>, DenseVector<Complex<T>>) Computes the discrete Fourier transform of a complex signal.
(Inherited from Fft<T>)
ForwardTransform(Vector<T>, Vector<Complex<T>>) Computes the discrete Fourier transform of a real signal.
(Inherited from Fft<T>)
ForwardTransform(Vector<Complex<T>>, Vector<Complex<T>>) Computes the discrete Fourier transform of a complex signal.
(Inherited from Fft<T>)
ForwardTransform(Vector<T>, Vector<Complex<T>>, RealFftFormat) Computes the discrete Fourier transform of a real signal.
(Inherited from Fft<T>)
ForwardTransformInPlace(ArraySlice<Complex<Single>>) Computes the discrete Fourier transform of a complex signal in place.
(Overrides Fft<T>.ForwardTransformInPlace(ArraySlice<Complex<T>>))
ForwardTransformInPlace(DenseVector<Complex<T>>) Computes the discrete Fourier transform of a complex signal in place.
(Inherited from Fft<T>)
ForwardTransformInPlace(Vector<Complex<T>>) Computes the discrete Fourier transform of a complex signal in place.
(Inherited from Fft<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)
SampleFrequencies() Returns a vector containing the sample frequencies.
(Inherited from Fft<T>)
SampleFrequencies(T) Returns a vector containing the sample frequencies.
(Inherited from Fft<T>)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also