Class QuantizedSampler

  • All Implemented Interfaces:
    java.lang.Cloneable, Actor, Executable, FiringsRecordable, Initializable, TypedActor, Changeable, Debuggable, DebugListener, Derivable, Instantiable, ModelErrorHandler, MoMLExportable, Moveable, Nameable

    public class QuantizedSampler
    extends Transformer
    Output the input if the signal has changed more than a quantum value since the last input.

    This quantizer is designed to take an input signal and send it to its output port if the signal has changed by more than a quantum relative to the last signal seen at the input port.

    The number of outputs produced by this actor is dependent on the input values, so it should not be used with domains like SDF.

    Since:
    Ptolemy II 11.0
    Version:
    $Id$
    Author:
    Thierry S. Nouidui, contributor: Christopher Brooks
    Pt.AcceptedRating:
    Red (cxh)
    Pt.ProposedRating:
    Yellow (eal)