Hello,
I am building a controller using the Neural Network Reference Model in Simulink. I am able to build controllers using a single reference input. However, in reality I have several reference signals for the controller. How do I generate the training data then? Since, when using the GUI of...
Hello,
I'm trying to obtain a state space model of a non-linear non-stationary circuit:
s*X(s) = A(s) * X(s) + B(s) * U(s)
(Laplace form)
Where X is the state vector and U the input.
There are plenty of examples out there, but all of these use the voltage and current as input and thus obtain...