Click or drag to resize

NativeFourierMethods Class

This class provides reference methods related to Fourier transformation that are slow and not very accurate. Do not use them except for comparism and testing purposes! The direction of the forward Fourier transform will be defined here as reference for all other Fourier methods as multiplication of f(x)*exp(iwt), i.e. as (wt) having a positive sign (forward) and wt having a negative sign (backward).
Inheritance Hierarchy
SystemObject
  Altaxo.Calc.FourierNativeFourierMethods

Namespace: Altaxo.Calc.Fourier
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class NativeFourierMethods

The NativeFourierMethods type exposes the following members.

Constructors
 NameDescription
Public methodNativeFourierMethodsInitializes a new instance of the NativeFourierMethods class
Top
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