parallel
Parallel connection of two models.
Syntax
sys = parallel(sys1, sys2)
sys = parallel(sys1, sys2)
Input argument
sys1, sys2 - LTI models.
Output argument
sys - LTI model.
Description
parallel function links two model objects in parallel.
It is versatile and can accept various types of models.
However, for successful connection, both systems must share the same nature, being either continuous or discrete, and must have identical sample times.
Static gains are treated as neutral and can be defined using regular matrices.
Example
See also
History
Author
Allan CORNET
Last updated