MATSING Décomposition en valeurs singulières
The MATSING block computes the economy sized SVD of the M-by-N input matrix A by finding U,S and V such that
A=U*S*V'.
When the decomposition type is set to one, the output is a vector composed by the singular values.
When the decomposition type is set to two, we have three outputs: the second output is a diagonal matrix S composed by the singular values and the other two outputs are the unitary matrices U and V.
The equivalent function of this block in Scilab is "svd".
- Datatype(1=real double 2=Complex)
Ce paramètre indique le type de donnée de la sortie. Ce bloc fonctionne uniquement avec des types de donnée réels(1) et complexes(2). Si un autre type que 1 et 2 est indiqué, alors Scicos retourne le message d'erreur "Datatype is not supported".
Propriétés : Type 'vec' de taille 1.
- decomposition type (1=singular values 2=sing values+matrix U & V)
It indicates the form of the output. When it is set to one, we have a unique vector output (singular values). When it is set to two we have three same sizes matrices(U,S,V).
Propriétés : Type 'vec' de taille 1.
- toujours actif: non
- direct-feedthrough: oui
- détection de passage à zéro: non
- mode: non
- entrée régulières:
- port 1 : taille [-1,-2] / type 1
- sorties régulières:
- port 1 : taille [-1,1] / type 1
- nombre des entrées évènementielles: 0
- nombre des sorties évènementielles: 0
- possède un état continu: non
- possède un état discret: non
- possède un état objet: non
- nom de la fonction de calcul: mat_sing
- SCI/macros/scicos_blocks/MatrixOp/MATSING.sci [voir code]
Fady NASSIF INRIA