
FirstOrderHold |
ptolemy.domains.ct.lib.FirstOrderHold |
Convert discrete events at the input to a continuous-time signal at the
output by projecting the value with the derivative.
Author(s): Jie Liu
Version:$Id: FirstOrderHold.java,v 1.29 2005/10/28 20:17:55 cxh Exp $
Pt.Proposed Rating:Red (liuj)
Pt.Accepted Rating:Red (cxh)
derivative
The input port that takes the derivative. The type is double.
defaultDerivative
Default input derivative before receiving ay inputs.
The default is an integer with value 0.
The type of the output is set to at least this type.
defaultValue
Default output before any input has received.
The default is an integer with value 0.
The type of the output is set to at least this type.