ptolemy.math
Class SignalProcessing.SincSampleGenerator

java.lang.Object
  extended by 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
SignalProcessing.SincSampleGenerator()
           
 
Method Summary
 double operate(double time)
          Operate on the operand, returning a value of the same type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SignalProcessing.SincSampleGenerator

public SignalProcessing.SincSampleGenerator()
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 interface DoubleUnaryOperation
Parameters:
time - The operand.
Returns:
The results of the operation.