Scilab-Branch-6.1-GIT
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
specfact
スペクトル分解
呼出し手順
[W0,L]=specfact(A,B,C,D)
説明
スペクトル密度行列 phi(s)
を指定すると:
-1 -1 R + C*(s*I-A) * B + B'*(-s*I-A') * C' with R=D+D' > 0
specfact
は,
W(s)=W0+L*(s*I-A)^-1*B
が
PHI(s)
のスペクトル分解,すなわち,
phi(s)=W'(-s)*W(s)
となるような
W0
および L
を計算します.
例
Report an issue | ||
<< rowinout | Linear System Factorization | sysfact >> |