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
<p>Controllio is an open-source web app which lets Control Systems engineers design & experiment with LTI (linear time-invariant) dynamical systems online.</p>
38
+
<p>Controllio is an open-source web app which lets Control Systems engineers design & experiment with LTI (linear time-invariant) dynamical systems.</p>
39
39
<p>So far, functionality has been implemented for:</p>
40
40
<ul>
41
41
<li>the analytical computation of the overall transfer function (tf) of a system modeled by interconnected elements in the s-domain</li>
@@ -45,9 +45,9 @@ const init = function () {
45
45
<li>the numerical computation of its stability</li>
46
46
</ul>
47
47
<h3>Motivation</h3>
48
-
<p>The motivation behind Controllio is to create an open-source drafting table for studying control systems, which:</p>
48
+
<p>The motivation behind Controllio is to create an open-source tool for studying Control Systems, which:</p>
49
49
<ul>
50
-
<li>runs on the browser without any installation, is fast and mobile-friendly</li>
50
+
<li>runs in the browser without any installation, is fast and mobile-friendly</li>
51
51
<li>is written in a widely-used programming language (vanilla Javascript), and can be easily extended</li>
0 commit comments