| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectJSci.maths.AbstractMath
JSci.maths.FourierMath
The Fourier math library. This class cannot be subclassed or instantiated because all methods are static.
| Field Summary | 
| Fields inherited from interface JSci.maths.NumericalConstants | 
| GAMMA, GOLDEN_RATIO, LOG10, SQRT2, SQRT2PI, TWO_PI | 
| Method Summary | |
| static Complex[] | inverseTransform(Complex[] data)Inverse Fourier transform. | 
| static Complex[] | inverseTransform(double[] data)Inverse Fourier transform. | 
| static Complex[] | inverseTransform(double[] dataReal,
                 double[] dataImag)Inverse Fourier transform. | 
| static Complex[] | sort(Complex[] output)Sorts the output from the Fourier transfom methods into ascending frequency/time order. | 
| static Complex[] | transform(Complex[] data)Fourier transform. | 
| static Complex[] | transform(double[] data)Fourier transform. | 
| static Complex[] | transform(double[] dataReal,
          double[] dataImag)Fourier transform. | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
public static Complex[] transform(Complex[] data)
public static Complex[] transform(double[] dataReal,
                                  double[] dataImag)
public static Complex[] transform(double[] data)
public static Complex[] inverseTransform(Complex[] data)
public static Complex[] inverseTransform(double[] dataReal,
                                         double[] dataImag)
public static Complex[] inverseTransform(double[] data)
public static Complex[] sort(Complex[] output)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||