Differentiation orders in MSO
New functionality has been added to compute, using structural methods, orders of derivatives of known signals, equations, and faults in an ARR based on an MSO. The new method is named MSOdifferentialOrder
and is available in both Matlab and Python.
A small example. Consider the MSO
Generating an ARR from this model would result in
meaning that the known signal y
is differentiated twice and u
not differentiated. This can be relevant information when implementing residual generators.
In the toolbox, this can be modeled as
and the calls
computes
which represents that the first known signal, y
, is differentiated twice and the second, u
, zero times as expected.
You also get, for example,
which states how many times each of the 6 MSO equations has to be differentiated to be able to derive the ARR.