Remove preprocessIdTf. Improve identification scripts
This commit is contained in:
@@ -6,7 +6,7 @@ load('./mat/G_xg_to_d.mat', 'G_xg_to_d');
|
||||
load('./mat/G_f_to_d.mat', 'G_1', 'G_20', 'G_50');
|
||||
load('./mat/controller.mat', 'K');
|
||||
|
||||
%%
|
||||
%%
|
||||
S = minreal(inv(tf(eye(6))+G_20*K));
|
||||
T = minreal((tf(eye(6))+G_20*K)\G_20*K);
|
||||
|
||||
|
Reference in New Issue
Block a user