Next: KLT Optimally Compacts the
Up: pca
Previous: The Principal Component Transform
KLT is the optimal orthogonal transform in the following sense:
- KLT completely decorrelates the signal
- KLT optimally compacts the energy (information) contained in the signal.
The first property is simply due to the definition of KLT, and the second
property is due to the fact that KLT redistributes the energy among the
components in such a way that most of the energy is contained in a small
number of components of
.
To see the first property, consider the mean vector
and covariance matrix
of
:
Or in matrix form, we have
We see that after KLT, the correlation matrix of the signal is diagonalized,
i.e., the correlation
between any two components
and
is always zero. In other words, the signal is completely decorrelated.
Also, we have
Next: KLT Optimally Compacts the
Up: pca
Previous: The Principal Component Transform
Ruye Wang
2004-09-29