From 8ced517966a5996ad659b155b7e0372107bbf116 Mon Sep 17 00:00:00 2001 From: Nicolas Tobler Date: Tue, 2 Aug 2022 23:54:02 +0200 Subject: improved Einleitung --- buch/papers/ellfilter/tikz/cd2.tikz.tex | 27 +++++++++++---------------- 1 file changed, 11 insertions(+), 16 deletions(-) (limited to 'buch/papers/ellfilter/tikz/cd2.tikz.tex') diff --git a/buch/papers/ellfilter/tikz/cd2.tikz.tex b/buch/papers/ellfilter/tikz/cd2.tikz.tex index 425db95..bba5789 100644 --- a/buch/papers/ellfilter/tikz/cd2.tikz.tex +++ b/buch/papers/ellfilter/tikz/cd2.tikz.tex @@ -47,21 +47,6 @@ (5,0) node(t_k_unten){} -- node[right, xshift=0.1cm]{$K^\prime \frac{K_1N}{K} = K^\prime_1$} (5,0.5) node(t_k_opt_unten){}; - \foreach \i in {-2,...,1} { - \foreach \j in {-2,...,1} { - \begin{scope}[xshift=\i*4cm, yshift=\j*1cm] - - \node[zero] at ( 1, 0) {}; - \node[zero] at ( 3, 0) {}; - \node[pole] at ( 1,0.5) {}; - \node[pole] at ( 3,0.5) {}; - - \end{scope} - } - } - - - \draw[ultra thick, ->, darkgreen] (5, 0) -- node[yshift=-0.5cm]{Durchlassbereich} (0,0); \draw[ultra thick, ->, orange] (-0, 0) -- node[align=center]{Übergangs-\\berech} (0,0.5); @@ -74,10 +59,20 @@ \draw (2,0.5) node[dot]{} node[anchor=north] {\small $-1/k$}; \draw (4,0.5) node[dot]{} node[anchor=north] {\small $1/k$}; + \foreach \i in {-2,...,1} { + \foreach \j in {-2,...,1} { + \begin{scope}[xshift=\i*4cm, yshift=\j*1cm] + \node[zero] at ( 1, 0) {}; + \node[zero] at ( 3, 0) {}; + \node[pole] at ( 1,0.5) {}; + \node[pole] at ( 3,0.5) {}; - \end{scope} + \end{scope} + } + } + \end{scope} \end{scope} -- cgit v1.2.1