Namespaces

Types

Type FourierOptions

Namespace MathNet.Numerics.IntegralTransforms

Parent Enum

Fourier Transform Convention

Fields

Public fields

int value__

return int

FourierOptions InverseExponent

Inverse integrand exponent (forward: positive sign; inverse: negative sign).
return FourierOptions

FourierOptions AsymmetricScaling

Only scale by 1/N in the inverse direction; No scaling in forward direction.
return FourierOptions

FourierOptions NoScaling

Don't scale at all (neither on forward nor on inverse transformation).
return FourierOptions

FourierOptions Default

Universal; Symmetric scaling and common exponent (used in Maple).
return FourierOptions

FourierOptions Matlab

Only scale by 1/N in the inverse direction; No scaling in forward direction (used in Matlab). [= AsymmetricScaling]
return FourierOptions

FourierOptions NumericalRecipes

Inverse integrand exponent; No scaling at all (used in all Numerical Recipes based implementations). [= InverseExponent | NoScaling]
return FourierOptions