public class FastFourierTransformer extends AbstractFastFourierTransformer
Constructor and Description |
---|
FastFourierTransformer(DftNormalization dftNormalization)
Constructor of the class FastFourierTransformer, inherited from the one of the abstract class
AbstractFastFourierTransformer
|
Modifier and Type | Method and Description |
---|---|
Complex[] |
transform(Complex[] f,
TransformType type)
Returns the (forward, inverse) transform of the specified complex data set.
|
Complex[] |
transform(double[] f,
TransformType type)
Returns the (forward, inverse) transform of the specified real data set.
|
getNormalization, normalizeTransformedData, transform
public FastFourierTransformer(DftNormalization dftNormalization)
dftNormalization
- an enum with two possible values : STANDARD or UNITARYpublic Complex[] transform(double[] f, TransformType type)
f
- the real data array to be transformedtype
- the type of transform (forward, inverse) to be performedpublic Complex[] transform(Complex[] f, TransformType type)
f
- the complex data array to be transformedtype
- the type of transform (forward, inverse) to be performedCopyright © 2020 CNES. All rights reserved.