Represents a discrete one-dimensional Fourier Transform implementation.
Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
| Name | Description |
---|
 | BackwardTransform(ComplexConjugateSignalVector) |
Computes the discrete Fourier transform of a real signal and returns the result.
|
 | BackwardTransform(ComplexVector) |
Computes the discrete Fourier transform of a complex signal and returns the result..
|
 | BackwardTransform(ArraySliceDoubleComplex, ArraySliceDoubleComplex) |
Computes the discrete Fourier transform of a complex signal.
|
 | BackwardTransform(ArraySliceDoubleComplex, ArraySliceDouble) |
Computes the discrete Fourier transform of a real signal.
|
 | BackwardTransform(ComplexConjugateSignalVector, DenseVector) |
Computes the discrete Fourier transform of a real signal.
|
 | BackwardTransform(ComplexDenseVector, ComplexDenseVector) |
Computes the discrete Fourier transform of a complex signal.
|
 | BackwardTransform(ComplexVector, ComplexVector) |
Computes the discrete Fourier transform of a complex signal.
|
 | BackwardTransform(ComplexVector, Vector) |
Computes the discrete Fourier transform of a real signal.
|
 | BackwardTransform(ComplexVector, Vector, RealFftFormat) |
Computes the inverse discrete Fourier transform of a real signal.
|
 | BackwardTransformInPlace(ArraySliceDoubleComplex) |
Computes the inverse discrete Fourier transform of a complex signal in place.
|
 | BackwardTransformInPlace(ComplexDenseVector) |
Computes the inverse discrete Fourier transform of a complex signal in place.
|
 | BackwardTransformInPlace(ComplexVector) |
Computes the inverse discrete Fourier transform of a complex signal in place.
|
 | Commit |
Commits the implementation.
(Inherited from FftBaseT.) |
  | CreateComplex |
Creates a Fast Fourier Transformer for one-dimensional real data.
|
  | CreateReal |
Creates a Fast Fourier Transformer for one-dimensional real data.
|
 | Dispose | (Inherited from FftBaseT.) |
 | Dispose(Boolean) |
Implements the Dispose pattern.
(Inherited from FftBaseT.) |
 | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
 | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
 | ForwardTransform(ComplexVector) |
Computes the discrete Fourier transform of a complex signal and returns the result.
|
 | ForwardTransform(Vector) |
Computes the discrete Fourier transform of a real signal and returns the result.
|
 | ForwardTransform(ArraySliceDoubleComplex, ArraySliceDoubleComplex) |
Computes the discrete Fourier transform of a complex signal.
|
 | ForwardTransform(ArraySliceDouble, ArraySliceDoubleComplex) |
Computes the discrete Fourier transform of a real signal.
|
 | ForwardTransform(ComplexDenseVector, ComplexDenseVector) |
Computes the discrete Fourier transform of a complex signal.
|
 | ForwardTransform(ComplexVector, ComplexVector) |
Computes the discrete Fourier transform of a complex signal.
|
 | ForwardTransform(DenseVector, ComplexConjugateSignalVector) |
Computes the discrete Fourier transform of a real signal.
|
 | ForwardTransform(Vector, ComplexVector) |
Computes the discrete Fourier transform of a real signal.
|
 | ForwardTransform(Vector, ComplexVector, RealFftFormat) |
Computes the discrete Fourier transform of a real signal.
|
 | ForwardTransformInPlace(ArraySliceDoubleComplex) |
Computes the discrete Fourier transform of a complex signal in place.
|
 | ForwardTransformInPlace(ComplexDenseVector) |
Computes the discrete Fourier transform of a complex signal in place.
|
 | ForwardTransformInPlace(ComplexVector) |
Computes the discrete Fourier transform of a complex signal in place.
|
 | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
 | GetLength |
Returns the length of the transform for the specified dimension.
(Inherited from FftBaseT.) |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Some implementations use unmanaged resources. To ensure that all resources are released properly,
you should call the [!:FftBase`1.Dispose()] method when you are done with the object.
This class is abstract and cannot be instantiated. Instead,
use one of the methods of an FftProvider
to construct an Fft object from that provider.