Main Content
getGainCrossover
Crossover frequencies for specified gain
Description
returns
the vector wc
= getGainCrossover(sys
,gain
)wc
of frequencies at which the frequency
response of the dynamic system model, sys
, has
principal gain of gain
. For SISO systems, the
principal gain is the frequency response. For MIMO models, the principal
gain is the largest singular value of sys
.
Examples
Input Arguments
Output Arguments
Algorithms
getGainCrossover
computes gain crossover frequencies using
structure-preserving eigensolvers from the SLICOT library. For more information about
the SLICOT library, see https://github.com/SLICOT.
Version History
Introduced in R2012a