DIntegratorVF is part of the WaveTrain system class library
Implement a discrete integrator on a two-vector using the discrete transfer function approach.
|
Parameters
|
sampleTime |  double | Time interval between samples in seconds | 1 |
priority |  int | Execution priority | 0 |
Inputs
|
u |  Vector<float> | Input Vector | Vector() |
Outputs
|
y |  Vector<float> | Output Vector | |
Subsystems |
|
|
|
|
|
|
|
|
|
sampleTime |  double | sampleTime |
priority |  int | priority |
|
|
|
|
|
sampleTime |  double | sampleTime |
priority |  int | priority |
|
|
|
|
|
|
|
|
|
|
vftof0.v | <<= | u |
vftof1.v | <<= | u |
y | <<= | ftovf.vout |
ftovf.f1 | <<= | dintegrator1.y |
ftovf.f0 | <<= | dintegrator0.y |
dintegrator0.u | <<= | vftof0.fout |
dintegrator1.u | <<= | vftof1.fout |
|
|
Last Saved: Thu Jul 19 22:23:30 MDT 2001 by TVE version 2007B
|