lncf
Description
computes
the left normalized coprime factorization of the dynamic system model
fact
= lncf(sys
)sys
. The factorization is given by:
Here, denotes the conjugate of Ml (see
ctranspose
). .
The returned model fact
is a minimal state-space realization of the
stable system
[Ml,Nl].
This factorization is used in other normalized coprime factor computations such as model
reduction (ncfmr
) and controller synthesis (ncfsyn
).
Examples
Input Arguments
Output Arguments
Tips
fact
is a minimal realization of[Ml,Nl]
. If you need to use[Ml,Nl]
or[Ml,Nl]'
in a computation, it is better to usefact
than to concatenate the factors yourself. Such manual concatenation results in extra (nonminimal) states, which can lead to decreased numerical accuracy.
Version History
Introduced in R2019a