DIntegratorF is part of the WaveTrain system class library
Implement a discrete integrator using a discrete transfer function approach.
|
Parameters
|
sampleTime |  double | Time interval between samples in seconds | 1 |
priority |  int | Execution priority | 0 |
Inputs
|
u |  float | Input | 0 |
Outputs
|
y |  float | Output | |
Subsystems |
|
|
|
numerator |  Vector<float> | VecF(1,(float)sampleTime) |
denominator |  Vector<float> | VecF(2,1.0,-1.0) |
sampleTime |  double | sampleTime |
priority |  int | priority |
|
|
|
|
|
|
|
dtransferfunf.u | <<= | u |
y | <<= | dtransferfunf.y |
|
|
Last Saved: Thu Jul 19 21:40:53 MDT 2001 by TVE version 2007B
|