Uses of Package
org.apache.commons.math3.transform

Packages that use org.apache.commons.math3.transform
org.apache.commons.math3.transform Implementations of transform methods, including Fast Fourier transforms. 
 

Classes in org.apache.commons.math3.transform used by org.apache.commons.math3.transform
AbstractFastFourierTransformer
          This abstract class is common to all FFT algorithms of this library.
DctNormalization
          This enumeration defines the various types of normalizations that can be applied to discrete cosine transforms (DCT).
DftNormalization
          This enumeration defines the various types of normalizations that can be applied to discrete Fourier transforms (DFT).
DstNormalization
          This enumeration defines the various types of normalizations that can be applied to discrete sine transforms (DST).
IFastFourierTransformer
          This interface gathers all the FFT algorithms of this library.
RealTransformer
          Interface for one-dimensional data sets transformations producing real results.
TransformType
          This enumeration defines the type of transform which is to be computed.
 



Copyright © 2016 CNES. All Rights Reserved.