Main Content
Singular Value Decomposition
Factor matrix using singular value decomposition
Libraries:
DSP System Toolbox /
Math Functions /
Matrices and Linear Algebra /
Matrix Factorizations
Description
The Singular Value Decomposition block factors the M-by-N input matrix A such that
where
U is an M-by-P matrix
V is an N-by-P matrix
S is a length-P vector
P is defined as min(M,N)
Ports
Input
Output
Parameters
Block Characteristics
Data Types |
|
Direct Feedthrough |
|
Multidimensional Signals |
|
Variable-Size Signals |
|
Zero-Crossing Detection |
|
References
[1] Golub, G. H., and C. F. Van Loan. Matrix Computations. 3rd ed. Baltimore, MD: Johns Hopkins University Press, 1996.
Extended Capabilities
Version History
Introduced before R2006a
See Also
Functions
Blocks
- Autocorrelation LPC | Cholesky Factorization | LDL Factorization | LU Inverse | Pseudoinverse | QR Factorization | SVD Solver