Package samer.units
Class FFTVector
- java.lang.Object
-
- samer.units.FFT
-
- samer.units.FFTVector
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description Task
calcTask()
void
dispose()
Task
getFnPower(Function f, VVector A)
Task
getLinearFT(VVector A)
Task
getPower(VVector A)
Vec
imag()
Vec
real()
void
run()
void
setInput(Vec in)
void
starting()
void
stopping()
java.lang.String
toString()
-
-
-
Constructor Detail
-
FFTVector
public FFTVector(int N) throws java.lang.Exception
- Throws:
java.lang.Exception
-
FFTVector
public FFTVector(Vec in) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-