Rework few figures
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user