See: Description
Interface | Description |
---|---|
Ops.BinaryOp |
BinaryOps are operations such as add, pow, atan2
|
Ops.LongBinaryOp |
Like BinaryOp, but operands and result are long.
|
Ops.UnaryOp |
UnaryOps are one-argument operations, such as sin, abs, and sqrt
|
OpsParl.BinaryOp |
BinaryOps are operations such as add, pow, atan2
|
Class | Description |
---|---|
CoerceUtil |
Utility class for reconciling the geometries of two datasets.
|
Ops |
A fairly complete set of operations for QDataSets, including binary operations
like "add" and "subtract", but also more abstract (and complex) operations like
smooth and fftPower.
|
OpsParl |
Enum | Description |
---|---|
Ops.FFTFilterType |
Enumeration identifying windows applied to data before doing FFTs.
|
Package for useful QDataSet operations, including Ops.java, the giant list of operators for QDataSet, doing everything from adding two to performing FFTs to make a spectrogram from a waveform. CoerceUtil contains the logic for reconciling the geometries of two datasets.