aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/ellfilter/tikz/cd2.tikz.tex
diff options
context:
space:
mode:
Diffstat (limited to 'buch/papers/ellfilter/tikz/cd2.tikz.tex')
-rw-r--r--buch/papers/ellfilter/tikz/cd2.tikz.tex27
1 files changed, 11 insertions, 16 deletions
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}