Constructor and Description |
---|
DoubleTable(double[] data) |
DoubleTable(int numFrames) |
DoubleTable(ShortSample shortSample) |
Modifier and Type | Method and Description |
---|---|
void |
allocate(int numFrames) |
double |
evaluate(double input)
Treat the double array as a lookup table with a domain of -1.0 to 1.0.
|
int |
length() |
void |
write(double[] data) |
void |
write(int startFrame,
double[] data,
int startIndex,
int numFrames) |
void |
write(int startFrame,
short[] data,
int startIndex,
int numFrames) |
public DoubleTable(int numFrames)
public DoubleTable(double[] data)
public DoubleTable(ShortSample shortSample)