ajout derniere version
This commit is contained in:
parent
4243ec8186
commit
7b9fa25932
2 changed files with 2 additions and 1 deletions
|
|
@ -203,7 +203,6 @@ for Ts = Ts2:0.001:Ts3
|
|||
if all(abs(eig(feedback(c2d(sys,Ts,'zoh'),k))) < 1)
|
||||
;
|
||||
else
|
||||
Ts;
|
||||
break;
|
||||
end
|
||||
|
||||
|
|
@ -355,6 +354,8 @@ if SAVE
|
|||
end
|
||||
|
||||
%%
|
||||
|
||||
for Ts=
|
||||
sys_integral_d = c2d(sys_integral, 0.5, 'zoh');
|
||||
t_d = 0:0.5:10;
|
||||
cmd_d = double (t_d >= 1) ;
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Reference in a new issue