Package | Description |
---|---|
fr.cnes.sirius.patrius.math.transform |
Modifier and Type | Method and Description |
---|---|
DftNormalization |
AbstractFastFourierTransformer.getNormalization()
Gets the private attribute normalization.
|
static DftNormalization |
DftNormalization.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DftNormalization[] |
DftNormalization.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
AbstractFastFourierTransformer.normalizeTransformedData(double[][] dataRI,
DftNormalization normalization,
TransformType type)
Applies the proper normalization to the specified transformed data.
|
Constructor and Description |
---|
AbstractFastFourierTransformer(DftNormalization dftNormalization)
Creates a new instance of this class, with various normalization
conventions.
|
FastFourierTransformer(DftNormalization dftNormalization)
Constructor of the class FastFourierTransformer, inherited from the one of the abstract class
AbstractFastFourierTransformer
|
Copyright © 2021 CNES. All rights reserved.