You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The FSRModel is a C++ object creating the dynamics of a general linear step response model. The following equations and matrices are avaliable by calling the FSRModel functionality.
$$ \boldsymbol{\Theta} \triangleq\left[\begin{array}{cccc}
\boldsymbol{S}_{11} & \boldsymbol{S}_{12} & \cdots & \boldsymbol{S}_{1 n_{MV}} \\
\boldsymbol{S}_{21} & \cdots & \cdots & \boldsymbol{S}_{2 n_{MV}} \\
\vdots & \vdots & \vdots & \vdots \\
\boldsymbol{S}_{n_{CV} 1} & \cdots & \cdots & \boldsymbol{S}_{n_{CV} n_{MV}} \end{array}\right]_{n_{CV} \cdot (P-W) \times M \cdot n_{MV}} $$
$$ \boldsymbol{\Psi} =\left[\begin{array}{cccc}
\Psi_{1,1} & \Psi_{1,2} & \cdots & \Psi_{1, n_{M V}} \\
\Psi_{2,1} & \Psi_{2,2} & \cdots & \Psi_{2, n_{M V}} \\
\vdots & \vdots & \ddots & \vdots \\
\Psi_{n_{C V}, 1} & \Psi_{n_{C V}, 2} & \cdots & \Psi_{n_{C V}, n_{M V}}
\end{array}\right]_{n_{C V}\left(P-W\right) \times n_{M V}} $$