Java org.apache.commons.math3.transform FastFourierTransformer fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.math3.transform FastFourierTransformer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.math3.transform FastFourierTransformer.

The text is from its open source code.

Constructor

FastFourierTransformer(final DftNormalization normalization)
Creates a new instance of this class, with various normalization conventions.

Method

Complex[]transform(final double[] f, final TransformType type)
Returns the (forward, inverse) transform of the specified real data set.
Complex[]transform(final Complex[] f, final TransformType type)
Returns the (forward, inverse) transform of the specified complex data set.
voidtransformInPlace(final double[][] dataRI, final DftNormalization normalization, final TransformType type)
Computes the standard transform of the specified complex data.