Managed Fft Class
Represents a managed FFT implementation.
Definition
Namespace: Numerics.NET.SignalProcessing
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public sealed class ManagedFft : Fft<double>
Constructors
Managed | Constructs a new managed FFT implementation. |
Properties
Backward |
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>) |
Forward |
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
Backward |
Computes the discrete Fourier transform of a real signal and returns the result.
(Inherited from Fft<T>) |
Backward |
Computes the discrete Fourier transform of a complex signal and returns the result..
(Inherited from Fft<T>) |
Backward |
Computes the discrete Fourier transform of a real signal.
(Inherited from Fft<T>) |
Backward |
Computes the discrete Fourier transform of a real signal.
(Inherited from Fft<T>) |
Backward |
Computes the discrete Fourier transform of a complex signal.
(Inherited from Fft<T>) |
Backward |
Computes the discrete Fourier transform of a real signal.
(Inherited from Fft<T>) |
Backward |
Computes the inverse discrete Fourier transform of a real signal.
(Inherited from Fft<T>) |
Backward |
Computes the discrete Fourier transform of a real signal.
(Overrides Fft<T>.BackwardTransform(ReadOnlySpan<Complex<T>>, Int32, Span<T>, Int32)) |
Backward |
Computes the discrete Fourier transform of a real signal.
(Overrides Fft<T>.BackwardTransform(ReadOnlySpan<Complex<T>>, Int32, Span<T>, Int32)) |
Backward |
Computes the inverse discrete Fourier transform of a complex signal in place.
(Inherited from Fft<T>) |
Backward |
Computes the inverse discrete Fourier transform of a complex signal in place.
(Inherited from Fft<T>) |
Backward |
Computes the inverse discrete Fourier transform of a complex signal in place.
(Inherited from Fft<T>) |
Backward |
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>) |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Forward |
Computes the discrete Fourier transform of a real signal and returns the result.
(Inherited from Fft<T>) |
Forward |
Computes the discrete Fourier transform of a real signal.
(Inherited from Fft<T>) |
Forward |
Computes the discrete Fourier transform of a real signal.
(Inherited from Fft<T>) |
Forward |
Computes the discrete Fourier transform of a complex signal.
(Inherited from Fft<T>) |
Forward |
Computes the discrete Fourier transform of a real signal.
(Inherited from Fft<T>) |
Forward |
Computes the discrete Fourier transform of a real signal.
(Inherited from Fft<T>) |
Forward |
Computes the discrete Fourier transform of a real signal.
(Overrides Fft<T>.ForwardTransform(ReadOnlySpan<T>, Int32, Span<Complex<T>>, Int32)) |
Forward |
Computes the discrete Fourier transform of a real signal.
(Overrides Fft<T>.ForwardTransform(ReadOnlySpan<T>, Int32, Span<Complex<T>>, Int32)) |
Forward |
Computes the discrete Fourier transform of a complex signal in place.
(Inherited from Fft<T>) |
Forward |
Computes the discrete Fourier transform of a complex signal in place.
(Inherited from Fft<T>) |
Forward |
Computes the discrete Fourier transform of a complex signal in place.
(Inherited from Fft<T>) |
Forward |
Computes the discrete Fourier transform of a complex signal in place.
(Overrides Fft<T>.ForwardTransformInPlace(Span<Complex<T>>, Int32)) |
Get | Serves as the default hash function. (Inherited from Object) |
Get |
Returns the length of the transform for the specified dimension.
(Inherited from FftBase<T>) |
Get | Gets the Type of the current instance. (Inherited from Object) |
Sample |
Returns a vector containing the sample frequencies.
(Inherited from Fft<T>) |
Sample |
Returns a vector containing the sample frequencies.
(Inherited from Fft<T>) |
ToString | Returns a string that represents the current object. (Inherited from Object) |