|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.udo.cs.yale.tools.math.FastFourierTransform
public class FastFourierTransform
Performs a FastFourierTransform on an array of complex values. The runtime is O(n log n).
The used direction simply defines used norm factors, it can be omitted but the resulting values may be quantitative wrong.
Field Summary | |
---|---|
static int |
FREQUENCY2TIME
Specifies the transformation from frequency into time domain. |
static int |
TIME2FREQUENCY
Specifies the transformation from time into frequency domain. |
private int |
windowFunctionType
The window function which should be applied before calculating the FT. |
Constructor Summary | |
---|---|
FastFourierTransform(int windowFunctionType)
|
Method Summary | |
---|---|
private int |
bitrev(int j,
double nu)
Calculates ... |
static double |
convertFrequency(double frequency,
int nyquist,
int totalLength)
Normalizes the frequency to the correct value. |
Complex[] |
getFourierTransform(Complex[] series,
int direction,
int functionType)
Performs a fourier transformation in the specified direction. |
Complex[] |
getFourierTransform(ExampleSet exampleSet,
Attribute source,
Attribute target)
Builds the fourier transform from the values of the first attribute onto the second. |
static int |
getGreatestPowerOf2LessThan(int n)
Calculates the greatest power of 2 which is smaller than the given number. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int TIME2FREQUENCY
public static final int FREQUENCY2TIME
private int windowFunctionType
Constructor Detail |
---|
public FastFourierTransform(int windowFunctionType)
Method Detail |
---|
public Complex[] getFourierTransform(ExampleSet exampleSet, Attribute source, Attribute target) throws OperatorException
OperatorException
public static double convertFrequency(double frequency, int nyquist, int totalLength)
public Complex[] getFourierTransform(Complex[] series, int direction, int functionType) throws OperatorException
OperatorException
public static int getGreatestPowerOf2LessThan(int n)
private int bitrev(int j, double nu)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |