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)
DoubleUnaryOperationoperate in interface DoubleUnaryOperationtime - The operand.