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 TaskcalcTask()voiddispose()TaskgetFnPower(Function f, VVector A)TaskgetLinearFT(VVector A)TaskgetPower(VVector A)Vecimag()Vecreal()voidrun()voidsetInput(Vec in)voidstarting()voidstopping()java.lang.StringtoString()
-
-
-
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
-
-