ManagedFftOfSingle Methods

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<T>>, ArraySlice<T>) Computes the discrete Fourier transform of a real signal.
(Inherited from Fft<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<T>, RealFftFormat) Computes the inverse discrete Fourier transform of a real signal.
(Inherited from Fft<T>)
BackwardTransform(ReadOnlySpan<Complex<Single>>, Int32, Span<Complex<Single>>, Int32) Computes the discrete Fourier transform of a complex signal.
(Overrides Fft<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 Fft<T>.BackwardTransform(ReadOnlySpan<Complex<T>>, Int32, Span<T>, Int32))
BackwardTransformInPlace(ArraySlice<Complex<T>>) Computes the inverse discrete Fourier transform of a complex signal in place.
(Inherited from Fft<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>)
BackwardTransformInPlace(Span<Complex<Single>>, Int32) Computes the inverse discrete Fourier transform of a complex signal in place.
(Overrides Fft<T>.BackwardTransformInPlace(Span<Complex<T>>, Int32))
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(ArraySlice<T>, ArraySlice<Complex<T>>) Computes the discrete Fourier transform of a real signal.
(Inherited from Fft<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<T>, Vector<Complex<T>>, RealFftFormat) Computes the discrete Fourier transform of a real signal.
(Inherited from Fft<T>)
ForwardTransform(ReadOnlySpan<Complex<Single>>, Int32, Span<Complex<Single>>, Int32) Computes the discrete Fourier transform of a complex signal.
(Overrides Fft<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 Fft<T>.ForwardTransform(ReadOnlySpan<T>, Int32, Span<Complex<T>>, Int32))
ForwardTransformInPlace(ArraySlice<Complex<T>>) Computes the discrete Fourier transform of a complex signal in place.
(Inherited from Fft<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>)
ForwardTransformInPlace(Span<Complex<Single>>, Int32) Computes the discrete Fourier transform of a complex signal in place.
(Overrides Fft<T>.ForwardTransformInPlace(Span<Complex<T>>, Int32))
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