From 82d422f6c73fb8994d7b6e3f7629f3f39b924c01 Mon Sep 17 00:00:00 2001 From: Jan Falkenhain <jan.falkenhain@hs-bochum.de> Date: Tue, 13 Apr 2021 17:37:22 +0200 Subject: [PATCH] 8crd commit --- Matlab/Diskretisierung_Tustin.m | 2 +- Matlab/Diskretisierung_mit_MATLAB.m | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Matlab/Diskretisierung_Tustin.m b/Matlab/Diskretisierung_Tustin.m index 5e3af53..52e48b4 100644 --- a/Matlab/Diskretisierung_Tustin.m +++ b/Matlab/Diskretisierung_Tustin.m @@ -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); diff --git a/Matlab/Diskretisierung_mit_MATLAB.m b/Matlab/Diskretisierung_mit_MATLAB.m index c693658..ac3e30e 100644 --- a/Matlab/Diskretisierung_mit_MATLAB.m +++ b/Matlab/Diskretisierung_mit_MATLAB.m @@ -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') -- GitLab