Full Library / Algorithmic / Analog / waveform generators / FirstOrderHold
Block Name: FirstOrderHold
- public class FirstOrderHold
- extends VisualSim.actor.lib.Transformer
- implements VisualSim.simulators.ct.kernel.CTWaveformGenerator
Convert discrete events at the input to a continuous-time signal at the output by projecting the value with the derivative.
derivative
public VisualSim.actor.TypedIOPort derivative
- The input port that takes the derivative. The type is double.
defaultDerivative
public VisualSim.data.expr.Parameter 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
public VisualSim.data.expr.Parameter 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.
Created with the Personal Edition of HelpNDoc: Free Web Help generator