| Line 42: | Line 42: | ||
The numerical values for the different variables are | The numerical values for the different variables are | ||
* <math> r_i | * <math> r_i = 1</math>, | ||
* <math>a_i </math> equally spaced in <math> [10 | * <math>a_i </math> equally spaced in <math> [10, 10^3]</math>, | ||
* <math>b_i </math> equally spaced in <math>[10, 10^3]</math>, | * <math>b_i </math> equally spaced in <math>[10, 10^3]</math>, | ||
* <math>\varepsilon \in [1, | * <math>\varepsilon \in [1/50,1]</math>. | ||
In MATLAB | In MATLAB the system matrices are easily formed as follows | ||
<tt>test</tt> | <tt>test</tt> | ||
Revision as of 09:29, 29 November 2011
Introduction
On this page you will find a purely synthetic parametric model. The goal is to have a simple parametric model which one can use to experiment with different system orders, parameter values etc.
System description
The parameter scales the real part of the system poles, that is, . For a system in pole-residue form
we can write down the state-space realisation with
Notice that the system matrices have complex entries.
For simplicity, assume that is even, , and that all system poles are complex and ordered in complex conjugate pairs, i.e.
which, for real systems, also implies that the residues form complex conjugate pairs
Then a realization with matrices having real entries is given by
with
and .
Numerical values
The numerical values for the different variables are
- ,
- equally spaced in ,
- equally spaced in ,
- .
In MATLAB the system matrices are easily formed as follows
test