State Space
Purpose
Implement linear time-invariant system as state-space model
Library
Control / Continuous
Description
The State Space block models a state space system of the form , where
is the state vector,
is the input vector,
and
is the output vector.
Parameters
- A,B,C,D
- The coefficient matrices for the state space system. The dimensions for
the coefficient matrices must conform to the dimensions shown in the diagram
below:
where
is the number of states,
is the width of the input signal and
is the width of the output signal.
- Initial condition
- A vector of initial values for the state vector,
.
Probe Signals
- Input
- The input vector,
.
- Output
- The output vector,
.