Add Mohit as author

This commit is contained in:
2020-10-26 21:36:20 +01:00
parent 92f78dda18
commit ef78808a52
5 changed files with 37 additions and 30 deletions

View File

@@ -193,7 +193,7 @@ The true sensor dynamics $G_i(s)$ is then described by eqref:eq:sensor_dynamics_
The weights $W_i(s)$ representing the dynamical uncertainty are defined below and their magnitude is shown in Figure [[fig:sensors_uncertainty_weights]].
#+begin_src matlab
W1 = createWeight('n', 2, 'w0', 2*pi*3, 'G0', 2, 'G1', 0.1, 'Gc', 1) * ...
W1 = createWeight('n', 2, 'w0', 2*pi*3, 'G0', 2, 'G1', 0.1, 'Gc', 1) * ...
createWeight('n', 2, 'w0', 2*pi*1e3, 'G0', 1, 'G1', 4/0.1, 'Gc', 1/0.1);
W2 = createWeight('n', 2, 'w0', 2*pi*1e2, 'G0', 0.05, 'G1', 4, 'Gc', 1);

Binary file not shown.