 |
 |
 |
 | Model fitting by least squares |  |
![[pdf]](icons/pdf.png) |
Next: KRYLOV SUBSPACE ITERATIVE METHODS
Up: From the frequency domain
Previous: Unknown filter
For solving the unknown-input problem,
we put the known filter
in a matrix of downshifted columns
.
Our statement of wishes is now to find
so that
.
We can expect to have trouble finding unknown inputs
when we are dealing with certain kinds of filters,
such as bandpass filters.
If the output is zero in a frequency band,
we will never be able to find the input in that band
and will need to prevent
from diverging there.
We do this by the statement that we wish
,
where
is a parameter that is small
and whose exact size will be chosen by experimentation.
Putting both wishes into a single, partitioned matrix equation gives
![\begin{displaymath}
\left[
\begin{array}{c}
\bold 0 \\
\bold 0
\end{array...
...
\begin{array}{c}
\bold y \\
\bold 0
\end{array} \right]
\end{displaymath}](img152.png) |
(40) |
To minimize the residuals
and
,
we can minimize the scalar
.
This is
We solved this minimization
in the frequency domain
(beginning from equation (2.4)).
Formally the solution is found just as with equation (2.38),
but this solution looks unappealing in practice
because there are so many unknowns and because
the problem can be solved much more quickly
in the Fourier domain.
To motivate ourselves to solve this problem in the time domain,
we need either to find an approximate solution method that is
much faster, or to discover that
constraints or time-variable weighting functions
are required in some applications.
This is an issue we must be continuously alert to,
whether the cost of a method is justified by its need.
EXERCISES:
-
In 1695, 150 years before Lord Kelvin's absolute temperature scale,
120 years before Sadi Carnot's PhD thesis,
40 years before Anders Celsius,
and 20 years before Gabriel Farenheit,
the French physicist Guillaume
Amontons,
deaf since birth,
took a mercury manometer (pressure gauge) and
sealed it inside a glass pipe (a constant volume of air).
He heated it to the boiling point of water at
C.
As he lowered the temperature to freezing at
C,
he observed the pressure dropped by 25% .
He could not drop the temperature any further
but he supposed that if he could drop it further by a factor of three,
the pressure would drop to zero (the lowest possible pressure)
and the temperature would have been the lowest possible temperature.
Had he lived after Anders Celsius he might have calculated
this temperature to be
C (Celsius).
Absolute zero is now known to be
C.
It is your job to be Amontons' lab assistant.
Your
th measurement of temperature
you make with Issac Newton's thermometer and
you measure pressure
and volume
in the metric system.
Amontons needs you to fit his data with the regression
and calculate the temperature shift
that Newton should have made
when he defined his temperature scale.
Do not solve this problem!
Instead, cast it in the form of equation (2.14),
identifying the data
and the two column vectors
and
that are the fitting functions.
Relate the model parameters
and
to the physical parameters
and
.
Suppose you make ALL your measurements at room temperature,
can you find
? Why or why not?
 |
 |
 |
 | Model fitting by least squares |  |
![[pdf]](icons/pdf.png) |
Next: KRYLOV SUBSPACE ITERATIVE METHODS
Up: From the frequency domain
Previous: Unknown filter
2008-11-06