Package ptolemy.math
Class SignalProcessing.SincSampleGenerator
- java.lang.Object
-
- ptolemy.math.SignalProcessing.SincSampleGenerator
-
- All Implemented Interfaces:
DoubleUnaryOperation
- Enclosing class:
- SignalProcessing
public static class SignalProcessing.SincSampleGenerator extends java.lang.Object implements DoubleUnaryOperation
This class generates samples of a sinc wave with the specified first zero crossing.
-
-
Constructor Summary
Constructors Constructor Description SincSampleGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
operate(double time)
Operate on the operand, returning a value of the same type.
-
-
-
Method Detail
-
operate
public final double operate(double time)
Description copied from interface:DoubleUnaryOperation
Operate on the operand, returning a value of the same type.- Specified by:
operate
in interfaceDoubleUnaryOperation
- Parameters:
time
- The operand.- Returns:
- The results of the operation.
-
-