Go to the documentation of this file.
54 void binValue(
int binNumber,
float * outRealPart,
float * outComplexPart);
58 void setBin(
int binNumber,
float realPart,
float imagPart);
59 void setBins(
float * real,
float * imag);
62 void setBins(
int lower,
int upper,
float* real,
float* imag);