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

8crd commit

parent ef20230e
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
clear all; close all
%% 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)
[p_sys, z_sys]=pzmap(sys);
......
......@@ -36,4 +36,4 @@ figure(2), impulse(sys), hold on
legend({'','ZOH','FOH','Impulse','Tustin'},'Location','North')
% 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