Rename files

This commit is contained in:
Thomas Dehaeze 2021-02-02 18:54:35 +01:00
parent d56313fef7
commit 3ef8b604c5
10 changed files with 3068 additions and 1825 deletions

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 125 KiB

After

Width:  |  Height:  |  Size: 125 KiB

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 138 KiB

After

Width:  |  Height:  |  Size: 142 KiB

1819
index.html

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -52,7 +52,7 @@
#+begin_export html #+begin_export html
<hr> <hr>
<p>This report is also available as a <a href="./index.pdf">pdf</a>.</p> <p>This report is also available as a <a href="./test-bench-sensor-fusion.pdf">pdf</a>.</p>
<hr> <hr>
#+end_export #+end_export
@ -281,7 +281,7 @@ It is shown that there is a good agreement between the model and the experiment.
#+end_src #+end_src
#+begin_src matlab :exports none #+begin_src matlab :exports none
m = 10; m = 7.5;
Kiff = tf(0); Kiff = tf(0);
#+end_src #+end_src
@ -291,10 +291,10 @@ It is shown that there is a good agreement between the model and the experiment.
%% Input/Output definition %% Input/Output definition
clear io; io_i = 1; clear io; io_i = 1;
io(io_i) = linio([mdl, '/Fd'], 1, 'openinput'); io_i = io_i + 1; % External Vertical Force [N] io(io_i) = linio([mdl, '/Fd'], 1, 'openinput'); io_i = io_i + 1; % External Vertical Force [N]
io(io_i) = linio([mdl, '/w'], 1, 'openinput'); io_i = io_i + 1; % Base Motion [m] io(io_i) = linio([mdl, '/w'], 1, 'openinput'); io_i = io_i + 1; % Base Motion [m]
io(io_i) = linio([mdl, '/Va'], 1, 'openinput'); io_i = io_i + 1; % Actuator Voltage [V] io(io_i) = linio([mdl, '/Va'], 1, 'openinput'); io_i = io_i + 1; % Actuator Voltage [V]
io(io_i) = linio([mdl, '/Interferometer'], 1, 'openoutput'); io_i = io_i + 1; % Vertical Displacement [m] io(io_i) = linio([mdl, '/Interferometer'], 1, 'openoutput'); io_i = io_i + 1; % Vertical Displacement [m]
io(io_i) = linio([mdl, '/Voltage_Conditioner'], 1, 'openoutput'); io_i = io_i + 1; % Force Sensor [V] io(io_i) = linio([mdl, '/Voltage_Conditioner'], 1, 'openoutput'); io_i = io_i + 1; % Force Sensor [V]
options = linearizeOptions('SampleTime', 1e-4); options = linearizeOptions('SampleTime', 1e-4);

1234
test-bench-sensor-fusion.tex Normal file

File diff suppressed because it is too large Load Diff