public class FFTData
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
float[] |
getImag()
Gets imaginary part.
|
byte[] |
getImagAsBytes()
Byte sequence version of
getImag() This method is recommended for Python-based AI |
float[] |
getReal()
Gets real part.
|
byte[] |
getRealAsBytes()
Byte sequence version of
getReal() .This method is recommended for Python-based AI |
public float[] getReal()
public float[] getImag()
public byte[] getRealAsBytes()
getReal()
.public byte[] getImagAsBytes()
getImag()