Pseudoinverse
Moore-Penrose 疑似逆行列の計算
ライブラリ:
DSP System Toolbox /
Math Functions /
Matrices and Linear Algebra /
Matrix Inverses
説明
Pseudoinverse ブロックは、入力行列 A の Moore-Penrose 疑似逆行列を計算します。
相当する MATLAB® コードは次のとおりです。
[U,S,V] = svd(A,0)
端子
入力
出力
パラメーター
ブロックの特性
データ型 |
|
直達 |
|
多次元信号 |
|
可変サイズの信号 |
|
ゼロクロッシング検出 |
|
詳細
参照
[1] Golub, G. H., and C. F. Van Loan. Matrix Computations. 3rd ed. Baltimore, MD: Johns Hopkins University Press, 1996.
拡張機能
バージョン履歴
R2006a より前に導入