|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DftNormalization | |
|---|---|
| org.apache.commons.math3.transform | Implementations of transform methods, including Fast Fourier transforms. |
| Uses of DftNormalization in org.apache.commons.math3.transform |
|---|
| Methods in org.apache.commons.math3.transform that return DftNormalization | |
|---|---|
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. |
| Methods in org.apache.commons.math3.transform with parameters of type DftNormalization | |
|---|---|
protected static void |
AbstractFastFourierTransformer.normalizeTransformedData(double[][] dataRI,
DftNormalization normalization,
TransformType type)
Applies the proper normalization to the specified transformed data. |
| Constructors in org.apache.commons.math3.transform with parameters of type DftNormalization | |
|---|---|
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 |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||