public FourierTransformer(
int size,
FourierSign signConvention,
FourierNormalization normalizationConvention
)
Public Sub New (
size As Integer,
signConvention As FourierSign,
normalizationConvention As FourierNormalization
)
public:
FourierTransformer(
int size,
FourierSign signConvention,
FourierNormalization normalizationConvention
)
new :
size : int *
signConvention : FourierSign *
normalizationConvention : FourierNormalization -> FourierTransformer
There are multiple conventions for both the sign of the exponent and the overall normalization of Fourier transforms. The default conventions for some widely used software packages are summarized in the following table.
Software | Sign | Normalization |
---|---|---|
Meta.Numerics | Negative | None |
Matlab | Negative | None |
Mathmatica | Positive | Unitary |
Numerical Recipies | Positive | None |