From 94352fe1f5e15535073daae3da6f62bdd166976a Mon Sep 17 00:00:00 2001 From: ntobler Date: Fri, 19 Aug 2022 11:27:19 +0200 Subject: Corrections --- buch/papers/ellfilter/tikz/arccos.tikz.tex | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) (limited to 'buch/papers/ellfilter/tikz/arccos.tikz.tex') diff --git a/buch/papers/ellfilter/tikz/arccos.tikz.tex b/buch/papers/ellfilter/tikz/arccos.tikz.tex index b11c25d..538ac35 100644 --- a/buch/papers/ellfilter/tikz/arccos.tikz.tex +++ b/buch/papers/ellfilter/tikz/arccos.tikz.tex @@ -1,4 +1,4 @@ -\begin{tikzpicture}[>=stealth', auto, node distance=2cm, scale=1.2] +\begin{tikzpicture}[>=stealth', auto, node distance=2cm, scale=1.2, thick] \tikzstyle{zero} = [draw, circle, inner sep =0, minimum height=0.15cm] \tikzset{pole/.style={cross out, draw=black, minimum size=(0.15cm-\pgflinewidth), inner sep=0pt, outer sep=0pt}} @@ -22,6 +22,19 @@ \clip(-7.5,-2) rectangle (7.5,2); + \foreach \i in {-2,...,1} { + \begin{scope}[xshift=\i*4cm] + \draw[->, thick, darkgreen!50] (-1, 0) -- (0,0); + \draw[->, thick, orange!50] (0, 0) -- (0,1.5); + \draw[->, thick, orange!50] (0, 0) -- (0,-1.5); + \draw[->, thick, darkgreen!50] (1, 0) -- (0,0); + \draw[->, thick, cyan!50] (2, 0) -- (1,0); + \draw[->, thick, blue!50] (2,1.5) -- (2, 0); + \draw[->, thick, blue!50] (2,-1.5) -- (2, 0); + \draw[->, thick, cyan!50] (2, 0) -- (3,0); + \end{scope} + } + % \pause \draw[ultra thick, ->, darkgreen] (1, 0) -- (0,0); % \pause @@ -34,16 +47,6 @@ \foreach \i in {-2,...,1} { \begin{scope}[xshift=\i*4cm] - \begin{scope}[] - \draw[->, darkgreen] (-1, 0) -- (0,0); - \draw[->, orange] (0, 0) -- (0,1.5); - \draw[->, orange] (0, 0) -- (0,-1.5); - \draw[->, darkgreen] (1, 0) -- (0,0); - \draw[->, cyan] (2, 0) -- (1,0); - \draw[->, blue] (2,1.5) -- (2, 0); - \draw[->, blue] (2,-1.5) -- (2, 0); - \draw[->, cyan] (2, 0) -- (3,0); - \end{scope} \node[zero] at (1,0) {}; \node[zero] at (3,0) {}; \end{scope} -- cgit v1.2.1