Rework few figures
Before Width: | Height: | Size: 223 KiB After Width: | Height: | Size: 301 KiB |
Before Width: | Height: | Size: 315 KiB After Width: | Height: | Size: 315 KiB |
Before Width: | Height: | Size: 564 KiB After Width: | Height: | Size: 564 KiB |
BIN
inkscape/system.svg
Normal file
After Width: | Height: | Size: 56 KiB |
BIN
inkscape/system_dvf.pdf
Normal file
BIN
inkscape/system_dvf.svg
Normal file
After Width: | Height: | Size: 64 KiB |
BIN
inkscape/system_force_sensors.pdf
Normal file
BIN
inkscape/system_force_sensors.svg
Normal file
After Width: | Height: | Size: 56 KiB |
Before Width: | Height: | Size: 65 KiB After Width: | Height: | Size: 64 KiB |
BIN
inkscape/system_parallel_springs.pdf
Normal file
Before Width: | Height: | Size: 64 KiB After Width: | Height: | Size: 58 KiB |
@ -2475,16 +2475,6 @@ The obtained damping ratio and control are shown below.
|
||||
Kiff = opt_gain_iff/(wi + s)*tf(eye(2));
|
||||
#+end_src
|
||||
|
||||
#+begin_src matlab
|
||||
%% Name of the Simulink File
|
||||
mdl = 'rotating_frame';
|
||||
|
||||
%% Input/Output definition
|
||||
clear io; io_i = 1;
|
||||
io(io_i) = linio([mdl, '/dw'], 1, 'input'); io_i = io_i + 1;
|
||||
io(io_i) = linio([mdl, '/Meas'], 1, 'output'); io_i = io_i + 1;
|
||||
#+end_src
|
||||
|
||||
#+begin_src matlab
|
||||
Tiff = linearize(mdl, io, 0);
|
||||
|
||||
@ -2507,16 +2497,6 @@ The obtained damping ratio and control are shown below.
|
||||
Kdvf = tf(zeros(2));
|
||||
#+end_src
|
||||
|
||||
#+begin_src matlab
|
||||
%% Name of the Simulink File
|
||||
mdl = 'rotating_frame';
|
||||
|
||||
%% Input/Output definition
|
||||
clear io; io_i = 1;
|
||||
io(io_i) = linio([mdl, '/dw'], 1, 'input'); io_i = io_i + 1;
|
||||
io(io_i) = linio([mdl, '/Meas'], 1, 'output'); io_i = io_i + 1;
|
||||
#+end_src
|
||||
|
||||
#+begin_src matlab
|
||||
Tiff_kp = linearize(mdl, io, 0);
|
||||
|
||||
@ -2537,16 +2517,6 @@ The obtained damping ratio and control are shown below.
|
||||
Kdvf = opt_gain_kp*tf(eye(2));
|
||||
#+end_src
|
||||
|
||||
#+begin_src matlab
|
||||
%% Name of the Simulink File
|
||||
mdl = 'rotating_frame';
|
||||
|
||||
%% Input/Output definition
|
||||
clear io; io_i = 1;
|
||||
io(io_i) = linio([mdl, '/dw'], 1, 'input'); io_i = io_i + 1;
|
||||
io(io_i) = linio([mdl, '/Meas'], 1, 'output'); io_i = io_i + 1;
|
||||
#+end_src
|
||||
|
||||
#+begin_src matlab
|
||||
Tdvf = linearize(mdl, io, 0);
|
||||
|
||||
|