Class JSci.maths.FourierMath
All Packages Class Hierarchy This Package Previous Next Index
Class JSci.maths.FourierMath
java.lang.Object
|
+----JSci.maths.FourierMath
- public final class FourierMath
- extends Object
The Fourier math library.
This class cannot be subclassed or instantiated because all methods are static.
-
inverseTransform(Complex[])
- Inverse Fourier transform.
-
sort(Complex[])
- Sorts the output from the Fourier transfom methods into ascending component order.
-
transform(Complex[])
- Fourier transform.
transform
public static Complex[] transform(Complex data[])
- Fourier transform.
inverseTransform
public static Complex[] inverseTransform(Complex data[])
- Inverse Fourier transform.
sort
public static Complex[] sort(Complex output[])
- Sorts the output from the Fourier transfom methods into ascending component order.
All Packages Class Hierarchy This Package Previous Next Index