modalsep
Syntax
Description
[
computes the modal decomposition for a linear time-invariant (LTI) system
H
,H0
] = modalsep(G
)G
and returns the modal components as a state-space array
H
and the static gain H0
.
Each modal component in Hj(s) is associated with a single real pole, a pair of complex conjugate poles, or a cluster repeated poles.
[
returns the modal decomposition based on the options specified by one or more name-value
arguments. Use these options to control the granularity and accuracy of the
decomposition.H
,H0
] = modalsep(G
,Name=Value
)
[
computes the region-based modal decompositionH
,H0
] = modalsep(G
,N
,regionFcn
)
Here, the modal components
Hj(s) have their poles in
disjoint regions Rj of the complex plane.
N
specifies the number of regions and
regionFcn
is the name or a handle to the function that specifies
the partition into N
regions.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2023b