Package ptolemy.math

Class 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.
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SincSampleGenerator

        public 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.