Ajout step sans correction
This commit is contained in:
parent
f4c3a0568a
commit
ef4110e045
3 changed files with 11 additions and 0 deletions
11
BE.m
11
BE.m
|
@ -33,6 +33,15 @@ tf_Zu = tf(sysZu)
|
||||||
%tracé de bode de nos deux sous systèmes
|
%tracé de bode de nos deux sous systèmes
|
||||||
bode(tf_Zs,tf_Zu)
|
bode(tf_Zs,tf_Zu)
|
||||||
|
|
||||||
|
%Tracé des steps de chacun des sous systèmesh
|
||||||
|
figure
|
||||||
|
step(tf_Zs)
|
||||||
|
title("Réponse indicielle de la caisse")
|
||||||
|
|
||||||
|
figure
|
||||||
|
step(tf_Zu)
|
||||||
|
title("Réponse indicielle de la roue")
|
||||||
|
|
||||||
%%
|
%%
|
||||||
% Question 5
|
% Question 5
|
||||||
% Mise en place de la commande optimale
|
% Mise en place de la commande optimale
|
||||||
|
@ -73,6 +82,7 @@ for i = [1:10]
|
||||||
|
|
||||||
hold on;
|
hold on;
|
||||||
end
|
end
|
||||||
|
title("Réponse indicielle Caisse en fonction de Q")
|
||||||
|
|
||||||
figure
|
figure
|
||||||
for i= [1:10]
|
for i= [1:10]
|
||||||
|
@ -85,6 +95,7 @@ for i= [1:10]
|
||||||
|
|
||||||
hold on;
|
hold on;
|
||||||
end
|
end
|
||||||
|
title("Réponse indicielle Caisse en fonction de Q")
|
||||||
|
|
||||||
%commande obtenue par u=-Gx, C=-G
|
%commande obtenue par u=-Gx, C=-G
|
||||||
C=-G;
|
C=-G;
|
||||||
|
|
BIN
step0_caisse.png
Normal file
BIN
step0_caisse.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
BIN
step0_roue.png
Normal file
BIN
step0_roue.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 42 KiB |
Loading…
Reference in a new issue