svd_basis_test


svd_basis_test is a MATLAB program which calls svd_basis() to apply the singular value decomposition (SVD) to a set of data vectors, to extract the leading "modes" of the data.

Licensing:

The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.

Related Data and Programs:

svd_basis, a MATLAB program which applies the Singular Value Decomposition (SVD) to a collection of data vectors, extracting dominant modes;

Source Code:

The input data consists of 5 files:

The output data consists of 4 files, the first containing the average, and the next three containing the SVD basis vectors:


Last revised on 11 December 2018.