DSSM – Discrete state space model of a linear system
Block SymbolLicensing group: ADVANCED
Function Description
The DSSM block (Discrete State Space Model) simulates behavior of a linear system
where is the simulation step, is the state vector, is the initial value of the state vector, is the input vector, is the output vector. The matrix is the system dynamics matrix, is the input matrix, is the output matrix and is the direct transmission (feedthrough) matrix.
All matrices are specified in the same format as in Matlab, i.e. the whole matrix is placed in brackets, elements are entered by rows, elements of a row are separated by spaces (blanks), rows are separated by semicolons. The vector is a column, therefore the elements are separated by semicolons (each element is in a separate row).
During the real-time simulation, single simulation step of the above discrete state space model is computed in each execution time instant.
Inputs
R1 | Reset signal. When , the state vector x is set to its initial value x0. The simulation continues on the falling edge of R1 (onoff). | Bool |
HLD | Simulation output holds its value if HLD=on. | Bool |
u1..u16 | Simulated system inputs. First simulation inputs are used where is the number of columns of the matrix Bd. | Double (F64) |
Outputs
iE | Block error code | Error |
|
|
|
y1..y16 | Simulated system outputs. First simulation outputs are used where is the number of rows of the matrix Cd. | Double (F64) |
Parameters
UD | Matrix Dd usage flag. If UD=offthen the Dd matrix is not used for simulation (simulation behaves as if the Dd matrix is zero). | Bool |
Ad | Matrix () of the discrete linear system dynamics. | Double (F64) |
Bd | Input matrix () of the discrete linear system. | Double (F64) |
Cd | Output matrix () of the discrete linear system. | Double (F64) |
Dd | Direct transmission (feedthrough) matrix () of the discrete linear system. The matrix is used only if the parameter UD=on. If UD=off, the dimensions of the Dd matrix are not checked. | Double (F64) |
x0 | Initial value of the state vector (of dimension ) of the discrete linear system. | Double (F64) |
[Previous] [Back to top] [Up] [Next]
2024 © REX Controls s.r.o., www.rexygen.com