Click or drag to resize

NativeFourierMethods Methods

The NativeFourierMethods type exposes the following members.

Methods
 NameDescription
Public methodStatic memberConvolutionCyclic(Double, Double, Double, Int32) Performes a cyclic convolution between array arr1 and arr2 and stores the result in resultarr. Resultarr must be different from the other two arrays.
Public methodStatic memberConvolutionCyclic(Double, Double, Double, Double, Double, Double, Int32) Performes a cyclic convolution between splitted complex arrays and stores the result in resultarr. Resultarr must be different from the input arrays.
Public methodStatic memberConvolutionNonCyclic Performes a non-cyclic convolution between array arr1 and arr2 and stores the result in resultarr. Resultarr must be different from the other two arrays.
Public methodStatic memberCorrelationCyclic(Double, Double, Double, Int32) Performes a cyclic correlation between array arr1 and arr2 and stores the result in resultarr. Resultarr must be different from the other two arrays.
Public methodStatic memberCorrelationCyclic(Double, Double, Double, Double, Double, Double, Int32) Performes a cyclic correlation between splitted complex arrays and stores the result in resultarr. Resultarr must be different from the input arrays.
Public methodStatic memberCorrelationNonCyclic Performes a non-cyclic correlation between array arr1 and arr2 and stores the result in resultarr. Resultarr must be different from the other two arrays.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodStatic memberFourierTransformation(Double, FourierDirection) Performs a inline native fouriertransformation of real and imaginary part arrays.
Public methodStatic memberFourierTransformation(Double, Double, FourierDirection) Performs a inline native fouriertransformation of real and imaginary part arrays.
Public methodStatic memberFourierTransformation(Double, Double, Int32, FourierDirection) Performs a native fouriertransformation of a real value array.
Public methodStatic memberFourierTransformation(Double, Complex, Int32, FourierDirection) Performs a native fouriertransformation of a real value array.
Public methodStatic memberFourierTransformation(Double, Double, Double, Double, Int32, FourierDirection) Performs a native Fourier transformation of a complex value array.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also