Documentation of 'org.apache.commons.math3.transform.RealTransformer' Java class
RealTransformer
org.apache.commons.math3.transform

Interface RealTransformer

    • Method Detail

      • transform

        double[] transform(double[] f,
                           TransformType type)
                    throws MathIllegalArgumentException
        Returns the (forward, inverse) transform of the specified real data set.
        Parameters:
        f - the real data array to be transformed (signal)
        type - the type of transform (forward, inverse) to be performed
        Returns:
        the real transformed array (spectrum)
        Throws:
        MathIllegalArgumentException - if the array cannot be transformed with the given type (this may be for example due to array size, which is constrained in some transforms)

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.