m (references with cite, reference link) |
|||
Line 53: | Line 53: | ||
,(E^T{A}^{-T})^{r-1}C^T\},</math> |
,(E^T{A}^{-T})^{r-1}C^T\},</math> |
||
− | where <math>\tilde B=-A^{-1}B</math>. The reduced model is in the form |
+ | where <math>\tilde B=-A^{-1}B</math>. The reduced model is in the form as below |
+ | |||
⚫ | |||
+ | <math>W^TE \frac{d{V z}}{t}=W^TA Vz +W^T B u(t), \quad \hat{y}(t)=CVz.</math> |
||
+ | |||
⚫ | |||
Using a set of <math>k</math> distinct expansion points <math>\{s_1,\cdots,s_k\}</math>, the reduced model can be obtained by, e.g., |
Using a set of <math>k</math> distinct expansion points <math>\{s_1,\cdots,s_k\}</math>, the reduced model can be obtained by, e.g., |
Revision as of 11:18, 29 April 2013
Description
The moment-matching methods are also called the Krylov subspace methods[1], as well as Padé approximation methods[2]. These methods are applicable for non-parametric linear time invariant systems, often the descriptor systems, e.g.
They are very efficient in many engineering applications, circuit simulation, Microelectromechanical systems (MEMS) simulation, etc..
The basic steps are as follows. First, the transfer function
is expanded into a power series at an expansion point .
Let , then, within the convergence radius of the series, we have
where are called the moments of the transfer function about
for
.
If the expansion point is chosen as zero then the moments simplify to
.
For
the moments are also called Markov parameters which can be computed by
if E is invertable.
The goal in moment-matching model reduction is the construction of a reduced order
system where some moments of the associated transfer function
match some moments
of the original transfer function
.
The matrices and
for model order reduction can be computed
from the vectors which are associated with the moments, for
example, using a single expansion point
, by
where . The reduced model is in the form as below
The transfer function of the reduced model has good approximation properties around
, which matches the first
moments of
at
.
Using a set of distinct expansion points
, the reduced model can be obtained by, e.g.,
,
has order and matches the first two moments at each
,
, see [3].
It can be seen that the columns of ,
span Krylov subspaces
which can easily be computed by Arnoldi or Lanczos methods [1][2]. In
these algorithms only matrix-vector multiplications are used which
are simple to implement and the complexity of the resulting
methods is only
.
References
- ↑ 1.0 1.1 R.W. Freund, "Model reduction methods based on Krylov subspaces". Acta Numerica, 12:267-319, 2003.
- ↑ 2.0 2.1 P. Feldmann and R.W. Freund, "Efficient linear circuit analysis by Pade approximation via the Lanczos process". IEEE Trans. Comput.-Aided Des. Integr. Circuits Syst., 14:639-649, 1995.
- ↑ Cite error: Invalid
<ref>
tag; no text was provided for refs namedgrimme97