Skip to content
Snippets Groups Projects
Commit 82d422f6 authored by Jan Falkenhain's avatar Jan Falkenhain
Browse files

8crd commit

parent ef20230e
Branches
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
clear all; close all clear all; close all
%% System zweiter Ordnung ohne Durchgriff, stabil, komplexe Eigenwerte -> überschwingend %% System zweiter Ordnung ohne Durchgriff, stabil, komplexe Eigenwerte -> überschwingend
sys = tf([1,1],[1 1 1]); sys = tf([1],[1 1 1]);
figure(3);pzmap(sys) figure(3);pzmap(sys)
[p_sys, z_sys]=pzmap(sys); [p_sys, z_sys]=pzmap(sys);
......
...@@ -36,4 +36,4 @@ figure(2), impulse(sys), hold on ...@@ -36,4 +36,4 @@ figure(2), impulse(sys), hold on
legend({'','ZOH','FOH','Impulse','Tustin'},'Location','North') legend({'','ZOH','FOH','Impulse','Tustin'},'Location','North')
% Bild speichern % Bild speichern
saveas(gcf,'../bilder/Impulsantwort_Vergleich.png') % saveas(gcf,'../bilder/Impulsantwort_Vergleich.png')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment