svd_basis_test


svd_basis_test, a MATLAB code which calls svd_basis(), which applies 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 MIT license

Related Data and Programs:

svd_basis, a MATLAB code 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.