public static class SignalProcessing.SincSampleGenerator extends java.lang.Object implements DoubleUnaryOperation
Constructor and Description |
---|
SincSampleGenerator() |
Modifier and Type | Method and Description |
---|---|
double |
operate(double time)
Operate on the operand, returning a value of the same type.
|
public final double operate(double time)
DoubleUnaryOperation
operate
in interface DoubleUnaryOperation
time
- The operand.