State Space Models

The jSS object is an alternative to the Control Systems Toolbox lti object and allows use of the jMPC Toolbox without the Control Systems Toolbox installed. The jSS class stores the model in the basic state space form. It is however highly recommended that the Control Systems Toolbox is installed in order to fully utilize this toolbox. Documentation of the jSS class and methods of it are listed below.

jSSCreate a State Space (SS) Model
simSimulate the model over one sample
SetMeasuredDistSet one or more inputs as measured disturbances
SetUnmeasuredOutSet one or more outputs as unmeasured outputs
SetLinearizationManually set the linearization points of the model
ssConvert a jSS object to a Matlab State Space lti object
c2dConvert a continuous model to discrete
c2ddConvert a continuous model to discrete with computational dead time
d2dResample a discrete model
d2cConvert a discrete model to continuous
stepPerform a step test on the model
impulsePerform an impulse test on the model
dqleDesign a discrete observer based on the model
augmentAugment the model's outputs to the state matrix
ssdataExtract the state space matrices from the object