DStateSpaceSysF is part of the WaveTrain system class library
Implements a discrete state-space system: x(n+1)=Ax(n)+Bu(n), y(n)=Cx(n)+du(n).
|
|
Parameters
|
| A |  Array<float> | State-space A matrix coefficients | arrayFloat(1,1,1.0) |
| B |  Array<float> | State-space B matrix coefficients | arrayFloat(1,1,1.0) |
| C |  Array<float> | State-space C matrix coefficients | arrayFloat(1,1,1.0) |
| D |  Array<float> | State-space D matrix coefficients | arrayFloat(1,1,1.0) |
| x0 |  Vector<float> | Initial state vector | Vector(1,0.0) |
| sampleTime |  double | Time interval between samples in seconds | 1 |
| priority |  int | Ordering priority | 0 |
|
Inputs
|
| u |  Vector<float> | Input Vector | Vector() |
|
Outputs
|
| y |  Vector<float> | Output Vector | |
|
Subsystems |
|
|
|
|
Last Saved: Wed May 23 22:10:30 MDT 2001 by TVE version 2007B
|
| |