Main Content

slowfast

Slow and fast modes decomposition

Syntax

[G1,G2] = slowfast(G,ns)

Description

slowfastcomputes the slow and fast modes decompositions of a systemG(s) such that

G(s) = [G1(s)] + [G2(s)]

G(s)contains theNslowest modes (modes with the smallest absolute value) ofG.

[ G 1 ( s ) ] : = ( A ^ 11 , B ^ 1 , C ^ 1 , D ^ 1 ) denotes the slow part ofG(s). The slow poles have low frequency and magnitude values.

[ G 2 ( s ) ] : = ( A ^ 22 , B ^ 2 , C ^ 2 , D ^ 2 ) denotes the fast part. The fast poles have high frequency and magnitude values.

The variablensdenotes the index where the modes will be split.

Usefreqsepto separate slow and fast modes at a specified cutoff frequency instead of a specified number of modes.

References

M.G. Safonov, E.A. Jonckheere, M. Verma and D.J.N. Limebeer, “Synthesis of Positive Real Multivariable Feedback Systems”,Int. J. Control, vol. 45, no. 3, pp. 817-842, 1987.

Version History

Introduced before R2006a

See Also

||