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.

Method Index

 o inverseTransform(Complex[])
Inverse Fourier transform.
 o sort(Complex[])
Sorts the output from the Fourier transfom methods into ascending component order.
 o transform(Complex[])
Fourier transform.

Methods

 o transform
  public static Complex[] transform(Complex data[])
Fourier transform.
 o inverseTransform
  public static Complex[] inverseTransform(Complex data[])
Inverse Fourier transform.
 o 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