aboutsummaryrefslogtreecommitdiffstats
path: root/buch
diff options
context:
space:
mode:
Diffstat (limited to 'buch')
-rw-r--r--buch/papers/ellfilter/einleitung.tex30
-rw-r--r--buch/papers/ellfilter/elliptic.tex78
-rw-r--r--buch/papers/ellfilter/jacobi.tex24
-rw-r--r--buch/papers/ellfilter/python/elliptic.pgf977
-rw-r--r--buch/papers/ellfilter/python/elliptic2.py19
-rw-r--r--buch/papers/ellfilter/python/elliptic3.py101
-rw-r--r--buch/papers/ellfilter/tikz/arccos.tikz.tex25
-rw-r--r--buch/papers/ellfilter/tikz/arccos2.tikz.tex2
-rw-r--r--buch/papers/ellfilter/tikz/cd.tikz.tex96
-rw-r--r--buch/papers/ellfilter/tikz/cd2.tikz.tex13
-rw-r--r--buch/papers/ellfilter/tikz/cd3.tikz.tex2
-rw-r--r--buch/papers/ellfilter/tikz/elliptic_transform1.tikz.tex2
-rw-r--r--buch/papers/ellfilter/tikz/elliptic_transform2.tikz.tex2
-rw-r--r--buch/papers/ellfilter/tikz/filter.tikz.tex5
-rw-r--r--buch/papers/ellfilter/tikz/fundamental_rectangle.tikz.tex2
-rw-r--r--buch/papers/ellfilter/tikz/pn.tikz.tex63
-rw-r--r--buch/papers/ellfilter/tikz/sn.tikz.tex105
-rw-r--r--buch/papers/ellfilter/tschebyscheff.tex19
-rw-r--r--buch/papers/kra/anwendung.tex92
-rw-r--r--buch/papers/kra/einleitung.tex2
-rw-r--r--buch/papers/kra/images/multi_mass_spring.tex2
-rw-r--r--buch/papers/kra/images/phase_space.tex2
-rw-r--r--buch/papers/kra/loesung.tex69
-rw-r--r--buch/papers/parzyl/teil0.tex20
-rw-r--r--buch/papers/parzyl/teil1.tex112
-rw-r--r--buch/papers/parzyl/teil2.tex207
-rw-r--r--buch/papers/parzyl/teil3.tex226
27 files changed, 1216 insertions, 1081 deletions
diff --git a/buch/papers/ellfilter/einleitung.tex b/buch/papers/ellfilter/einleitung.tex
index ae7127f..581d452 100644
--- a/buch/papers/ellfilter/einleitung.tex
+++ b/buch/papers/ellfilter/einleitung.tex
@@ -1,17 +1,17 @@
\section{Einleitung}
-Filter sind womöglich eines der wichtigsten Elementen in der Signalverarbeitung und finden Anwendungen in der digitalen und analogen Elektrotechnik.
+Filter sind womöglich eines der wichtigsten Elemente in der Signalverarbeitung und finden Anwendungen in der digitalen und analogen Elektrotechnik.
Besonders hilfreich ist die Untergruppe der linearen Filter.
Elektronische Schaltungen mit linearen Bauelementen wie Kondensatoren, Spulen und Widerständen führen immer zu linearen zeitinvarianten Systemen (LTI-System von englich \textit{time-invariant system}).
-Durch die Linearität werden beim das Filtern keine neuen Frequenzanteile erzeugt, was es erlaubt, einen Frequenzanteil eines Signals verzerrungsfrei herauszufiltern. %TODO review sentence
-Diese Eigenschaft macht es Sinnvoll, lineare Filter im Frequenzbereich zu beschreiben.
+Durch die Linearität werden beim Filtern keine neuen Frequenzanteile erzeugt, was es erlaubt, einen Frequenzanteil eines Signals verzerrungsfrei herauszufiltern.
+Diese Eigenschaft macht es sinnvoll, lineare Filter im Frequenzbereich zu beschreiben.
Die Übertragungsfunktion eines linearen Filters im Frequenzbereich $H(\Omega)$ ist dabei immer eine rationale Funktion, also ein Quotient von zwei Polynomen.
Dabei ist $\Omega = 2 \pi f$ die Frequenzeinheit.
-Die Polynome haben dabei immer reelle oder komplex-konjugierte Nullstellen.
+Die Polynome haben dabei immer reelle oder komplexkonjugierte Nullstellen.
-Ein breit angewendeter Filtertyp ist das Tiefpassfilter, welches beabsichtigt alle Frequenzen eines Signals oberhalb der Grenzfrequenz $\Omega_p$ auszulöschen.
+Ein breit angewendeter Filtertyp ist das Tiefpassfilter, welches beabsichtigt, alle Frequenzen eines Signals oberhalb der Grenzfrequenz $\Omega_p$ auszulöschen.
Der Rest soll dabei unverändert passieren.
-Aus dem Tiefpassifilter können dann durch Transformationen auch Hochpassfilter, Bandpassfilter und Bandsperren realisiert werden.
+Aus dem Tiefpassfilter können dann durch Transformationen auch Hochpassfilter, Bandpassfilter und Bandsperren realisiert werden.
Ein solches Filter hat idealerweise die Frequenzantwort
\begin{equation}
H(\Omega) =
@@ -32,7 +32,7 @@ Aus diesem Grund sind realisierbare Approximationen gesucht.
Jede Approximation wird einen kontinuierlichen Übergang zwischen Durchlassbereich und Sperrbereich aufweisen.
Oft wird dabei der Faktor $1/\sqrt{2}$ als Schwelle zwischen den beiden Bereichen gewählt.
Somit lassen sich lineare Tiefpassfilter mit folgender Funktion zusammenfassen:
-\begin{equation}
+\begin{equation} \label{ellfilter:eq:quadratic_transfer}
| H(\Omega)|^2 = \frac{1}{1 + \varepsilon_p^2 F_N^2(w)}, \quad w=\frac{\Omega}{\Omega_p},
\end{equation}
wobei $F_N(w)$ eine rationale Funktion ist, $|F_N(w)| \leq 1 ~\forall~ |w| \leq 1$ erfüllt und für $|w| \geq 1$ möglichst schnell divergiert.
@@ -40,8 +40,9 @@ Des weiteren müssen alle Nullstellen und Pole von $F_N$ auf der linken Halbeben
$w$ ist die normalisierte Frequenz, die es erlaubt ein Filter unabhängig von der Grenzfrequenz zu beschrieben.
Bei $w=1$ hat das Filter eine Dämpfung von $1/(1+\varepsilon^2)$.
$N \in \mathbb{N} $ gibt die Ordnung des Filters vor, also die maximale Anzahl Pole oder Nullstellen.
-Je hoher $N$ gewählt wird, desto steiler ist der Übergang in denn Sperrbereich.
+Je höher $N$ gewählt wird, desto steiler ist der Übergang in denn Sperrbereich.
Grössere $N$ sind erfordern jedoch aufwendigere Implementierungen und haben mehr Phasenverschiebung.
+
Eine einfache Funktion, die für $F_N$ eingesetzt werden kann, ist das Polynom $w^N$.
Tatsächlich erhalten wir damit das Butterworth Filter, wie in Abbildung \ref{ellfilter:fig:butterworth} ersichtlich.
\begin{figure}
@@ -62,12 +63,15 @@ Eine Reihe von rationalen Funktionen können für $F_N$ eingesetzt werden, um Ti
\end{align}
Mit der Ausnahme vom Butterworth-Filter sind alle Filter nach speziellen Funktionen benannt.
Alle diese Filter sind optimal hinsichtlich einer Eigenschaft.
-Das Butterworth-Filter, zum Beispiel, ist maximal flach im Durchlassbereich.
-Das Tschebyscheff-1 Filter ist maximal steil für eine definierte Welligkeit im Durchlassbereich, währendem es im Sperrbereich monoton abfallend ist.
Es scheint so als sind gewisse Eigenschaften dieser speziellen Funktionen verantwortlich für die Optimalität dieser Filter.
+Das Butterworth-Filter, zum Beispiel, ist maximal flach im Durchlassbereich.
+In vielen Anwendung sind Filter mit einem steilen Übergang gewünscht.
+Da es technisch nicht möglich ist, mit einer rationalen Funktion mit begrenzter Anzahl Pole eine steile Flanke zu erreichen, während der Durchlass- und Sperrbereich flach und monoton sind, gibt es Filtertypen, die absichtlich Welligkeiten in der Frequenzantwort aufweisen.
+Besonders effizient sind Filter mit Equiripple-Verhalten, wessen Welligkeit optimal definiert wird für eine maximal steile Flanke, während die maximale Abweichung zum idealen Filter begrenzt ist.
+Die Welligkeit beansprucht dabei einen begrenzen Verstärkungsintervall und nützt diesen Vollständig aus, indem sie periodisch die Grenzen des Intervalls berührt.
+Das Tschebyscheff-1 Filter, zum Beispiel, hat Equiripple-Verhalten im Durchlassbereich, währendem es im Sperrbereich monoton abfallend ist.
+Beim Tschebyscheff-2 Filter ist es umgekehrt.
Dieses Paper betrachtet die Theorie hinter dem elliptischen Filter, dem wohl exotischsten dieser Auswahl.
-Es weist sich aus durch den steilsten Übergangsbereich für eine gegebene Filterdesignspezifikation.
+Es hat Equiripple-Verhalten im Durchlass und Sperrbereich und hat dadurch den steilsten Übergangsbereich für eine gegebene Filterdesignspezifikation.
Des weiteren kann es als Verallgemeinerung des Tschebyscheff-Filters angesehen werden.
-
-% wenn $F_N(w)$ eine rationale Funktion ist, ist auch $H(\Omega)$ eine rationale Funktion und daher ein lineares Filter. %proof?
diff --git a/buch/papers/ellfilter/elliptic.tex b/buch/papers/ellfilter/elliptic.tex
index 67bcca0..81821c1 100644
--- a/buch/papers/ellfilter/elliptic.tex
+++ b/buch/papers/ellfilter/elliptic.tex
@@ -1,13 +1,16 @@
-\section{Elliptische rationale Funktionen}
+\section{Rationale elliptische Funktionen}
-Kommen wir nun zum eigentlichen Teil dieses Papers, den elliptischen rationalen Funktionen \cite{ellfilter:bib:orfanidis}
+Kommen wir nun zum eigentlichen Teil dieses Papers, den rationalen elliptischen Funktionen \cite{ellfilter:bib:orfanidis}
\begin{align}
R_N(\xi, w) &= \cd \left(N~f_1(\xi)~\cd^{-1}(w, 1/\xi), f_2(\xi)\right) \label{ellfilter:eq:elliptic}\\
&= \cd \left(N~\frac{K_1}{K}~\cd^{-1}(w, k), k_1\right) , \quad k= 1/\xi, k_1 = 1/f(\xi) \\
&= \cd \left(N~K_1~z , k_1 \right), \quad w= \cd(z K, k)
\end{align}
Beim Betrachten dieser Definition, fällt die Ähnlichkeit zur trigonometrische Darstellung der Tsche\-byschef-Polynome \eqref{ellfilter:eq:chebychef_polynomials} auf.
-Anstelle vom Kosinus kommt hier die $\cd$-Funktion zum Einsatz.
+Wie bei den Tschebyscheff-Polynomen ist die Formel mit speziellen Funktionen geschrieben.
+Es kann jedoch gezeigt werden, dass es sich tatsächlich um rationale Funktionen handelt, wie es für ein lineares Filter vorausgesetzt wird.
+Die elliptischen Funktionen werden also genau so eingesetzt, dass die resultierenden Nullstellen und Pole eine rationale Funktion ergeben.
+Anstelle des Kosinus bei den Tschebyscheff-Polynomen kommt hier die $\cd$-Funktion zum Einsatz.
Die Ordnungszahl $N$ kommt auch als Faktor for.
Zusätzlich werden noch zwei verschiedene elliptische Moduli $k$ und $k_1$ gebraucht.
Bei $k = k_1 = 0$ wird der $\cd$ zum Kosinus und wir erhalten in diesem Spezialfall die Tschebyschef-Polynome.
@@ -24,12 +27,12 @@ Die $\cd^{-1}(w, k)$-Funktion ist um $K$ verschoben zur $\sn^{-1}(w, k)$-Funktio
\label{ellfilter:fig:cd}
\end{figure}
Auffallend an der $w = \cd(z, k)$-Funktion ist, dass sich $w$ auf der reellen Achse wie der Kosinus immer zwischen $-1$ und $1$ bewegt, während bei $\mathrm{Im(z) = K^\prime}$ die Werte zwischen $\pm 1/k$ und $\pm \infty$ verlaufen.
-Die Idee des elliptischen Filter ist es, diese zwei Equirippel-Zonen abzufahren, wie ersichtlich in Abbildung \ref{ellfilter:fig:cd2}, welche Analog zu Abbildung \ref{ellfilter:fig:arccos2} gesehen werden kann.
+Die Idee des elliptischen Filter ist es, diese zwei Equiripple-Zonen abzufahren, wie ersichtlich in Abbildung \ref{ellfilter:fig:cd2}, welche analog zu Abbildung \ref{ellfilter:fig:arccos2} gesehen werden kann.
\begin{figure}
\centering
\input{papers/ellfilter/tikz/cd2.tikz.tex}
\caption{
- $z_1=N\frac{K_1}{K}\cd^{-1}(w, k)$-Ebene der elliptischen rationalen Funktionen.
+ $z_1=N\frac{K_1}{K}\cd^{-1}(w, k)$-Ebene der rationalen elliptischen Funktionen.
Je grösser die Ordnung $N$ gewählt wird, desto mehr Nullstellen werden passiert.
Als Vereinfachung ist die Funktion nur für $w>0$ dargestellt.
}
@@ -37,13 +40,10 @@ Die Idee des elliptischen Filter ist es, diese zwei Equirippel-Zonen abzufahren,
\end{figure}
Das elliptische Filter hat im Gegensatz zum Tschebyscheff-Filter drei Zonen.
Im Durchlassbereich werden wie beim Tschebyscheff-Filter die Nullstellen durchlaufen.
-Statt dass $z_1$ für alle $w>1$ in die imaginäre Richtung geht, bewegen wir uns im Sperrbereich wieder in reeller Richtung, wo Pole durchlaufen werden.
+Statt dass $z_1$ für alle $w>1$ in die imaginäre Richtung geht, bewegen wir uns im Sperrbereich wieder in reeller Richtung, wo Pole und Punkte mit $\pm 1/k$ durchlaufen werden.
Aus dieser Sicht kann der Sperrbereich vom Tschebyscheff-Filter als unendlich langer Übergangsbereich angesehen werden.
-% Falls es möglich ist diese Werte abzufahren im Stil der Tschebyscheff-Polynome, kann ein Filter gebaut werden, dass Equirippel-Verhalten im Durchlass- und Sperrbereich aufweist.
-Da sich die Funktion im Übergangsbereich nur zur nächsten Reihe bewegt, ist der Übergangsbereich monoton steigend.
-Theoretisch könnte eine gleiches Durchlass- und Sperrbereichverhalten erreicht werden, wenn die Funktion auf eine andere Reihe ansteigen würde.
-Dies würde jedoch zu Oszillationen zwischen $1$ und $1/k$ im Übergangsbereich führen.
-Abbildung \ref{ellfilter:fig:elliptic_freq} zeigt eine elliptisch rationale Funktion und die Frequenzantwort des daraus resultierenden Filters.
+% Falls es möglich ist diese Werte abzufahren im Stil der Tschebyscheff-Polynome, kann ein Filter gebaut werden, dass Equiripple-Verhalten im Durchlass- und Sperrbereich aufweist.
+Abbildung \ref{ellfilter:fig:elliptic_freq} zeigt eine rationale elliptische Funktion und die Frequenzantwort des daraus resultierenden Filters.
\begin{figure}
\centering
\input{papers/ellfilter/python/elliptic.pgf}
@@ -51,6 +51,10 @@ Abbildung \ref{ellfilter:fig:elliptic_freq} zeigt eine elliptisch rationale Funk
\label{ellfilter:fig:elliptic_freq}
\end{figure}
+Da sich die Funktion im Übergangsbereich nur zur nächsten Reihe von Polstellen bewegt, ist der Übergangsbereich monoton steigend.
+Theoretisch könnte eine gleiches Durchlass- und Sperrbereichsverhalten erreicht werden, wenn die Funktion auf eine andere Reihe ansteigen würde.
+Dies würde jedoch zu Oszillationen zwischen $1$ und $1/k$ im Übergangsbereich führen.
+
\subsection{Gradgleichung}
Damit die Pol- und Nullstellen genau in dieser Konstellation durchfahren werden, müssen die elliptischen Moduli des inneren und äusseren $\cd$ aufeinander abgestimmt werden.
@@ -75,26 +79,54 @@ Algebraisch kann so die Gradgleichung
N \frac{K^\prime}{K} = \frac{K^\prime_1}{K_1}
\end{equation}
aufgestellt werden, dessen Lösung ist gegeben durch
-\begin{equation} %TODO check
+\begin{equation}\label{ellfilter:eq:degeqsol}
k_1 = k^N \prod_{i=1}^L \sn^4 \Bigg( \frac{2i - 1}{N} K, k \Bigg),
\quad \text{wobei} \quad
N = 2L+r.
\end{equation}
Die Herleitung ist sehr umfassend und wird in \cite{ellfilter:bib:orfanidis} im Detail angeschaut.
-% \begin{figure}
-% \centering
-% \input{papers/ellfilter/tikz/elliptic_transform1.tikz}
-% \caption{Die Gradgleichung als geometrisches Problem.}
-% \end{figure}
+\subsection{Berechnung der rationalen Funktion}
-\subsection{Schlussfolgerung}
+$k_1$ muss jedoch gar nicht berechnet werden, um $R_N$ in der Form einer rationale Funktion erhalten.
+Die Ordnung $N$ und der Parameter $k$ können frei gewählt werden.
+% $k_1$ muss dann mit \eqref{ellfilter:eq:degeqsol} oder mit numerischen Methoden berechnet werden.
+Je kleiner $k$ gewählt wird, desto grösser wird die Dämpfung des Filters im Sperrbereich im Verhältnis zum Durchlassbereich.
+Allerdings verliert das Filter dabei auch an Steilheit.
+Wenn $k$ und $N$ bekannt sind, können die Position der Pol- und Nullstellen $p_i$ und $n_i$ in einem Raster konstruiert werden, wie dargestellt in Abbildung \ref{ellfilter:fig:pn}.
+\begin{figure}
+ \centering
+ \input{papers/ellfilter/tikz/pn.tikz.tex}
+ \caption{
+ Pole und Nullstellen in der $z = \cd^{-1}(w, k)$-Ebene für die Rücktransformation zur einer rationalen Funktion.
+ }
+ \label{ellfilter:fig:pn}
+\end{figure}
+Dabei muss aufgepasst werden, dass insgesamt nur $N$ Nullstellen und $N$ Pole gesetzt werden, da bei der transformation mit dem $\cd$ mehrere Werte auf einen abgebildet werden und mehrfache Pole und Nullstellen nicht erwünscht sind.
+Wegen der Periodizität sind diese in der komplexen $z$-Ebene linear angeordnet:
+\begin{align}
+ n_i(k) &= K\frac{2i+1}{N} \\
+ p_i(k) &= n_i + jK^\prime.
+\end{align}
+Durch das Rücktransformieren mit der $\cd$-Funktion gelangt man schlussendlich zu der rationalen Funktion
+\begin{equation}
+ R_N(w, k) = r_0 \prod_{i=1}^N \frac{w - \cd \big(n_i(k), k \big)}{w - \cd \big(p_i(k), k \big)},
+\end{equation}
+wobei $r_0$ so gewählt werden muss, dass $R_N(w, k) = 1$.
-Die elliptischen Filter können als direkte Erweiterung der Tschebyscheff-Filter verstanden werden.
-Bei den Tschebyscheff-Polynomen haben wir gesehen, dass die Trigonometrische Formel zu einfachen Polynomen umgewandelt werden kann.
-Im elliptischen Fall entstehen so rationale Funktionen mit Nullstellen und auch Pole.
-Somit entstehen bei den elliptischen rationalen Funktionen, wie es der name auch deutet, rationale Funktionen, also ein Bruch von zwei Polynomen.
+\section{Elliptisches Filter}
-% Da Transformationen einer rationalen Funktionen mit Grundrechenarten, wie es in \eqref{ellfilter:eq:h_omega} der Fall ist, immer noch rationale Funktionen ergeben, stellt dies kein Problem für die Implementierung dar.
+Um ein elliptisches Filter auszulegen werden aber nicht die Pol- und Nullstellen der rationalen Funktion gebraucht, sondern diejenigen der Übertragungsfunktion $H(s)$ der komplexen Frequenz $s = j\Omega + \sigma$.
+Der Bezug zum quadratischen Amplitudengang \eqref{ellfilter:eq:quadratic_transfer} ist dabei
+\begin{equation}
+ |H(\Omega)|^2 = H(s) H(s^*),
+\end{equation}
+wobei $*$ die komplexe Konjugation kennzeichnet.
+Die genaue Berechnung geht einiges tiefer in die Filtertheorie, und verlässt das Gebiet der speziellen Funktionen.
+Der interessierte Leser wird auf \cite[Kapitel~5]{ellfilter:bib:orfanidis} verwiesen.
+% \subsection{Schlussfolgerung}
+% Die elliptischen Filter können als direkte Erweiterung der Tschebyscheff-Filter verstanden werden.
+% Bei den Tschebyscheff-Polynomen haben wir gesehen, dass die Trigonometrische Formel zu einfachen Polynomen umgewandelt werden kann.
+% Im elliptischen Fall entstehen so rationale Funktionen mit Nullstellen und auch Pole.
diff --git a/buch/papers/ellfilter/jacobi.tex b/buch/papers/ellfilter/jacobi.tex
index 567bbcc..841cd7d 100644
--- a/buch/papers/ellfilter/jacobi.tex
+++ b/buch/papers/ellfilter/jacobi.tex
@@ -2,14 +2,16 @@
Für das elliptische Filter werden, wie es der Name bereits deutet, elliptische Funktionen gebraucht.
Wie die trigonometrischen Funktionen Zusammenhänge eines Kreises darlegen, beschreiben die elliptischen Funktionen Ellipsen.
-Es ist daher naheliegend, dass Kosinus des Tschebyscheff-Filters mit einem elliptischen Pendant ausgetauscht werden könnte.
-Der Begriff elliptische Funktion wird für sehr viele Funktionen gebraucht, daher ist es hier wichtig zu erwähnen, dass es ausschliesslich um die Jacobischen elliptischen Funktionen geht.
+Es ist daher naheliegend, dass der Kosinus des Tschebyscheff-Filters gegen ein elliptisches Pendant ausgetauscht werden könnte.
+Der Begriff elliptische Funktion wird für sehr viele Funktionen gebraucht, daher ist es hier wichtig zu erwähnen, dass es hier ausschliesslich um die Jacobischen elliptischen Funktionen geht.
+
+\subsection{Grundlegende Eigenschaften}
Die Jacobi elliptischen Funktionen werden ausführlich im Kapitel \ref{buch:elliptisch:section:jacobi} behandelt.
Im Wesentlichen erweitern die Jacobi elliptischen Funktionen die trigonometrische Funktionen für Ellipsen.
Zum Beispiel gibt es analog zum Sinus den elliptischen $\sn(z, k)$.
-Im Gegensatz zum den trigonometrischen Funktionen haben die elliptischen Funktionen zwei parameter.
-Den \textit{elliptische Modul} $k$, der die Exzentrizität der Ellipse parametrisiert und das Winkelargument $z$.
+Im Gegensatz zum den trigonometrischen Funktionen haben die elliptischen Funktionen zwei Parameter.
+Den elliptischen Modul $k$, der die Exzentrizität der Ellipse parametrisiert und das Winkelargument $z$.
Im Kreis ist der Radius für alle Winkel konstant, bei Ellipsen ändert sich das.
Dies hat zur Folge, dass bei einer Ellipse die Kreisbogenlänge nicht linear zum Winkel verläuft.
Darum kann hier nicht der gewohnte Winkel verwendet werden.
@@ -30,7 +32,7 @@ Das Winkelargument $z$ kann durch das elliptische Integral erster Art
\end{equation}
mit dem Winkel $\phi$ in Verbindung gebracht werden.
-Dabei wird das vollständige und unvollständige Elliptische integral unterschieden.
+Dabei wird das vollständige und unvollständige elliptische integral unterschieden.
Beim vollständigen Integral
\begin{equation}
K(k)
@@ -48,7 +50,7 @@ wird über ein viertel Ellipsenbogen integriert, also bis $\phi=\pi/2$ und liefe
Die Zahl wird oft auch abgekürzt mit $K = K(k)$ und ist für das elliptische Filter sehr relevant.
Alle elliptischen Funktionen sind somit $4K$-periodisch.
-Neben dem $\sn$ gibt es zwei weitere basis-elliptische Funktionen $\cn$ und $\dn$.
+Neben dem $\sn$ gibt es zwei weitere elliptische Basisfunktionen $\cn$ und $\dn$.
Dazu kommen noch weitere abgeleitete Funktionen, die durch Quotienten und Kehrwerte dieser Funktionen zustande kommen.
Insgesamt sind es die zwölf Funktionen
\begin{equation*}
@@ -66,7 +68,7 @@ Insgesamt sind es die zwölf Funktionen
\dc.
\end{equation*}
-Die Jacobischen elliptischen Funktionen können mit der inversen Funktion des kompletten elliptischen Integrals erster Art
+Die Jacobischen elliptischen Funktionen können mit der inversen Funktion des vollständigen elliptischen Integrals erster Art
\begin{equation}
\phi = F^{-1}(z, k)
\end{equation}
@@ -76,7 +78,7 @@ definiert werden. Dabei ist zu beachten dass nur das $z$ Argument der Funktion i
\Leftrightarrow
\phi = F^{-1}(z, k).
\end{equation}
-Mithilfe von $F^{-1}$ kann zum Beispiel $sn^{-1}$ mit dem Elliptischen integral dargestellt werden:
+Mithilfe von $F^{-1}$ kann zum Beispiel $sn^{-1}$ mit dem elliptischen Integral dargestellt werden:
\begin{equation}
\sin(\phi)
=
@@ -115,6 +117,8 @@ Mithilfe von $F^{-1}$ kann zum Beispiel $sn^{-1}$ mit dem Elliptischen integral
% \phi = \sin^{-1}(w)
% \end{equation}
+\subsection{Die Funktion $\sn^{-1}$}
+
Beim Tschebyscheff-Filter konnten wir mit Betrachten des Arcuscosinus die Funktionalität erklären.
Für das Elliptische Filter machen wir die gleiche Betrachtung mit der $\sn^{-1}$-Funktion.
Der $\sn^{-1}$ ist durch das elliptische Integral
@@ -153,7 +157,7 @@ Dazu betrachten wir wieder den Integranden
}
}.
\end{equation}
-Beim $\cos^{-1}(x)$ haben wir gesehen, dass die analytische Fortsetzung bei $x < -1$ und $x > 1$ rechtwinklig in die Komplexen zahlen wandert.
+Beim $\cos^{-1}(x)$ haben wir gesehen, dass die analytische Fortsetzung bei $x < -1$ und $x > 1$ rechtwinklig in die komplexen Zahlen wandert.
Wenn man das Gleiche mit $\sn^{-1}(w, k)$ macht, erkennt man zwei interessante Stellen.
Die erste ist die gleiche wie beim $\cos^{-1}(x)$ nämlich bei $t = \pm 1$.
Der erste Term unter der Wurzel wird dann negativ, während der zweite noch positiv ist, da $k \leq 1$.
@@ -169,7 +173,7 @@ Abbildung \ref{ellfilter:fig:sn} zeigt den Verlauf der Funktion in der komplexen
}
\label{ellfilter:fig:sn}
\end{figure}
-In der reellen Richtung ist sie $4K(k)$-periodisch und in der imaginären Richtung $4K^\prime(k)$-periodisch, wobei $K^\prime$ das komplementäre vollständige Elliptische Integral ist:
+In der reellen Richtung ist sie $4K(k)$-periodisch und in der imaginären Richtung $4K^\prime$-periodisch, wobei $K^\prime$ das komplementäre vollständige Elliptische Integral ist:
\begin{equation}
K^\prime(k)
=
diff --git a/buch/papers/ellfilter/python/elliptic.pgf b/buch/papers/ellfilter/python/elliptic.pgf
index 32485c1..a8d06d1 100644
--- a/buch/papers/ellfilter/python/elliptic.pgf
+++ b/buch/papers/ellfilter/python/elliptic.pgf
@@ -51,16 +51,16 @@
\pgfsetstrokecolor{currentstroke}%
\pgfsetstrokeopacity{0.000000}%
\pgfsetdash{}{0pt}%
-\pgfpathmoveto{\pgfqpoint{0.733531in}{1.746607in}}%
-\pgfpathlineto{\pgfqpoint{4.727004in}{1.746607in}}%
-\pgfpathlineto{\pgfqpoint{4.727004in}{2.850000in}}%
-\pgfpathlineto{\pgfqpoint{0.733531in}{2.850000in}}%
-\pgfpathlineto{\pgfqpoint{0.733531in}{1.746607in}}%
+\pgfpathmoveto{\pgfqpoint{0.730012in}{1.798407in}}%
+\pgfpathlineto{\pgfqpoint{4.711458in}{1.798407in}}%
+\pgfpathlineto{\pgfqpoint{4.711458in}{2.731117in}}%
+\pgfpathlineto{\pgfqpoint{0.730012in}{2.731117in}}%
+\pgfpathlineto{\pgfqpoint{0.730012in}{1.798407in}}%
\pgfpathclose%
\pgfusepath{fill}%
\end{pgfscope}%
\begin{pgfscope}%
-\pgfpathrectangle{\pgfqpoint{0.733531in}{1.746607in}}{\pgfqpoint{3.993473in}{1.103393in}}%
+\pgfpathrectangle{\pgfqpoint{0.730012in}{1.798407in}}{\pgfqpoint{3.981446in}{0.932710in}}%
\pgfusepath{clip}%
\pgfsetbuttcap%
\pgfsetmiterjoin%
@@ -72,16 +72,16 @@
\pgfsetstrokecolor{currentstroke}%
\pgfsetstrokeopacity{0.200000}%
\pgfsetdash{}{0pt}%
-\pgfpathmoveto{\pgfqpoint{0.733531in}{-108.151374in}}%
-\pgfpathlineto{\pgfqpoint{2.730268in}{-108.151374in}}%
-\pgfpathlineto{\pgfqpoint{2.730268in}{2.187964in}}%
-\pgfpathlineto{\pgfqpoint{0.733531in}{2.187964in}}%
-\pgfpathlineto{\pgfqpoint{0.733531in}{-108.151374in}}%
+\pgfpathmoveto{\pgfqpoint{0.730012in}{-91.099555in}}%
+\pgfpathlineto{\pgfqpoint{2.720735in}{-91.099555in}}%
+\pgfpathlineto{\pgfqpoint{2.720735in}{2.171491in}}%
+\pgfpathlineto{\pgfqpoint{0.730012in}{2.171491in}}%
+\pgfpathlineto{\pgfqpoint{0.730012in}{-91.099555in}}%
\pgfpathclose%
\pgfusepath{fill}%
\end{pgfscope}%
\begin{pgfscope}%
-\pgfpathrectangle{\pgfqpoint{0.733531in}{1.746607in}}{\pgfqpoint{3.993473in}{1.103393in}}%
+\pgfpathrectangle{\pgfqpoint{0.730012in}{1.798407in}}{\pgfqpoint{3.981446in}{0.932710in}}%
\pgfusepath{clip}%
\pgfsetbuttcap%
\pgfsetmiterjoin%
@@ -93,16 +93,16 @@
\pgfsetstrokecolor{currentstroke}%
\pgfsetstrokeopacity{0.200000}%
\pgfsetdash{}{0pt}%
-\pgfpathmoveto{\pgfqpoint{2.730268in}{2.187964in}}%
-\pgfpathlineto{\pgfqpoint{2.750075in}{2.187964in}}%
-\pgfpathlineto{\pgfqpoint{2.750075in}{2.408643in}}%
-\pgfpathlineto{\pgfqpoint{2.730268in}{2.408643in}}%
-\pgfpathlineto{\pgfqpoint{2.730268in}{2.187964in}}%
+\pgfpathmoveto{\pgfqpoint{2.720735in}{2.171491in}}%
+\pgfpathlineto{\pgfqpoint{2.740483in}{2.171491in}}%
+\pgfpathlineto{\pgfqpoint{2.740483in}{2.358033in}}%
+\pgfpathlineto{\pgfqpoint{2.720735in}{2.358033in}}%
+\pgfpathlineto{\pgfqpoint{2.720735in}{2.171491in}}%
\pgfpathclose%
\pgfusepath{fill}%
\end{pgfscope}%
\begin{pgfscope}%
-\pgfpathrectangle{\pgfqpoint{0.733531in}{1.746607in}}{\pgfqpoint{3.993473in}{1.103393in}}%
+\pgfpathrectangle{\pgfqpoint{0.730012in}{1.798407in}}{\pgfqpoint{3.981446in}{0.932710in}}%
\pgfusepath{clip}%
\pgfsetbuttcap%
\pgfsetmiterjoin%
@@ -114,16 +114,16 @@
\pgfsetstrokecolor{currentstroke}%
\pgfsetstrokeopacity{0.200000}%
\pgfsetdash{}{0pt}%
-\pgfpathmoveto{\pgfqpoint{2.750075in}{2.408643in}}%
-\pgfpathlineto{\pgfqpoint{4.746812in}{2.408643in}}%
-\pgfpathlineto{\pgfqpoint{4.746812in}{2.850005in}}%
-\pgfpathlineto{\pgfqpoint{2.750075in}{2.850005in}}%
-\pgfpathlineto{\pgfqpoint{2.750075in}{2.408643in}}%
+\pgfpathmoveto{\pgfqpoint{2.740483in}{2.358033in}}%
+\pgfpathlineto{\pgfqpoint{4.731206in}{2.358033in}}%
+\pgfpathlineto{\pgfqpoint{4.731206in}{2.731121in}}%
+\pgfpathlineto{\pgfqpoint{2.740483in}{2.731121in}}%
+\pgfpathlineto{\pgfqpoint{2.740483in}{2.358033in}}%
\pgfpathclose%
\pgfusepath{fill}%
\end{pgfscope}%
\begin{pgfscope}%
-\pgfpathrectangle{\pgfqpoint{0.733531in}{1.746607in}}{\pgfqpoint{3.993473in}{1.103393in}}%
+\pgfpathrectangle{\pgfqpoint{0.730012in}{1.798407in}}{\pgfqpoint{3.981446in}{0.932710in}}%
\pgfusepath{clip}%
\pgfsetrectcap%
\pgfsetroundjoin%
@@ -131,31 +131,12 @@
\definecolor{currentstroke}{rgb}{0.690196,0.690196,0.690196}%
\pgfsetstrokecolor{currentstroke}%
\pgfsetdash{}{0pt}%
-\pgfpathmoveto{\pgfqpoint{0.733531in}{1.746607in}}%
-\pgfpathlineto{\pgfqpoint{0.733531in}{2.850000in}}%
+\pgfpathmoveto{\pgfqpoint{0.730012in}{1.798407in}}%
+\pgfpathlineto{\pgfqpoint{0.730012in}{2.731117in}}%
\pgfusepath{stroke}%
\end{pgfscope}%
\begin{pgfscope}%
-\pgfsetbuttcap%
-\pgfsetroundjoin%
-\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
-\pgfsetfillcolor{currentfill}%
-\pgfsetlinewidth{0.803000pt}%
-\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
-\pgfsetstrokecolor{currentstroke}%
-\pgfsetdash{}{0pt}%
-\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
-\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
-\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%
-\pgfusepath{stroke,fill}%
-}%
-\begin{pgfscope}%
-\pgfsys@transformshift{0.733531in}{1.746607in}%
-\pgfsys@useobject{currentmarker}{}%
-\end{pgfscope}%
-\end{pgfscope}%
-\begin{pgfscope}%
-\pgfpathrectangle{\pgfqpoint{0.733531in}{1.746607in}}{\pgfqpoint{3.993473in}{1.103393in}}%
+\pgfpathrectangle{\pgfqpoint{0.730012in}{1.798407in}}{\pgfqpoint{3.981446in}{0.932710in}}%
\pgfusepath{clip}%
\pgfsetrectcap%
\pgfsetroundjoin%
@@ -163,31 +144,12 @@
\definecolor{currentstroke}{rgb}{0.690196,0.690196,0.690196}%
\pgfsetstrokecolor{currentstroke}%
\pgfsetdash{}{0pt}%
-\pgfpathmoveto{\pgfqpoint{1.232715in}{1.746607in}}%
-\pgfpathlineto{\pgfqpoint{1.232715in}{2.850000in}}%
+\pgfpathmoveto{\pgfqpoint{1.227693in}{1.798407in}}%
+\pgfpathlineto{\pgfqpoint{1.227693in}{2.731117in}}%
\pgfusepath{stroke}%
\end{pgfscope}%
\begin{pgfscope}%
-\pgfsetbuttcap%
-\pgfsetroundjoin%
-\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
-\pgfsetfillcolor{currentfill}%
-\pgfsetlinewidth{0.803000pt}%
-\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
-\pgfsetstrokecolor{currentstroke}%
-\pgfsetdash{}{0pt}%
-\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
-\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
-\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%
-\pgfusepath{stroke,fill}%
-}%
-\begin{pgfscope}%
-\pgfsys@transformshift{1.232715in}{1.746607in}%
-\pgfsys@useobject{currentmarker}{}%
-\end{pgfscope}%
-\end{pgfscope}%
-\begin{pgfscope}%
-\pgfpathrectangle{\pgfqpoint{0.733531in}{1.746607in}}{\pgfqpoint{3.993473in}{1.103393in}}%
+\pgfpathrectangle{\pgfqpoint{0.730012in}{1.798407in}}{\pgfqpoint{3.981446in}{0.932710in}}%
\pgfusepath{clip}%
\pgfsetrectcap%
\pgfsetroundjoin%
@@ -195,31 +157,12 @@
\definecolor{currentstroke}{rgb}{0.690196,0.690196,0.690196}%
\pgfsetstrokecolor{currentstroke}%
\pgfsetdash{}{0pt}%
-\pgfpathmoveto{\pgfqpoint{1.731899in}{1.746607in}}%
-\pgfpathlineto{\pgfqpoint{1.731899in}{2.850000in}}%
+\pgfpathmoveto{\pgfqpoint{1.725373in}{1.798407in}}%
+\pgfpathlineto{\pgfqpoint{1.725373in}{2.731117in}}%
\pgfusepath{stroke}%
\end{pgfscope}%
\begin{pgfscope}%
-\pgfsetbuttcap%
-\pgfsetroundjoin%
-\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
-\pgfsetfillcolor{currentfill}%
-\pgfsetlinewidth{0.803000pt}%
-\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
-\pgfsetstrokecolor{currentstroke}%
-\pgfsetdash{}{0pt}%
-\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
-\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
-\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%
-\pgfusepath{stroke,fill}%
-}%
-\begin{pgfscope}%
-\pgfsys@transformshift{1.731899in}{1.746607in}%
-\pgfsys@useobject{currentmarker}{}%
-\end{pgfscope}%
-\end{pgfscope}%
-\begin{pgfscope}%
-\pgfpathrectangle{\pgfqpoint{0.733531in}{1.746607in}}{\pgfqpoint{3.993473in}{1.103393in}}%
+\pgfpathrectangle{\pgfqpoint{0.730012in}{1.798407in}}{\pgfqpoint{3.981446in}{0.932710in}}%
\pgfusepath{clip}%
\pgfsetrectcap%
\pgfsetroundjoin%
@@ -227,31 +170,12 @@
\definecolor{currentstroke}{rgb}{0.690196,0.690196,0.690196}%
\pgfsetstrokecolor{currentstroke}%
\pgfsetdash{}{0pt}%
-\pgfpathmoveto{\pgfqpoint{2.231083in}{1.746607in}}%
-\pgfpathlineto{\pgfqpoint{2.231083in}{2.850000in}}%
+\pgfpathmoveto{\pgfqpoint{2.223054in}{1.798407in}}%
+\pgfpathlineto{\pgfqpoint{2.223054in}{2.731117in}}%
\pgfusepath{stroke}%
\end{pgfscope}%
\begin{pgfscope}%
-\pgfsetbuttcap%
-\pgfsetroundjoin%
-\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
-\pgfsetfillcolor{currentfill}%
-\pgfsetlinewidth{0.803000pt}%
-\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
-\pgfsetstrokecolor{currentstroke}%
-\pgfsetdash{}{0pt}%
-\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
-\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
-\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%
-\pgfusepath{stroke,fill}%
-}%
-\begin{pgfscope}%
-\pgfsys@transformshift{2.231083in}{1.746607in}%
-\pgfsys@useobject{currentmarker}{}%
-\end{pgfscope}%
-\end{pgfscope}%
-\begin{pgfscope}%
-\pgfpathrectangle{\pgfqpoint{0.733531in}{1.746607in}}{\pgfqpoint{3.993473in}{1.103393in}}%
+\pgfpathrectangle{\pgfqpoint{0.730012in}{1.798407in}}{\pgfqpoint{3.981446in}{0.932710in}}%
\pgfusepath{clip}%
\pgfsetrectcap%
\pgfsetroundjoin%
@@ -259,31 +183,12 @@
\definecolor{currentstroke}{rgb}{0.690196,0.690196,0.690196}%
\pgfsetstrokecolor{currentstroke}%
\pgfsetdash{}{0pt}%
-\pgfpathmoveto{\pgfqpoint{2.730268in}{1.746607in}}%
-\pgfpathlineto{\pgfqpoint{2.730268in}{2.850000in}}%
+\pgfpathmoveto{\pgfqpoint{2.720735in}{1.798407in}}%
+\pgfpathlineto{\pgfqpoint{2.720735in}{2.731117in}}%
\pgfusepath{stroke}%
\end{pgfscope}%
\begin{pgfscope}%
-\pgfsetbuttcap%
-\pgfsetroundjoin%
-\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
-\pgfsetfillcolor{currentfill}%
-\pgfsetlinewidth{0.803000pt}%
-\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
-\pgfsetstrokecolor{currentstroke}%
-\pgfsetdash{}{0pt}%
-\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
-\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
-\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%
-\pgfusepath{stroke,fill}%
-}%
-\begin{pgfscope}%
-\pgfsys@transformshift{2.730268in}{1.746607in}%
-\pgfsys@useobject{currentmarker}{}%
-\end{pgfscope}%
-\end{pgfscope}%
-\begin{pgfscope}%
-\pgfpathrectangle{\pgfqpoint{0.733531in}{1.746607in}}{\pgfqpoint{3.993473in}{1.103393in}}%
+\pgfpathrectangle{\pgfqpoint{0.730012in}{1.798407in}}{\pgfqpoint{3.981446in}{0.932710in}}%
\pgfusepath{clip}%
\pgfsetrectcap%
\pgfsetroundjoin%
@@ -291,31 +196,12 @@
\definecolor{currentstroke}{rgb}{0.690196,0.690196,0.690196}%
\pgfsetstrokecolor{currentstroke}%
\pgfsetdash{}{0pt}%
-\pgfpathmoveto{\pgfqpoint{3.229452in}{1.746607in}}%
-\pgfpathlineto{\pgfqpoint{3.229452in}{2.850000in}}%
+\pgfpathmoveto{\pgfqpoint{3.218416in}{1.798407in}}%
+\pgfpathlineto{\pgfqpoint{3.218416in}{2.731117in}}%
\pgfusepath{stroke}%
\end{pgfscope}%
\begin{pgfscope}%
-\pgfsetbuttcap%
-\pgfsetroundjoin%
-\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
-\pgfsetfillcolor{currentfill}%
-\pgfsetlinewidth{0.803000pt}%
-\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
-\pgfsetstrokecolor{currentstroke}%
-\pgfsetdash{}{0pt}%
-\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
-\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
-\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%
-\pgfusepath{stroke,fill}%
-}%
-\begin{pgfscope}%
-\pgfsys@transformshift{3.229452in}{1.746607in}%
-\pgfsys@useobject{currentmarker}{}%
-\end{pgfscope}%
-\end{pgfscope}%
-\begin{pgfscope}%
-\pgfpathrectangle{\pgfqpoint{0.733531in}{1.746607in}}{\pgfqpoint{3.993473in}{1.103393in}}%
+\pgfpathrectangle{\pgfqpoint{0.730012in}{1.798407in}}{\pgfqpoint{3.981446in}{0.932710in}}%
\pgfusepath{clip}%
\pgfsetrectcap%
\pgfsetroundjoin%
@@ -323,31 +209,12 @@
\definecolor{currentstroke}{rgb}{0.690196,0.690196,0.690196}%
\pgfsetstrokecolor{currentstroke}%
\pgfsetdash{}{0pt}%
-\pgfpathmoveto{\pgfqpoint{3.728636in}{1.746607in}}%
-\pgfpathlineto{\pgfqpoint{3.728636in}{2.850000in}}%
+\pgfpathmoveto{\pgfqpoint{3.716097in}{1.798407in}}%
+\pgfpathlineto{\pgfqpoint{3.716097in}{2.731117in}}%
\pgfusepath{stroke}%
\end{pgfscope}%
\begin{pgfscope}%
-\pgfsetbuttcap%
-\pgfsetroundjoin%
-\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
-\pgfsetfillcolor{currentfill}%
-\pgfsetlinewidth{0.803000pt}%
-\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
-\pgfsetstrokecolor{currentstroke}%
-\pgfsetdash{}{0pt}%
-\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
-\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
-\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%
-\pgfusepath{stroke,fill}%
-}%
-\begin{pgfscope}%
-\pgfsys@transformshift{3.728636in}{1.746607in}%
-\pgfsys@useobject{currentmarker}{}%
-\end{pgfscope}%
-\end{pgfscope}%
-\begin{pgfscope}%
-\pgfpathrectangle{\pgfqpoint{0.733531in}{1.746607in}}{\pgfqpoint{3.993473in}{1.103393in}}%
+\pgfpathrectangle{\pgfqpoint{0.730012in}{1.798407in}}{\pgfqpoint{3.981446in}{0.932710in}}%
\pgfusepath{clip}%
\pgfsetrectcap%
\pgfsetroundjoin%
@@ -355,31 +222,12 @@
\definecolor{currentstroke}{rgb}{0.690196,0.690196,0.690196}%
\pgfsetstrokecolor{currentstroke}%
\pgfsetdash{}{0pt}%
-\pgfpathmoveto{\pgfqpoint{4.227820in}{1.746607in}}%
-\pgfpathlineto{\pgfqpoint{4.227820in}{2.850000in}}%
+\pgfpathmoveto{\pgfqpoint{4.213778in}{1.798407in}}%
+\pgfpathlineto{\pgfqpoint{4.213778in}{2.731117in}}%
\pgfusepath{stroke}%
\end{pgfscope}%
\begin{pgfscope}%
-\pgfsetbuttcap%
-\pgfsetroundjoin%
-\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
-\pgfsetfillcolor{currentfill}%
-\pgfsetlinewidth{0.803000pt}%
-\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
-\pgfsetstrokecolor{currentstroke}%
-\pgfsetdash{}{0pt}%
-\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
-\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
-\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%
-\pgfusepath{stroke,fill}%
-}%
-\begin{pgfscope}%
-\pgfsys@transformshift{4.227820in}{1.746607in}%
-\pgfsys@useobject{currentmarker}{}%
-\end{pgfscope}%
-\end{pgfscope}%
-\begin{pgfscope}%
-\pgfpathrectangle{\pgfqpoint{0.733531in}{1.746607in}}{\pgfqpoint{3.993473in}{1.103393in}}%
+\pgfpathrectangle{\pgfqpoint{0.730012in}{1.798407in}}{\pgfqpoint{3.981446in}{0.932710in}}%
\pgfusepath{clip}%
\pgfsetrectcap%
\pgfsetroundjoin%
@@ -387,31 +235,12 @@
\definecolor{currentstroke}{rgb}{0.690196,0.690196,0.690196}%
\pgfsetstrokecolor{currentstroke}%
\pgfsetdash{}{0pt}%
-\pgfpathmoveto{\pgfqpoint{4.727004in}{1.746607in}}%
-\pgfpathlineto{\pgfqpoint{4.727004in}{2.850000in}}%
+\pgfpathmoveto{\pgfqpoint{4.711458in}{1.798407in}}%
+\pgfpathlineto{\pgfqpoint{4.711458in}{2.731117in}}%
\pgfusepath{stroke}%
\end{pgfscope}%
\begin{pgfscope}%
-\pgfsetbuttcap%
-\pgfsetroundjoin%
-\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
-\pgfsetfillcolor{currentfill}%
-\pgfsetlinewidth{0.803000pt}%
-\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
-\pgfsetstrokecolor{currentstroke}%
-\pgfsetdash{}{0pt}%
-\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
-\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
-\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%
-\pgfusepath{stroke,fill}%
-}%
-\begin{pgfscope}%
-\pgfsys@transformshift{4.727004in}{1.746607in}%
-\pgfsys@useobject{currentmarker}{}%
-\end{pgfscope}%
-\end{pgfscope}%
-\begin{pgfscope}%
-\pgfpathrectangle{\pgfqpoint{0.733531in}{1.746607in}}{\pgfqpoint{3.993473in}{1.103393in}}%
+\pgfpathrectangle{\pgfqpoint{0.730012in}{1.798407in}}{\pgfqpoint{3.981446in}{0.932710in}}%
\pgfusepath{clip}%
\pgfsetrectcap%
\pgfsetroundjoin%
@@ -419,8 +248,8 @@
\definecolor{currentstroke}{rgb}{0.690196,0.690196,0.690196}%
\pgfsetstrokecolor{currentstroke}%
\pgfsetdash{}{0pt}%
-\pgfpathmoveto{\pgfqpoint{0.733531in}{1.746607in}}%
-\pgfpathlineto{\pgfqpoint{4.727004in}{1.746607in}}%
+\pgfpathmoveto{\pgfqpoint{0.730012in}{1.798407in}}%
+\pgfpathlineto{\pgfqpoint{4.711458in}{1.798407in}}%
\pgfusepath{stroke}%
\end{pgfscope}%
\begin{pgfscope}%
@@ -438,7 +267,7 @@
\pgfusepath{stroke,fill}%
}%
\begin{pgfscope}%
-\pgfsys@transformshift{0.733531in}{1.746607in}%
+\pgfsys@transformshift{0.730012in}{1.798407in}%
\pgfsys@useobject{currentmarker}{}%
\end{pgfscope}%
\end{pgfscope}%
@@ -446,10 +275,10 @@
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
\pgfsetstrokecolor{textcolor}%
\pgfsetfillcolor{textcolor}%
-\pgftext[x=0.348306in, y=1.698381in, left, base]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle {10^{-4}}\)}%
+\pgftext[x=0.344787in, y=1.750182in, left, base]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle {10^{-4}}\)}%
\end{pgfscope}%
\begin{pgfscope}%
-\pgfpathrectangle{\pgfqpoint{0.733531in}{1.746607in}}{\pgfqpoint{3.993473in}{1.103393in}}%
+\pgfpathrectangle{\pgfqpoint{0.730012in}{1.798407in}}{\pgfqpoint{3.981446in}{0.932710in}}%
\pgfusepath{clip}%
\pgfsetrectcap%
\pgfsetroundjoin%
@@ -457,8 +286,8 @@
\definecolor{currentstroke}{rgb}{0.690196,0.690196,0.690196}%
\pgfsetstrokecolor{currentstroke}%
\pgfsetdash{}{0pt}%
-\pgfpathmoveto{\pgfqpoint{0.733531in}{2.187964in}}%
-\pgfpathlineto{\pgfqpoint{4.727004in}{2.187964in}}%
+\pgfpathmoveto{\pgfqpoint{0.730012in}{2.171491in}}%
+\pgfpathlineto{\pgfqpoint{4.711458in}{2.171491in}}%
\pgfusepath{stroke}%
\end{pgfscope}%
\begin{pgfscope}%
@@ -476,7 +305,7 @@
\pgfusepath{stroke,fill}%
}%
\begin{pgfscope}%
-\pgfsys@transformshift{0.733531in}{2.187964in}%
+\pgfsys@transformshift{0.730012in}{2.171491in}%
\pgfsys@useobject{currentmarker}{}%
\end{pgfscope}%
\end{pgfscope}%
@@ -484,10 +313,10 @@
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
\pgfsetstrokecolor{textcolor}%
\pgfsetfillcolor{textcolor}%
-\pgftext[x=0.435112in, y=2.139739in, left, base]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle {10^{0}}\)}%
+\pgftext[x=0.431593in, y=2.123266in, left, base]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle {10^{0}}\)}%
\end{pgfscope}%
\begin{pgfscope}%
-\pgfpathrectangle{\pgfqpoint{0.733531in}{1.746607in}}{\pgfqpoint{3.993473in}{1.103393in}}%
+\pgfpathrectangle{\pgfqpoint{0.730012in}{1.798407in}}{\pgfqpoint{3.981446in}{0.932710in}}%
\pgfusepath{clip}%
\pgfsetrectcap%
\pgfsetroundjoin%
@@ -495,8 +324,8 @@
\definecolor{currentstroke}{rgb}{0.690196,0.690196,0.690196}%
\pgfsetstrokecolor{currentstroke}%
\pgfsetdash{}{0pt}%
-\pgfpathmoveto{\pgfqpoint{0.733531in}{2.629321in}}%
-\pgfpathlineto{\pgfqpoint{4.727004in}{2.629321in}}%
+\pgfpathmoveto{\pgfqpoint{0.730012in}{2.544575in}}%
+\pgfpathlineto{\pgfqpoint{4.711458in}{2.544575in}}%
\pgfusepath{stroke}%
\end{pgfscope}%
\begin{pgfscope}%
@@ -514,7 +343,7 @@
\pgfusepath{stroke,fill}%
}%
\begin{pgfscope}%
-\pgfsys@transformshift{0.733531in}{2.629321in}%
+\pgfsys@transformshift{0.730012in}{2.544575in}%
\pgfsys@useobject{currentmarker}{}%
\end{pgfscope}%
\end{pgfscope}%
@@ -522,16 +351,16 @@
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
\pgfsetstrokecolor{textcolor}%
\pgfsetfillcolor{textcolor}%
-\pgftext[x=0.435112in, y=2.581096in, left, base]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle {10^{4}}\)}%
+\pgftext[x=0.431593in, y=2.496350in, left, base]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle {10^{4}}\)}%
\end{pgfscope}%
\begin{pgfscope}%
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
\pgfsetstrokecolor{textcolor}%
\pgfsetfillcolor{textcolor}%
-\pgftext[x=0.292751in,y=2.298303in,,bottom,rotate=90.000000]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle F^2_N(w)\)}%
+\pgftext[x=0.289232in,y=2.264762in,,bottom,rotate=90.000000]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle |F_N(w)|^2\)}%
\end{pgfscope}%
\begin{pgfscope}%
-\pgfpathrectangle{\pgfqpoint{0.733531in}{1.746607in}}{\pgfqpoint{3.993473in}{1.103393in}}%
+\pgfpathrectangle{\pgfqpoint{0.730012in}{1.798407in}}{\pgfqpoint{3.981446in}{0.932710in}}%
\pgfusepath{clip}%
\pgfsetrectcap%
\pgfsetroundjoin%
@@ -539,82 +368,79 @@
\definecolor{currentstroke}{rgb}{0.000000,0.501961,0.000000}%
\pgfsetstrokecolor{currentstroke}%
\pgfsetdash{}{0pt}%
-\pgfpathmoveto{\pgfqpoint{0.740931in}{1.732718in}}%
-\pgfpathlineto{\pgfqpoint{0.746516in}{1.786823in}}%
-\pgfpathlineto{\pgfqpoint{0.754507in}{1.832782in}}%
-\pgfpathlineto{\pgfqpoint{0.763497in}{1.866959in}}%
-\pgfpathlineto{\pgfqpoint{0.774485in}{1.896885in}}%
-\pgfpathlineto{\pgfqpoint{0.787470in}{1.923263in}}%
-\pgfpathlineto{\pgfqpoint{0.802453in}{1.946729in}}%
-\pgfpathlineto{\pgfqpoint{0.820433in}{1.968905in}}%
-\pgfpathlineto{\pgfqpoint{0.841409in}{1.989570in}}%
-\pgfpathlineto{\pgfqpoint{0.865382in}{2.008719in}}%
-\pgfpathlineto{\pgfqpoint{0.893350in}{2.027039in}}%
-\pgfpathlineto{\pgfqpoint{0.926313in}{2.044843in}}%
-\pgfpathlineto{\pgfqpoint{0.965268in}{2.062241in}}%
-\pgfpathlineto{\pgfqpoint{1.011216in}{2.079233in}}%
-\pgfpathlineto{\pgfqpoint{1.065155in}{2.095755in}}%
-\pgfpathlineto{\pgfqpoint{1.128084in}{2.111711in}}%
-\pgfpathlineto{\pgfqpoint{1.202000in}{2.127167in}}%
-\pgfpathlineto{\pgfqpoint{1.287903in}{2.141865in}}%
-\pgfpathlineto{\pgfqpoint{1.385792in}{2.155401in}}%
-\pgfpathlineto{\pgfqpoint{1.494668in}{2.167305in}}%
-\pgfpathlineto{\pgfqpoint{1.612535in}{2.177062in}}%
-\pgfpathlineto{\pgfqpoint{1.732399in}{2.183910in}}%
-\pgfpathlineto{\pgfqpoint{1.847269in}{2.187451in}}%
-\pgfpathlineto{\pgfqpoint{1.951151in}{2.187660in}}%
-\pgfpathlineto{\pgfqpoint{2.041049in}{2.184855in}}%
-\pgfpathlineto{\pgfqpoint{2.116963in}{2.179489in}}%
-\pgfpathlineto{\pgfqpoint{2.179891in}{2.172045in}}%
-\pgfpathlineto{\pgfqpoint{2.231833in}{2.162906in}}%
-\pgfpathlineto{\pgfqpoint{2.274784in}{2.152346in}}%
-\pgfpathlineto{\pgfqpoint{2.310743in}{2.140427in}}%
-\pgfpathlineto{\pgfqpoint{2.340709in}{2.127341in}}%
-\pgfpathlineto{\pgfqpoint{2.365681in}{2.113201in}}%
-\pgfpathlineto{\pgfqpoint{2.386657in}{2.097957in}}%
-\pgfpathlineto{\pgfqpoint{2.404637in}{2.081234in}}%
-\pgfpathlineto{\pgfqpoint{2.420619in}{2.062036in}}%
-\pgfpathlineto{\pgfqpoint{2.433604in}{2.041733in}}%
-\pgfpathlineto{\pgfqpoint{2.444591in}{2.019228in}}%
-\pgfpathlineto{\pgfqpoint{2.454580in}{1.991581in}}%
-\pgfpathlineto{\pgfqpoint{2.462571in}{1.960514in}}%
-\pgfpathlineto{\pgfqpoint{2.469563in}{1.920021in}}%
-\pgfpathlineto{\pgfqpoint{2.474557in}{1.873580in}}%
-\pgfpathlineto{\pgfqpoint{2.478553in}{1.805777in}}%
-\pgfpathlineto{\pgfqpoint{2.480586in}{1.732718in}}%
-\pgfpathmoveto{\pgfqpoint{2.484219in}{1.732718in}}%
-\pgfpathlineto{\pgfqpoint{2.486544in}{1.815182in}}%
-\pgfpathlineto{\pgfqpoint{2.491538in}{1.891600in}}%
-\pgfpathlineto{\pgfqpoint{2.498530in}{1.947168in}}%
-\pgfpathlineto{\pgfqpoint{2.506521in}{1.987046in}}%
-\pgfpathlineto{\pgfqpoint{2.516510in}{2.021891in}}%
-\pgfpathlineto{\pgfqpoint{2.528496in}{2.052678in}}%
-\pgfpathlineto{\pgfqpoint{2.542480in}{2.080234in}}%
-\pgfpathlineto{\pgfqpoint{2.558462in}{2.105153in}}%
-\pgfpathlineto{\pgfqpoint{2.577441in}{2.128933in}}%
-\pgfpathlineto{\pgfqpoint{2.598417in}{2.150115in}}%
-\pgfpathlineto{\pgfqpoint{2.619393in}{2.167048in}}%
-\pgfpathlineto{\pgfqpoint{2.639371in}{2.179324in}}%
-\pgfpathlineto{\pgfqpoint{2.655352in}{2.185829in}}%
-\pgfpathlineto{\pgfqpoint{2.668338in}{2.187959in}}%
-\pgfpathlineto{\pgfqpoint{2.678326in}{2.186578in}}%
-\pgfpathlineto{\pgfqpoint{2.686317in}{2.182435in}}%
-\pgfpathlineto{\pgfqpoint{2.693309in}{2.175207in}}%
-\pgfpathlineto{\pgfqpoint{2.699303in}{2.164543in}}%
-\pgfpathlineto{\pgfqpoint{2.705296in}{2.146413in}}%
-\pgfpathlineto{\pgfqpoint{2.710290in}{2.119757in}}%
-\pgfpathlineto{\pgfqpoint{2.714286in}{2.080320in}}%
-\pgfpathlineto{\pgfqpoint{2.717282in}{2.018766in}}%
-\pgfpathlineto{\pgfqpoint{2.719280in}{1.902417in}}%
-\pgfpathlineto{\pgfqpoint{2.720279in}{1.787994in}}%
-\pgfpathlineto{\pgfqpoint{2.723275in}{2.052161in}}%
-\pgfpathlineto{\pgfqpoint{2.728270in}{2.159459in}}%
-\pgfpathlineto{\pgfqpoint{2.730268in}{2.187964in}}%
-\pgfpathlineto{\pgfqpoint{2.730268in}{2.187964in}}%
+\pgfpathmoveto{\pgfqpoint{0.737191in}{1.784518in}}%
+\pgfpathlineto{\pgfqpoint{0.742958in}{1.832403in}}%
+\pgfpathlineto{\pgfqpoint{0.750925in}{1.871252in}}%
+\pgfpathlineto{\pgfqpoint{0.759888in}{1.900142in}}%
+\pgfpathlineto{\pgfqpoint{0.770842in}{1.925439in}}%
+\pgfpathlineto{\pgfqpoint{0.783788in}{1.947737in}}%
+\pgfpathlineto{\pgfqpoint{0.799722in}{1.968737in}}%
+\pgfpathlineto{\pgfqpoint{0.817647in}{1.987242in}}%
+\pgfpathlineto{\pgfqpoint{0.839556in}{2.005268in}}%
+\pgfpathlineto{\pgfqpoint{0.865449in}{2.022379in}}%
+\pgfpathlineto{\pgfqpoint{0.896320in}{2.038901in}}%
+\pgfpathlineto{\pgfqpoint{0.933167in}{2.054946in}}%
+\pgfpathlineto{\pgfqpoint{0.976985in}{2.070524in}}%
+\pgfpathlineto{\pgfqpoint{1.028770in}{2.085590in}}%
+\pgfpathlineto{\pgfqpoint{1.090513in}{2.100289in}}%
+\pgfpathlineto{\pgfqpoint{1.164207in}{2.114587in}}%
+\pgfpathlineto{\pgfqpoint{1.251842in}{2.128336in}}%
+\pgfpathlineto{\pgfqpoint{1.353420in}{2.141062in}}%
+\pgfpathlineto{\pgfqpoint{1.468940in}{2.152368in}}%
+\pgfpathlineto{\pgfqpoint{1.595414in}{2.161615in}}%
+\pgfpathlineto{\pgfqpoint{1.725871in}{2.168064in}}%
+\pgfpathlineto{\pgfqpoint{1.850354in}{2.171188in}}%
+\pgfpathlineto{\pgfqpoint{1.961890in}{2.170972in}}%
+\pgfpathlineto{\pgfqpoint{2.056497in}{2.167777in}}%
+\pgfpathlineto{\pgfqpoint{2.134174in}{2.162158in}}%
+\pgfpathlineto{\pgfqpoint{2.196913in}{2.154666in}}%
+\pgfpathlineto{\pgfqpoint{2.248698in}{2.145463in}}%
+\pgfpathlineto{\pgfqpoint{2.290524in}{2.134993in}}%
+\pgfpathlineto{\pgfqpoint{2.324383in}{2.123493in}}%
+\pgfpathlineto{\pgfqpoint{2.352267in}{2.110935in}}%
+\pgfpathlineto{\pgfqpoint{2.375172in}{2.097452in}}%
+\pgfpathlineto{\pgfqpoint{2.395089in}{2.082154in}}%
+\pgfpathlineto{\pgfqpoint{2.411023in}{2.066192in}}%
+\pgfpathlineto{\pgfqpoint{2.424965in}{2.047880in}}%
+\pgfpathlineto{\pgfqpoint{2.436915in}{2.026837in}}%
+\pgfpathlineto{\pgfqpoint{2.446874in}{2.002671in}}%
+\pgfpathlineto{\pgfqpoint{2.454841in}{1.975182in}}%
+\pgfpathlineto{\pgfqpoint{2.461812in}{1.938571in}}%
+\pgfpathlineto{\pgfqpoint{2.466791in}{1.894821in}}%
+\pgfpathlineto{\pgfqpoint{2.469778in}{1.848425in}}%
+\pgfpathlineto{\pgfqpoint{2.471839in}{1.784518in}}%
+\pgfpathmoveto{\pgfqpoint{2.475385in}{1.784518in}}%
+\pgfpathlineto{\pgfqpoint{2.477745in}{1.856374in}}%
+\pgfpathlineto{\pgfqpoint{2.482725in}{1.920971in}}%
+\pgfpathlineto{\pgfqpoint{2.489696in}{1.967944in}}%
+\pgfpathlineto{\pgfqpoint{2.497663in}{2.001653in}}%
+\pgfpathlineto{\pgfqpoint{2.507621in}{2.031108in}}%
+\pgfpathlineto{\pgfqpoint{2.519571in}{2.057133in}}%
+\pgfpathlineto{\pgfqpoint{2.533513in}{2.080426in}}%
+\pgfpathlineto{\pgfqpoint{2.550443in}{2.102664in}}%
+\pgfpathlineto{\pgfqpoint{2.569364in}{2.122536in}}%
+\pgfpathlineto{\pgfqpoint{2.591273in}{2.141008in}}%
+\pgfpathlineto{\pgfqpoint{2.613182in}{2.155578in}}%
+\pgfpathlineto{\pgfqpoint{2.633099in}{2.165435in}}%
+\pgfpathlineto{\pgfqpoint{2.650029in}{2.170549in}}%
+\pgfpathlineto{\pgfqpoint{2.662975in}{2.171353in}}%
+\pgfpathlineto{\pgfqpoint{2.672934in}{2.168930in}}%
+\pgfpathlineto{\pgfqpoint{2.680901in}{2.163776in}}%
+\pgfpathlineto{\pgfqpoint{2.687872in}{2.155218in}}%
+\pgfpathlineto{\pgfqpoint{2.693847in}{2.142465in}}%
+\pgfpathlineto{\pgfqpoint{2.698826in}{2.124457in}}%
+\pgfpathlineto{\pgfqpoint{2.702810in}{2.099873in}}%
+\pgfpathlineto{\pgfqpoint{2.706793in}{2.050915in}}%
+\pgfpathlineto{\pgfqpoint{2.708785in}{1.994774in}}%
+\pgfpathlineto{\pgfqpoint{2.710776in}{1.833392in}}%
+\pgfpathlineto{\pgfqpoint{2.713764in}{2.056695in}}%
+\pgfpathlineto{\pgfqpoint{2.718743in}{2.147396in}}%
+\pgfpathlineto{\pgfqpoint{2.720735in}{2.171491in}}%
+\pgfpathlineto{\pgfqpoint{2.720735in}{2.171491in}}%
\pgfusepath{stroke}%
\end{pgfscope}%
\begin{pgfscope}%
-\pgfpathrectangle{\pgfqpoint{0.733531in}{1.746607in}}{\pgfqpoint{3.993473in}{1.103393in}}%
+\pgfpathrectangle{\pgfqpoint{0.730012in}{1.798407in}}{\pgfqpoint{3.981446in}{0.932710in}}%
\pgfusepath{clip}%
\pgfsetrectcap%
\pgfsetroundjoin%
@@ -622,14 +448,14 @@
\definecolor{currentstroke}{rgb}{1.000000,0.647059,0.000000}%
\pgfsetstrokecolor{currentstroke}%
\pgfsetdash{}{0pt}%
-\pgfpathmoveto{\pgfqpoint{2.730268in}{2.187964in}}%
-\pgfpathlineto{\pgfqpoint{2.739948in}{2.296201in}}%
-\pgfpathlineto{\pgfqpoint{2.750075in}{2.408537in}}%
-\pgfpathlineto{\pgfqpoint{2.750075in}{2.408537in}}%
+\pgfpathmoveto{\pgfqpoint{2.720735in}{2.171491in}}%
+\pgfpathlineto{\pgfqpoint{2.730416in}{2.263242in}}%
+\pgfpathlineto{\pgfqpoint{2.740483in}{2.357944in}}%
+\pgfpathlineto{\pgfqpoint{2.740483in}{2.357944in}}%
\pgfusepath{stroke}%
\end{pgfscope}%
\begin{pgfscope}%
-\pgfpathrectangle{\pgfqpoint{0.733531in}{1.746607in}}{\pgfqpoint{3.993473in}{1.103393in}}%
+\pgfpathrectangle{\pgfqpoint{0.730012in}{1.798407in}}{\pgfqpoint{3.981446in}{0.932710in}}%
\pgfusepath{clip}%
\pgfsetrectcap%
\pgfsetroundjoin%
@@ -637,65 +463,61 @@
\definecolor{currentstroke}{rgb}{1.000000,0.000000,0.000000}%
\pgfsetstrokecolor{currentstroke}%
\pgfsetdash{}{0pt}%
-\pgfpathmoveto{\pgfqpoint{2.750075in}{2.408537in}}%
-\pgfpathlineto{\pgfqpoint{2.755020in}{2.489017in}}%
-\pgfpathlineto{\pgfqpoint{2.757987in}{2.575142in}}%
-\pgfpathlineto{\pgfqpoint{2.759965in}{2.739853in}}%
-\pgfpathlineto{\pgfqpoint{2.760954in}{2.732944in}}%
-\pgfpathlineto{\pgfqpoint{2.763921in}{2.559521in}}%
-\pgfpathlineto{\pgfqpoint{2.767876in}{2.498072in}}%
-\pgfpathlineto{\pgfqpoint{2.772821in}{2.462357in}}%
-\pgfpathlineto{\pgfqpoint{2.778755in}{2.439486in}}%
-\pgfpathlineto{\pgfqpoint{2.785678in}{2.424627in}}%
-\pgfpathlineto{\pgfqpoint{2.793589in}{2.415351in}}%
-\pgfpathlineto{\pgfqpoint{2.801501in}{2.410617in}}%
-\pgfpathlineto{\pgfqpoint{2.811391in}{2.408469in}}%
-\pgfpathlineto{\pgfqpoint{2.823258in}{2.409298in}}%
-\pgfpathlineto{\pgfqpoint{2.838093in}{2.413594in}}%
-\pgfpathlineto{\pgfqpoint{2.856883in}{2.422398in}}%
-\pgfpathlineto{\pgfqpoint{2.879629in}{2.436615in}}%
-\pgfpathlineto{\pgfqpoint{2.904353in}{2.455827in}}%
-\pgfpathlineto{\pgfqpoint{2.928088in}{2.478242in}}%
-\pgfpathlineto{\pgfqpoint{2.948856in}{2.502012in}}%
-\pgfpathlineto{\pgfqpoint{2.966657in}{2.526883in}}%
-\pgfpathlineto{\pgfqpoint{2.982481in}{2.554434in}}%
-\pgfpathlineto{\pgfqpoint{2.995337in}{2.583034in}}%
-\pgfpathlineto{\pgfqpoint{3.006216in}{2.614845in}}%
-\pgfpathlineto{\pgfqpoint{3.015116in}{2.650561in}}%
-\pgfpathlineto{\pgfqpoint{3.022039in}{2.690604in}}%
-\pgfpathlineto{\pgfqpoint{3.027973in}{2.745226in}}%
-\pgfpathlineto{\pgfqpoint{3.031928in}{2.812248in}}%
-\pgfpathlineto{\pgfqpoint{3.033527in}{2.863889in}}%
-\pgfpathmoveto{\pgfqpoint{3.038280in}{2.863889in}}%
-\pgfpathlineto{\pgfqpoint{3.041818in}{2.775420in}}%
-\pgfpathlineto{\pgfqpoint{3.047752in}{2.709952in}}%
-\pgfpathlineto{\pgfqpoint{3.054675in}{2.667083in}}%
-\pgfpathlineto{\pgfqpoint{3.063575in}{2.631439in}}%
-\pgfpathlineto{\pgfqpoint{3.073465in}{2.603860in}}%
-\pgfpathlineto{\pgfqpoint{3.085332in}{2.579578in}}%
-\pgfpathlineto{\pgfqpoint{3.099178in}{2.558262in}}%
-\pgfpathlineto{\pgfqpoint{3.115001in}{2.539530in}}%
-\pgfpathlineto{\pgfqpoint{3.133791in}{2.522224in}}%
-\pgfpathlineto{\pgfqpoint{3.155548in}{2.506551in}}%
-\pgfpathlineto{\pgfqpoint{3.181261in}{2.492030in}}%
-\pgfpathlineto{\pgfqpoint{3.210930in}{2.478899in}}%
-\pgfpathlineto{\pgfqpoint{3.246533in}{2.466615in}}%
-\pgfpathlineto{\pgfqpoint{3.289058in}{2.455313in}}%
-\pgfpathlineto{\pgfqpoint{3.340484in}{2.444955in}}%
-\pgfpathlineto{\pgfqpoint{3.402788in}{2.435657in}}%
-\pgfpathlineto{\pgfqpoint{3.479927in}{2.427399in}}%
-\pgfpathlineto{\pgfqpoint{3.575856in}{2.420378in}}%
-\pgfpathlineto{\pgfqpoint{3.697498in}{2.414729in}}%
-\pgfpathlineto{\pgfqpoint{3.854742in}{2.410690in}}%
-\pgfpathlineto{\pgfqpoint{4.063413in}{2.408586in}}%
-\pgfpathlineto{\pgfqpoint{4.355156in}{2.408934in}}%
-\pgfpathlineto{\pgfqpoint{4.727004in}{2.412037in}}%
-\pgfpathlineto{\pgfqpoint{4.727004in}{2.412037in}}%
+\pgfpathmoveto{\pgfqpoint{2.740483in}{2.357944in}}%
+\pgfpathlineto{\pgfqpoint{2.745413in}{2.425975in}}%
+\pgfpathlineto{\pgfqpoint{2.748371in}{2.498777in}}%
+\pgfpathlineto{\pgfqpoint{2.750343in}{2.638009in}}%
+\pgfpathlineto{\pgfqpoint{2.751329in}{2.632169in}}%
+\pgfpathlineto{\pgfqpoint{2.754287in}{2.485572in}}%
+\pgfpathlineto{\pgfqpoint{2.758231in}{2.433629in}}%
+\pgfpathlineto{\pgfqpoint{2.763161in}{2.403439in}}%
+\pgfpathlineto{\pgfqpoint{2.769076in}{2.384105in}}%
+\pgfpathlineto{\pgfqpoint{2.775978in}{2.371545in}}%
+\pgfpathlineto{\pgfqpoint{2.783866in}{2.363704in}}%
+\pgfpathlineto{\pgfqpoint{2.792740in}{2.359387in}}%
+\pgfpathlineto{\pgfqpoint{2.803586in}{2.357822in}}%
+\pgfpathlineto{\pgfqpoint{2.817390in}{2.359308in}}%
+\pgfpathlineto{\pgfqpoint{2.835137in}{2.364651in}}%
+\pgfpathlineto{\pgfqpoint{2.856829in}{2.374526in}}%
+\pgfpathlineto{\pgfqpoint{2.882464in}{2.389713in}}%
+\pgfpathlineto{\pgfqpoint{2.908100in}{2.408525in}}%
+\pgfpathlineto{\pgfqpoint{2.930777in}{2.428838in}}%
+\pgfpathlineto{\pgfqpoint{2.950497in}{2.450483in}}%
+\pgfpathlineto{\pgfqpoint{2.967259in}{2.473386in}}%
+\pgfpathlineto{\pgfqpoint{2.981062in}{2.497332in}}%
+\pgfpathlineto{\pgfqpoint{2.992894in}{2.524185in}}%
+\pgfpathlineto{\pgfqpoint{3.002754in}{2.554872in}}%
+\pgfpathlineto{\pgfqpoint{3.010642in}{2.590647in}}%
+\pgfpathlineto{\pgfqpoint{3.016558in}{2.632873in}}%
+\pgfpathlineto{\pgfqpoint{3.020502in}{2.681015in}}%
+\pgfpathlineto{\pgfqpoint{3.023145in}{2.745006in}}%
+\pgfpathmoveto{\pgfqpoint{3.027755in}{2.745006in}}%
+\pgfpathlineto{\pgfqpoint{3.031347in}{2.668074in}}%
+\pgfpathlineto{\pgfqpoint{3.037263in}{2.612733in}}%
+\pgfpathlineto{\pgfqpoint{3.044165in}{2.576495in}}%
+\pgfpathlineto{\pgfqpoint{3.053039in}{2.546365in}}%
+\pgfpathlineto{\pgfqpoint{3.063885in}{2.521091in}}%
+\pgfpathlineto{\pgfqpoint{3.076702in}{2.499633in}}%
+\pgfpathlineto{\pgfqpoint{3.091492in}{2.481219in}}%
+\pgfpathlineto{\pgfqpoint{3.108254in}{2.465278in}}%
+\pgfpathlineto{\pgfqpoint{3.127973in}{2.450741in}}%
+\pgfpathlineto{\pgfqpoint{3.151637in}{2.437187in}}%
+\pgfpathlineto{\pgfqpoint{3.180230in}{2.424515in}}%
+\pgfpathlineto{\pgfqpoint{3.214740in}{2.412770in}}%
+\pgfpathlineto{\pgfqpoint{3.256151in}{2.402052in}}%
+\pgfpathlineto{\pgfqpoint{3.307422in}{2.392129in}}%
+\pgfpathlineto{\pgfqpoint{3.370525in}{2.383222in}}%
+\pgfpathlineto{\pgfqpoint{3.449403in}{2.375370in}}%
+\pgfpathlineto{\pgfqpoint{3.548987in}{2.368720in}}%
+\pgfpathlineto{\pgfqpoint{3.677165in}{2.363420in}}%
+\pgfpathlineto{\pgfqpoint{3.845767in}{2.359706in}}%
+\pgfpathlineto{\pgfqpoint{4.076487in}{2.357907in}}%
+\pgfpathlineto{\pgfqpoint{4.409748in}{2.358631in}}%
+\pgfpathlineto{\pgfqpoint{4.711458in}{2.360903in}}%
+\pgfpathlineto{\pgfqpoint{4.711458in}{2.360903in}}%
\pgfusepath{stroke}%
\end{pgfscope}%
\begin{pgfscope}%
-\pgfpathrectangle{\pgfqpoint{0.733531in}{1.746607in}}{\pgfqpoint{3.993473in}{1.103393in}}%
-\pgfusepath{clip}%
\pgfsetbuttcap%
\pgfsetroundjoin%
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
@@ -720,21 +542,19 @@
\pgfusepath{stroke,fill}%
}%
\begin{pgfscope}%
-\pgfsys@transformshift{0.733531in}{1.746607in}%
+\pgfsys@transformshift{0.730012in}{1.728454in}%
\pgfsys@useobject{currentmarker}{}%
\end{pgfscope}%
\begin{pgfscope}%
-\pgfsys@transformshift{2.470692in}{1.746607in}%
+\pgfsys@transformshift{2.461941in}{1.728454in}%
\pgfsys@useobject{currentmarker}{}%
\end{pgfscope}%
\begin{pgfscope}%
-\pgfsys@transformshift{2.720284in}{1.746607in}%
+\pgfsys@transformshift{2.710781in}{1.728454in}%
\pgfsys@useobject{currentmarker}{}%
\end{pgfscope}%
\end{pgfscope}%
\begin{pgfscope}%
-\pgfpathrectangle{\pgfqpoint{0.733531in}{1.746607in}}{\pgfqpoint{3.993473in}{1.103393in}}%
-\pgfusepath{clip}%
\pgfsetbuttcap%
\pgfsetroundjoin%
\definecolor{currentfill}{rgb}{0.000000,0.000000,0.000000}%
@@ -752,11 +572,15 @@
\pgfusepath{stroke,fill}%
}%
\begin{pgfscope}%
-\pgfsys@transformshift{2.750235in}{2.850000in}%
+\pgfsys@transformshift{2.740642in}{2.801071in}%
+\pgfsys@useobject{currentmarker}{}%
+\end{pgfscope}%
+\begin{pgfscope}%
+\pgfsys@transformshift{3.029297in}{2.801071in}%
\pgfsys@useobject{currentmarker}{}%
\end{pgfscope}%
\begin{pgfscope}%
-\pgfsys@transformshift{3.039762in}{2.850000in}%
+\pgfsys@transformshift{4.810994in}{2.801071in}%
\pgfsys@useobject{currentmarker}{}%
\end{pgfscope}%
\end{pgfscope}%
@@ -767,8 +591,8 @@
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
\pgfsetstrokecolor{currentstroke}%
\pgfsetdash{}{0pt}%
-\pgfpathmoveto{\pgfqpoint{0.733531in}{1.746607in}}%
-\pgfpathlineto{\pgfqpoint{0.733531in}{2.850000in}}%
+\pgfpathmoveto{\pgfqpoint{0.730012in}{1.798407in}}%
+\pgfpathlineto{\pgfqpoint{0.730012in}{2.731117in}}%
\pgfusepath{stroke}%
\end{pgfscope}%
\begin{pgfscope}%
@@ -778,8 +602,8 @@
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
\pgfsetstrokecolor{currentstroke}%
\pgfsetdash{}{0pt}%
-\pgfpathmoveto{\pgfqpoint{4.727004in}{1.746607in}}%
-\pgfpathlineto{\pgfqpoint{4.727004in}{2.850000in}}%
+\pgfpathmoveto{\pgfqpoint{4.711458in}{1.798407in}}%
+\pgfpathlineto{\pgfqpoint{4.711458in}{2.731117in}}%
\pgfusepath{stroke}%
\end{pgfscope}%
\begin{pgfscope}%
@@ -789,8 +613,8 @@
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
\pgfsetstrokecolor{currentstroke}%
\pgfsetdash{}{0pt}%
-\pgfpathmoveto{\pgfqpoint{0.733531in}{1.746607in}}%
-\pgfpathlineto{\pgfqpoint{4.727004in}{1.746607in}}%
+\pgfpathmoveto{\pgfqpoint{0.730012in}{1.798407in}}%
+\pgfpathlineto{\pgfqpoint{4.711458in}{1.798407in}}%
\pgfusepath{stroke}%
\end{pgfscope}%
\begin{pgfscope}%
@@ -800,8 +624,8 @@
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
\pgfsetstrokecolor{currentstroke}%
\pgfsetdash{}{0pt}%
-\pgfpathmoveto{\pgfqpoint{0.733531in}{2.850000in}}%
-\pgfpathlineto{\pgfqpoint{4.727004in}{2.850000in}}%
+\pgfpathmoveto{\pgfqpoint{0.730012in}{2.731117in}}%
+\pgfpathlineto{\pgfqpoint{4.711458in}{2.731117in}}%
\pgfusepath{stroke}%
\end{pgfscope}%
\begin{pgfscope}%
@@ -814,16 +638,16 @@
\pgfsetstrokecolor{currentstroke}%
\pgfsetstrokeopacity{0.000000}%
\pgfsetdash{}{0pt}%
-\pgfpathmoveto{\pgfqpoint{0.733531in}{0.370218in}}%
-\pgfpathlineto{\pgfqpoint{4.727004in}{0.370218in}}%
-\pgfpathlineto{\pgfqpoint{4.727004in}{1.473611in}}%
-\pgfpathlineto{\pgfqpoint{0.733531in}{1.473611in}}%
-\pgfpathlineto{\pgfqpoint{0.733531in}{0.370218in}}%
+\pgfpathmoveto{\pgfqpoint{0.730012in}{0.548769in}}%
+\pgfpathlineto{\pgfqpoint{4.711458in}{0.548769in}}%
+\pgfpathlineto{\pgfqpoint{4.711458in}{1.481479in}}%
+\pgfpathlineto{\pgfqpoint{0.730012in}{1.481479in}}%
+\pgfpathlineto{\pgfqpoint{0.730012in}{0.548769in}}%
\pgfpathclose%
\pgfusepath{fill}%
\end{pgfscope}%
\begin{pgfscope}%
-\pgfpathrectangle{\pgfqpoint{0.733531in}{0.370218in}}{\pgfqpoint{3.993473in}{1.103393in}}%
+\pgfpathrectangle{\pgfqpoint{0.730012in}{0.548769in}}{\pgfqpoint{3.981446in}{0.932710in}}%
\pgfusepath{clip}%
\pgfsetbuttcap%
\pgfsetmiterjoin%
@@ -835,16 +659,16 @@
\pgfsetstrokecolor{currentstroke}%
\pgfsetstrokeopacity{0.200000}%
\pgfsetdash{}{0pt}%
-\pgfpathmoveto{\pgfqpoint{0.733531in}{1.150435in}}%
-\pgfpathlineto{\pgfqpoint{2.730268in}{1.150435in}}%
-\pgfpathlineto{\pgfqpoint{2.730268in}{2.253828in}}%
-\pgfpathlineto{\pgfqpoint{0.733531in}{2.253828in}}%
-\pgfpathlineto{\pgfqpoint{0.733531in}{1.150435in}}%
+\pgfpathmoveto{\pgfqpoint{0.730012in}{1.208295in}}%
+\pgfpathlineto{\pgfqpoint{2.720735in}{1.208295in}}%
+\pgfpathlineto{\pgfqpoint{2.720735in}{2.141005in}}%
+\pgfpathlineto{\pgfqpoint{0.730012in}{2.141005in}}%
+\pgfpathlineto{\pgfqpoint{0.730012in}{1.208295in}}%
\pgfpathclose%
\pgfusepath{fill}%
\end{pgfscope}%
\begin{pgfscope}%
-\pgfpathrectangle{\pgfqpoint{0.733531in}{0.370218in}}{\pgfqpoint{3.993473in}{1.103393in}}%
+\pgfpathrectangle{\pgfqpoint{0.730012in}{0.548769in}}{\pgfqpoint{3.981446in}{0.932710in}}%
\pgfusepath{clip}%
\pgfsetbuttcap%
\pgfsetmiterjoin%
@@ -856,16 +680,16 @@
\pgfsetstrokecolor{currentstroke}%
\pgfsetstrokeopacity{0.200000}%
\pgfsetdash{}{0pt}%
-\pgfpathmoveto{\pgfqpoint{2.730268in}{0.480557in}}%
-\pgfpathlineto{\pgfqpoint{2.750075in}{0.480557in}}%
-\pgfpathlineto{\pgfqpoint{2.750075in}{1.150435in}}%
-\pgfpathlineto{\pgfqpoint{2.730268in}{1.150435in}}%
-\pgfpathlineto{\pgfqpoint{2.730268in}{0.480557in}}%
+\pgfpathmoveto{\pgfqpoint{2.720735in}{0.642040in}}%
+\pgfpathlineto{\pgfqpoint{2.740483in}{0.642040in}}%
+\pgfpathlineto{\pgfqpoint{2.740483in}{1.208295in}}%
+\pgfpathlineto{\pgfqpoint{2.720735in}{1.208295in}}%
+\pgfpathlineto{\pgfqpoint{2.720735in}{0.642040in}}%
\pgfpathclose%
\pgfusepath{fill}%
\end{pgfscope}%
\begin{pgfscope}%
-\pgfpathrectangle{\pgfqpoint{0.733531in}{0.370218in}}{\pgfqpoint{3.993473in}{1.103393in}}%
+\pgfpathrectangle{\pgfqpoint{0.730012in}{0.548769in}}{\pgfqpoint{3.981446in}{0.932710in}}%
\pgfusepath{clip}%
\pgfsetbuttcap%
\pgfsetmiterjoin%
@@ -877,16 +701,16 @@
\pgfsetstrokecolor{currentstroke}%
\pgfsetstrokeopacity{0.200000}%
\pgfsetdash{}{0pt}%
-\pgfpathmoveto{\pgfqpoint{2.750075in}{0.370218in}}%
-\pgfpathlineto{\pgfqpoint{4.746812in}{0.370218in}}%
-\pgfpathlineto{\pgfqpoint{4.746812in}{0.480557in}}%
-\pgfpathlineto{\pgfqpoint{2.750075in}{0.480557in}}%
-\pgfpathlineto{\pgfqpoint{2.750075in}{0.370218in}}%
+\pgfpathmoveto{\pgfqpoint{2.740483in}{0.548769in}}%
+\pgfpathlineto{\pgfqpoint{4.731206in}{0.548769in}}%
+\pgfpathlineto{\pgfqpoint{4.731206in}{0.642040in}}%
+\pgfpathlineto{\pgfqpoint{2.740483in}{0.642040in}}%
+\pgfpathlineto{\pgfqpoint{2.740483in}{0.548769in}}%
\pgfpathclose%
\pgfusepath{fill}%
\end{pgfscope}%
\begin{pgfscope}%
-\pgfpathrectangle{\pgfqpoint{0.733531in}{0.370218in}}{\pgfqpoint{3.993473in}{1.103393in}}%
+\pgfpathrectangle{\pgfqpoint{0.730012in}{0.548769in}}{\pgfqpoint{3.981446in}{0.932710in}}%
\pgfusepath{clip}%
\pgfsetrectcap%
\pgfsetroundjoin%
@@ -894,8 +718,8 @@
\definecolor{currentstroke}{rgb}{0.690196,0.690196,0.690196}%
\pgfsetstrokecolor{currentstroke}%
\pgfsetdash{}{0pt}%
-\pgfpathmoveto{\pgfqpoint{0.733531in}{0.370218in}}%
-\pgfpathlineto{\pgfqpoint{0.733531in}{1.473611in}}%
+\pgfpathmoveto{\pgfqpoint{0.730012in}{0.548769in}}%
+\pgfpathlineto{\pgfqpoint{0.730012in}{1.481479in}}%
\pgfusepath{stroke}%
\end{pgfscope}%
\begin{pgfscope}%
@@ -913,7 +737,7 @@
\pgfusepath{stroke,fill}%
}%
\begin{pgfscope}%
-\pgfsys@transformshift{0.733531in}{0.370218in}%
+\pgfsys@transformshift{0.730012in}{0.548769in}%
\pgfsys@useobject{currentmarker}{}%
\end{pgfscope}%
\end{pgfscope}%
@@ -921,10 +745,10 @@
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
\pgfsetstrokecolor{textcolor}%
\pgfsetfillcolor{textcolor}%
-\pgftext[x=0.733531in,y=0.272996in,,top]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle {0.00}\)}%
+\pgftext[x=0.730012in,y=0.451547in,,top]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle {0.00}\)}%
\end{pgfscope}%
\begin{pgfscope}%
-\pgfpathrectangle{\pgfqpoint{0.733531in}{0.370218in}}{\pgfqpoint{3.993473in}{1.103393in}}%
+\pgfpathrectangle{\pgfqpoint{0.730012in}{0.548769in}}{\pgfqpoint{3.981446in}{0.932710in}}%
\pgfusepath{clip}%
\pgfsetrectcap%
\pgfsetroundjoin%
@@ -932,8 +756,8 @@
\definecolor{currentstroke}{rgb}{0.690196,0.690196,0.690196}%
\pgfsetstrokecolor{currentstroke}%
\pgfsetdash{}{0pt}%
-\pgfpathmoveto{\pgfqpoint{1.232715in}{0.370218in}}%
-\pgfpathlineto{\pgfqpoint{1.232715in}{1.473611in}}%
+\pgfpathmoveto{\pgfqpoint{1.227693in}{0.548769in}}%
+\pgfpathlineto{\pgfqpoint{1.227693in}{1.481479in}}%
\pgfusepath{stroke}%
\end{pgfscope}%
\begin{pgfscope}%
@@ -951,7 +775,7 @@
\pgfusepath{stroke,fill}%
}%
\begin{pgfscope}%
-\pgfsys@transformshift{1.232715in}{0.370218in}%
+\pgfsys@transformshift{1.227693in}{0.548769in}%
\pgfsys@useobject{currentmarker}{}%
\end{pgfscope}%
\end{pgfscope}%
@@ -959,10 +783,10 @@
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
\pgfsetstrokecolor{textcolor}%
\pgfsetfillcolor{textcolor}%
-\pgftext[x=1.232715in,y=0.272996in,,top]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle {0.25}\)}%
+\pgftext[x=1.227693in,y=0.451547in,,top]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle {0.25}\)}%
\end{pgfscope}%
\begin{pgfscope}%
-\pgfpathrectangle{\pgfqpoint{0.733531in}{0.370218in}}{\pgfqpoint{3.993473in}{1.103393in}}%
+\pgfpathrectangle{\pgfqpoint{0.730012in}{0.548769in}}{\pgfqpoint{3.981446in}{0.932710in}}%
\pgfusepath{clip}%
\pgfsetrectcap%
\pgfsetroundjoin%
@@ -970,8 +794,8 @@
\definecolor{currentstroke}{rgb}{0.690196,0.690196,0.690196}%
\pgfsetstrokecolor{currentstroke}%
\pgfsetdash{}{0pt}%
-\pgfpathmoveto{\pgfqpoint{1.731899in}{0.370218in}}%
-\pgfpathlineto{\pgfqpoint{1.731899in}{1.473611in}}%
+\pgfpathmoveto{\pgfqpoint{1.725373in}{0.548769in}}%
+\pgfpathlineto{\pgfqpoint{1.725373in}{1.481479in}}%
\pgfusepath{stroke}%
\end{pgfscope}%
\begin{pgfscope}%
@@ -989,7 +813,7 @@
\pgfusepath{stroke,fill}%
}%
\begin{pgfscope}%
-\pgfsys@transformshift{1.731899in}{0.370218in}%
+\pgfsys@transformshift{1.725373in}{0.548769in}%
\pgfsys@useobject{currentmarker}{}%
\end{pgfscope}%
\end{pgfscope}%
@@ -997,10 +821,10 @@
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
\pgfsetstrokecolor{textcolor}%
\pgfsetfillcolor{textcolor}%
-\pgftext[x=1.731899in,y=0.272996in,,top]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle {0.50}\)}%
+\pgftext[x=1.725373in,y=0.451547in,,top]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle {0.50}\)}%
\end{pgfscope}%
\begin{pgfscope}%
-\pgfpathrectangle{\pgfqpoint{0.733531in}{0.370218in}}{\pgfqpoint{3.993473in}{1.103393in}}%
+\pgfpathrectangle{\pgfqpoint{0.730012in}{0.548769in}}{\pgfqpoint{3.981446in}{0.932710in}}%
\pgfusepath{clip}%
\pgfsetrectcap%
\pgfsetroundjoin%
@@ -1008,8 +832,8 @@
\definecolor{currentstroke}{rgb}{0.690196,0.690196,0.690196}%
\pgfsetstrokecolor{currentstroke}%
\pgfsetdash{}{0pt}%
-\pgfpathmoveto{\pgfqpoint{2.231083in}{0.370218in}}%
-\pgfpathlineto{\pgfqpoint{2.231083in}{1.473611in}}%
+\pgfpathmoveto{\pgfqpoint{2.223054in}{0.548769in}}%
+\pgfpathlineto{\pgfqpoint{2.223054in}{1.481479in}}%
\pgfusepath{stroke}%
\end{pgfscope}%
\begin{pgfscope}%
@@ -1027,7 +851,7 @@
\pgfusepath{stroke,fill}%
}%
\begin{pgfscope}%
-\pgfsys@transformshift{2.231083in}{0.370218in}%
+\pgfsys@transformshift{2.223054in}{0.548769in}%
\pgfsys@useobject{currentmarker}{}%
\end{pgfscope}%
\end{pgfscope}%
@@ -1035,10 +859,10 @@
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
\pgfsetstrokecolor{textcolor}%
\pgfsetfillcolor{textcolor}%
-\pgftext[x=2.231083in,y=0.272996in,,top]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle {0.75}\)}%
+\pgftext[x=2.223054in,y=0.451547in,,top]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle {0.75}\)}%
\end{pgfscope}%
\begin{pgfscope}%
-\pgfpathrectangle{\pgfqpoint{0.733531in}{0.370218in}}{\pgfqpoint{3.993473in}{1.103393in}}%
+\pgfpathrectangle{\pgfqpoint{0.730012in}{0.548769in}}{\pgfqpoint{3.981446in}{0.932710in}}%
\pgfusepath{clip}%
\pgfsetrectcap%
\pgfsetroundjoin%
@@ -1046,8 +870,8 @@
\definecolor{currentstroke}{rgb}{0.690196,0.690196,0.690196}%
\pgfsetstrokecolor{currentstroke}%
\pgfsetdash{}{0pt}%
-\pgfpathmoveto{\pgfqpoint{2.730268in}{0.370218in}}%
-\pgfpathlineto{\pgfqpoint{2.730268in}{1.473611in}}%
+\pgfpathmoveto{\pgfqpoint{2.720735in}{0.548769in}}%
+\pgfpathlineto{\pgfqpoint{2.720735in}{1.481479in}}%
\pgfusepath{stroke}%
\end{pgfscope}%
\begin{pgfscope}%
@@ -1065,7 +889,7 @@
\pgfusepath{stroke,fill}%
}%
\begin{pgfscope}%
-\pgfsys@transformshift{2.730268in}{0.370218in}%
+\pgfsys@transformshift{2.720735in}{0.548769in}%
\pgfsys@useobject{currentmarker}{}%
\end{pgfscope}%
\end{pgfscope}%
@@ -1073,10 +897,10 @@
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
\pgfsetstrokecolor{textcolor}%
\pgfsetfillcolor{textcolor}%
-\pgftext[x=2.730268in,y=0.272996in,,top]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle {1.00}\)}%
+\pgftext[x=2.720735in,y=0.451547in,,top]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle {1.00}\)}%
\end{pgfscope}%
\begin{pgfscope}%
-\pgfpathrectangle{\pgfqpoint{0.733531in}{0.370218in}}{\pgfqpoint{3.993473in}{1.103393in}}%
+\pgfpathrectangle{\pgfqpoint{0.730012in}{0.548769in}}{\pgfqpoint{3.981446in}{0.932710in}}%
\pgfusepath{clip}%
\pgfsetrectcap%
\pgfsetroundjoin%
@@ -1084,8 +908,8 @@
\definecolor{currentstroke}{rgb}{0.690196,0.690196,0.690196}%
\pgfsetstrokecolor{currentstroke}%
\pgfsetdash{}{0pt}%
-\pgfpathmoveto{\pgfqpoint{3.229452in}{0.370218in}}%
-\pgfpathlineto{\pgfqpoint{3.229452in}{1.473611in}}%
+\pgfpathmoveto{\pgfqpoint{3.218416in}{0.548769in}}%
+\pgfpathlineto{\pgfqpoint{3.218416in}{1.481479in}}%
\pgfusepath{stroke}%
\end{pgfscope}%
\begin{pgfscope}%
@@ -1103,7 +927,7 @@
\pgfusepath{stroke,fill}%
}%
\begin{pgfscope}%
-\pgfsys@transformshift{3.229452in}{0.370218in}%
+\pgfsys@transformshift{3.218416in}{0.548769in}%
\pgfsys@useobject{currentmarker}{}%
\end{pgfscope}%
\end{pgfscope}%
@@ -1111,10 +935,10 @@
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
\pgfsetstrokecolor{textcolor}%
\pgfsetfillcolor{textcolor}%
-\pgftext[x=3.229452in,y=0.272996in,,top]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle {1.25}\)}%
+\pgftext[x=3.218416in,y=0.451547in,,top]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle {1.25}\)}%
\end{pgfscope}%
\begin{pgfscope}%
-\pgfpathrectangle{\pgfqpoint{0.733531in}{0.370218in}}{\pgfqpoint{3.993473in}{1.103393in}}%
+\pgfpathrectangle{\pgfqpoint{0.730012in}{0.548769in}}{\pgfqpoint{3.981446in}{0.932710in}}%
\pgfusepath{clip}%
\pgfsetrectcap%
\pgfsetroundjoin%
@@ -1122,8 +946,8 @@
\definecolor{currentstroke}{rgb}{0.690196,0.690196,0.690196}%
\pgfsetstrokecolor{currentstroke}%
\pgfsetdash{}{0pt}%
-\pgfpathmoveto{\pgfqpoint{3.728636in}{0.370218in}}%
-\pgfpathlineto{\pgfqpoint{3.728636in}{1.473611in}}%
+\pgfpathmoveto{\pgfqpoint{3.716097in}{0.548769in}}%
+\pgfpathlineto{\pgfqpoint{3.716097in}{1.481479in}}%
\pgfusepath{stroke}%
\end{pgfscope}%
\begin{pgfscope}%
@@ -1141,7 +965,7 @@
\pgfusepath{stroke,fill}%
}%
\begin{pgfscope}%
-\pgfsys@transformshift{3.728636in}{0.370218in}%
+\pgfsys@transformshift{3.716097in}{0.548769in}%
\pgfsys@useobject{currentmarker}{}%
\end{pgfscope}%
\end{pgfscope}%
@@ -1149,10 +973,10 @@
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
\pgfsetstrokecolor{textcolor}%
\pgfsetfillcolor{textcolor}%
-\pgftext[x=3.728636in,y=0.272996in,,top]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle {1.50}\)}%
+\pgftext[x=3.716097in,y=0.451547in,,top]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle {1.50}\)}%
\end{pgfscope}%
\begin{pgfscope}%
-\pgfpathrectangle{\pgfqpoint{0.733531in}{0.370218in}}{\pgfqpoint{3.993473in}{1.103393in}}%
+\pgfpathrectangle{\pgfqpoint{0.730012in}{0.548769in}}{\pgfqpoint{3.981446in}{0.932710in}}%
\pgfusepath{clip}%
\pgfsetrectcap%
\pgfsetroundjoin%
@@ -1160,8 +984,8 @@
\definecolor{currentstroke}{rgb}{0.690196,0.690196,0.690196}%
\pgfsetstrokecolor{currentstroke}%
\pgfsetdash{}{0pt}%
-\pgfpathmoveto{\pgfqpoint{4.227820in}{0.370218in}}%
-\pgfpathlineto{\pgfqpoint{4.227820in}{1.473611in}}%
+\pgfpathmoveto{\pgfqpoint{4.213778in}{0.548769in}}%
+\pgfpathlineto{\pgfqpoint{4.213778in}{1.481479in}}%
\pgfusepath{stroke}%
\end{pgfscope}%
\begin{pgfscope}%
@@ -1179,7 +1003,7 @@
\pgfusepath{stroke,fill}%
}%
\begin{pgfscope}%
-\pgfsys@transformshift{4.227820in}{0.370218in}%
+\pgfsys@transformshift{4.213778in}{0.548769in}%
\pgfsys@useobject{currentmarker}{}%
\end{pgfscope}%
\end{pgfscope}%
@@ -1187,10 +1011,10 @@
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
\pgfsetstrokecolor{textcolor}%
\pgfsetfillcolor{textcolor}%
-\pgftext[x=4.227820in,y=0.272996in,,top]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle {1.75}\)}%
+\pgftext[x=4.213778in,y=0.451547in,,top]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle {1.75}\)}%
\end{pgfscope}%
\begin{pgfscope}%
-\pgfpathrectangle{\pgfqpoint{0.733531in}{0.370218in}}{\pgfqpoint{3.993473in}{1.103393in}}%
+\pgfpathrectangle{\pgfqpoint{0.730012in}{0.548769in}}{\pgfqpoint{3.981446in}{0.932710in}}%
\pgfusepath{clip}%
\pgfsetrectcap%
\pgfsetroundjoin%
@@ -1198,8 +1022,8 @@
\definecolor{currentstroke}{rgb}{0.690196,0.690196,0.690196}%
\pgfsetstrokecolor{currentstroke}%
\pgfsetdash{}{0pt}%
-\pgfpathmoveto{\pgfqpoint{4.727004in}{0.370218in}}%
-\pgfpathlineto{\pgfqpoint{4.727004in}{1.473611in}}%
+\pgfpathmoveto{\pgfqpoint{4.711458in}{0.548769in}}%
+\pgfpathlineto{\pgfqpoint{4.711458in}{1.481479in}}%
\pgfusepath{stroke}%
\end{pgfscope}%
\begin{pgfscope}%
@@ -1217,7 +1041,7 @@
\pgfusepath{stroke,fill}%
}%
\begin{pgfscope}%
-\pgfsys@transformshift{4.727004in}{0.370218in}%
+\pgfsys@transformshift{4.711458in}{0.548769in}%
\pgfsys@useobject{currentmarker}{}%
\end{pgfscope}%
\end{pgfscope}%
@@ -1225,10 +1049,16 @@
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
\pgfsetstrokecolor{textcolor}%
\pgfsetfillcolor{textcolor}%
-\pgftext[x=4.727004in,y=0.272996in,,top]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle {2.00}\)}%
+\pgftext[x=4.711458in,y=0.451547in,,top]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle {2.00}\)}%
+\end{pgfscope}%
+\begin{pgfscope}%
+\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
+\pgfsetstrokecolor{textcolor}%
+\pgfsetfillcolor{textcolor}%
+\pgftext[x=2.720735in,y=0.272534in,,top]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle w\)}%
\end{pgfscope}%
\begin{pgfscope}%
-\pgfpathrectangle{\pgfqpoint{0.733531in}{0.370218in}}{\pgfqpoint{3.993473in}{1.103393in}}%
+\pgfpathrectangle{\pgfqpoint{0.730012in}{0.548769in}}{\pgfqpoint{3.981446in}{0.932710in}}%
\pgfusepath{clip}%
\pgfsetrectcap%
\pgfsetroundjoin%
@@ -1236,8 +1066,8 @@
\definecolor{currentstroke}{rgb}{0.690196,0.690196,0.690196}%
\pgfsetstrokecolor{currentstroke}%
\pgfsetdash{}{0pt}%
-\pgfpathmoveto{\pgfqpoint{0.733531in}{0.370218in}}%
-\pgfpathlineto{\pgfqpoint{4.727004in}{0.370218in}}%
+\pgfpathmoveto{\pgfqpoint{0.730012in}{0.548769in}}%
+\pgfpathlineto{\pgfqpoint{4.711458in}{0.548769in}}%
\pgfusepath{stroke}%
\end{pgfscope}%
\begin{pgfscope}%
@@ -1255,7 +1085,7 @@
\pgfusepath{stroke,fill}%
}%
\begin{pgfscope}%
-\pgfsys@transformshift{0.733531in}{0.370218in}%
+\pgfsys@transformshift{0.730012in}{0.548769in}%
\pgfsys@useobject{currentmarker}{}%
\end{pgfscope}%
\end{pgfscope}%
@@ -1263,10 +1093,10 @@
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
\pgfsetstrokecolor{textcolor}%
\pgfsetfillcolor{textcolor}%
-\pgftext[x=0.458839in, y=0.321992in, left, base]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle {0.0}\)}%
+\pgftext[x=0.455320in, y=0.500544in, left, base]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle {0.0}\)}%
\end{pgfscope}%
\begin{pgfscope}%
-\pgfpathrectangle{\pgfqpoint{0.733531in}{0.370218in}}{\pgfqpoint{3.993473in}{1.103393in}}%
+\pgfpathrectangle{\pgfqpoint{0.730012in}{0.548769in}}{\pgfqpoint{3.981446in}{0.932710in}}%
\pgfusepath{clip}%
\pgfsetrectcap%
\pgfsetroundjoin%
@@ -1274,8 +1104,8 @@
\definecolor{currentstroke}{rgb}{0.690196,0.690196,0.690196}%
\pgfsetstrokecolor{currentstroke}%
\pgfsetdash{}{0pt}%
-\pgfpathmoveto{\pgfqpoint{0.733531in}{0.921914in}}%
-\pgfpathlineto{\pgfqpoint{4.727004in}{0.921914in}}%
+\pgfpathmoveto{\pgfqpoint{0.730012in}{1.015124in}}%
+\pgfpathlineto{\pgfqpoint{4.711458in}{1.015124in}}%
\pgfusepath{stroke}%
\end{pgfscope}%
\begin{pgfscope}%
@@ -1293,7 +1123,7 @@
\pgfusepath{stroke,fill}%
}%
\begin{pgfscope}%
-\pgfsys@transformshift{0.733531in}{0.921914in}%
+\pgfsys@transformshift{0.730012in}{1.015124in}%
\pgfsys@useobject{currentmarker}{}%
\end{pgfscope}%
\end{pgfscope}%
@@ -1301,10 +1131,10 @@
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
\pgfsetstrokecolor{textcolor}%
\pgfsetfillcolor{textcolor}%
-\pgftext[x=0.458839in, y=0.873689in, left, base]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle {0.5}\)}%
+\pgftext[x=0.455320in, y=0.966899in, left, base]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle {0.5}\)}%
\end{pgfscope}%
\begin{pgfscope}%
-\pgfpathrectangle{\pgfqpoint{0.733531in}{0.370218in}}{\pgfqpoint{3.993473in}{1.103393in}}%
+\pgfpathrectangle{\pgfqpoint{0.730012in}{0.548769in}}{\pgfqpoint{3.981446in}{0.932710in}}%
\pgfusepath{clip}%
\pgfsetrectcap%
\pgfsetroundjoin%
@@ -1312,8 +1142,8 @@
\definecolor{currentstroke}{rgb}{0.690196,0.690196,0.690196}%
\pgfsetstrokecolor{currentstroke}%
\pgfsetdash{}{0pt}%
-\pgfpathmoveto{\pgfqpoint{0.733531in}{1.473611in}}%
-\pgfpathlineto{\pgfqpoint{4.727004in}{1.473611in}}%
+\pgfpathmoveto{\pgfqpoint{0.730012in}{1.481479in}}%
+\pgfpathlineto{\pgfqpoint{4.711458in}{1.481479in}}%
\pgfusepath{stroke}%
\end{pgfscope}%
\begin{pgfscope}%
@@ -1331,7 +1161,7 @@
\pgfusepath{stroke,fill}%
}%
\begin{pgfscope}%
-\pgfsys@transformshift{0.733531in}{1.473611in}%
+\pgfsys@transformshift{0.730012in}{1.481479in}%
\pgfsys@useobject{currentmarker}{}%
\end{pgfscope}%
\end{pgfscope}%
@@ -1339,16 +1169,16 @@
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
\pgfsetstrokecolor{textcolor}%
\pgfsetfillcolor{textcolor}%
-\pgftext[x=0.458839in, y=1.425386in, left, base]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle {1.0}\)}%
+\pgftext[x=0.455320in, y=1.433254in, left, base]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle {1.0}\)}%
\end{pgfscope}%
\begin{pgfscope}%
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
\pgfsetstrokecolor{textcolor}%
\pgfsetfillcolor{textcolor}%
-\pgftext[x=0.403284in,y=0.921914in,,bottom,rotate=90.000000]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle |H(w)|\)}%
+\pgftext[x=0.399764in,y=1.015124in,,bottom,rotate=90.000000]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle |H(w)|\)}%
\end{pgfscope}%
\begin{pgfscope}%
-\pgfpathrectangle{\pgfqpoint{0.733531in}{0.370218in}}{\pgfqpoint{3.993473in}{1.103393in}}%
+\pgfpathrectangle{\pgfqpoint{0.730012in}{0.548769in}}{\pgfqpoint{3.981446in}{0.932710in}}%
\pgfusepath{clip}%
\pgfsetrectcap%
\pgfsetroundjoin%
@@ -1356,69 +1186,65 @@
\definecolor{currentstroke}{rgb}{0.000000,0.501961,0.000000}%
\pgfsetstrokecolor{currentstroke}%
\pgfsetdash{}{0pt}%
-\pgfpathmoveto{\pgfqpoint{0.733531in}{1.473611in}}%
-\pgfpathlineto{\pgfqpoint{0.778480in}{1.472092in}}%
-\pgfpathlineto{\pgfqpoint{0.824428in}{1.467451in}}%
-\pgfpathlineto{\pgfqpoint{0.872374in}{1.459441in}}%
-\pgfpathlineto{\pgfqpoint{0.922317in}{1.447955in}}%
-\pgfpathlineto{\pgfqpoint{0.977255in}{1.432096in}}%
-\pgfpathlineto{\pgfqpoint{1.039185in}{1.410937in}}%
-\pgfpathlineto{\pgfqpoint{1.116097in}{1.381211in}}%
-\pgfpathlineto{\pgfqpoint{1.241955in}{1.328667in}}%
-\pgfpathlineto{\pgfqpoint{1.380797in}{1.271746in}}%
-\pgfpathlineto{\pgfqpoint{1.469697in}{1.238676in}}%
-\pgfpathlineto{\pgfqpoint{1.547608in}{1.212952in}}%
-\pgfpathlineto{\pgfqpoint{1.618528in}{1.192719in}}%
-\pgfpathlineto{\pgfqpoint{1.685452in}{1.176794in}}%
-\pgfpathlineto{\pgfqpoint{1.748381in}{1.164963in}}%
-\pgfpathlineto{\pgfqpoint{1.807314in}{1.156972in}}%
-\pgfpathlineto{\pgfqpoint{1.863250in}{1.152493in}}%
-\pgfpathlineto{\pgfqpoint{1.915192in}{1.151401in}}%
-\pgfpathlineto{\pgfqpoint{1.964136in}{1.153458in}}%
-\pgfpathlineto{\pgfqpoint{2.009085in}{1.158380in}}%
-\pgfpathlineto{\pgfqpoint{2.051038in}{1.165994in}}%
-\pgfpathlineto{\pgfqpoint{2.090992in}{1.176379in}}%
-\pgfpathlineto{\pgfqpoint{2.127950in}{1.189125in}}%
-\pgfpathlineto{\pgfqpoint{2.162911in}{1.204375in}}%
-\pgfpathlineto{\pgfqpoint{2.196872in}{1.222581in}}%
-\pgfpathlineto{\pgfqpoint{2.229835in}{1.243857in}}%
-\pgfpathlineto{\pgfqpoint{2.261799in}{1.268239in}}%
-\pgfpathlineto{\pgfqpoint{2.293762in}{1.296564in}}%
-\pgfpathlineto{\pgfqpoint{2.327724in}{1.330955in}}%
-\pgfpathlineto{\pgfqpoint{2.368677in}{1.377168in}}%
-\pgfpathlineto{\pgfqpoint{2.423615in}{1.439002in}}%
-\pgfpathlineto{\pgfqpoint{2.444591in}{1.457728in}}%
-\pgfpathlineto{\pgfqpoint{2.460573in}{1.467921in}}%
-\pgfpathlineto{\pgfqpoint{2.473559in}{1.472628in}}%
-\pgfpathlineto{\pgfqpoint{2.484546in}{1.473549in}}%
-\pgfpathlineto{\pgfqpoint{2.495534in}{1.471251in}}%
-\pgfpathlineto{\pgfqpoint{2.505522in}{1.466094in}}%
-\pgfpathlineto{\pgfqpoint{2.516510in}{1.456841in}}%
-\pgfpathlineto{\pgfqpoint{2.528496in}{1.442365in}}%
-\pgfpathlineto{\pgfqpoint{2.541482in}{1.421636in}}%
-\pgfpathlineto{\pgfqpoint{2.556465in}{1.391771in}}%
-\pgfpathlineto{\pgfqpoint{2.575443in}{1.346664in}}%
-\pgfpathlineto{\pgfqpoint{2.642367in}{1.179908in}}%
-\pgfpathlineto{\pgfqpoint{2.654354in}{1.161187in}}%
-\pgfpathlineto{\pgfqpoint{2.662345in}{1.153583in}}%
-\pgfpathlineto{\pgfqpoint{2.668338in}{1.151382in}}%
-\pgfpathlineto{\pgfqpoint{2.673332in}{1.152493in}}%
-\pgfpathlineto{\pgfqpoint{2.678326in}{1.156976in}}%
-\pgfpathlineto{\pgfqpoint{2.683321in}{1.165718in}}%
-\pgfpathlineto{\pgfqpoint{2.689314in}{1.183573in}}%
-\pgfpathlineto{\pgfqpoint{2.695307in}{1.212352in}}%
-\pgfpathlineto{\pgfqpoint{2.701300in}{1.256368in}}%
-\pgfpathlineto{\pgfqpoint{2.708292in}{1.333653in}}%
-\pgfpathlineto{\pgfqpoint{2.719280in}{1.472196in}}%
-\pgfpathlineto{\pgfqpoint{2.720279in}{1.473481in}}%
-\pgfpathlineto{\pgfqpoint{2.722277in}{1.459537in}}%
-\pgfpathlineto{\pgfqpoint{2.725273in}{1.387304in}}%
-\pgfpathlineto{\pgfqpoint{2.730268in}{1.151360in}}%
-\pgfpathlineto{\pgfqpoint{2.730268in}{1.151360in}}%
+\pgfpathmoveto{\pgfqpoint{0.730012in}{1.481479in}}%
+\pgfpathlineto{\pgfqpoint{0.778809in}{1.479958in}}%
+\pgfpathlineto{\pgfqpoint{0.828602in}{1.475328in}}%
+\pgfpathlineto{\pgfqpoint{0.880387in}{1.467407in}}%
+\pgfpathlineto{\pgfqpoint{0.936155in}{1.455696in}}%
+\pgfpathlineto{\pgfqpoint{0.997898in}{1.439486in}}%
+\pgfpathlineto{\pgfqpoint{1.070596in}{1.417072in}}%
+\pgfpathlineto{\pgfqpoint{1.169186in}{1.383167in}}%
+\pgfpathlineto{\pgfqpoint{1.400225in}{1.302696in}}%
+\pgfpathlineto{\pgfqpoint{1.490849in}{1.275037in}}%
+\pgfpathlineto{\pgfqpoint{1.571513in}{1.253580in}}%
+\pgfpathlineto{\pgfqpoint{1.646203in}{1.236862in}}%
+\pgfpathlineto{\pgfqpoint{1.715913in}{1.224372in}}%
+\pgfpathlineto{\pgfqpoint{1.781640in}{1.215702in}}%
+\pgfpathlineto{\pgfqpoint{1.843383in}{1.210669in}}%
+\pgfpathlineto{\pgfqpoint{1.900147in}{1.209077in}}%
+\pgfpathlineto{\pgfqpoint{1.952927in}{1.210605in}}%
+\pgfpathlineto{\pgfqpoint{2.001724in}{1.215011in}}%
+\pgfpathlineto{\pgfqpoint{2.047534in}{1.222202in}}%
+\pgfpathlineto{\pgfqpoint{2.090356in}{1.232057in}}%
+\pgfpathlineto{\pgfqpoint{2.130190in}{1.244399in}}%
+\pgfpathlineto{\pgfqpoint{2.167037in}{1.258981in}}%
+\pgfpathlineto{\pgfqpoint{2.202888in}{1.276524in}}%
+\pgfpathlineto{\pgfqpoint{2.236747in}{1.296522in}}%
+\pgfpathlineto{\pgfqpoint{2.270607in}{1.320174in}}%
+\pgfpathlineto{\pgfqpoint{2.304466in}{1.347623in}}%
+\pgfpathlineto{\pgfqpoint{2.342308in}{1.382404in}}%
+\pgfpathlineto{\pgfqpoint{2.424965in}{1.460278in}}%
+\pgfpathlineto{\pgfqpoint{2.443886in}{1.472813in}}%
+\pgfpathlineto{\pgfqpoint{2.458824in}{1.479192in}}%
+\pgfpathlineto{\pgfqpoint{2.471770in}{1.481443in}}%
+\pgfpathlineto{\pgfqpoint{2.483721in}{1.480301in}}%
+\pgfpathlineto{\pgfqpoint{2.494675in}{1.476203in}}%
+\pgfpathlineto{\pgfqpoint{2.505629in}{1.468966in}}%
+\pgfpathlineto{\pgfqpoint{2.517580in}{1.457374in}}%
+\pgfpathlineto{\pgfqpoint{2.530526in}{1.440517in}}%
+\pgfpathlineto{\pgfqpoint{2.545464in}{1.415946in}}%
+\pgfpathlineto{\pgfqpoint{2.564385in}{1.378434in}}%
+\pgfpathlineto{\pgfqpoint{2.598244in}{1.302559in}}%
+\pgfpathlineto{\pgfqpoint{2.623141in}{1.250407in}}%
+\pgfpathlineto{\pgfqpoint{2.638079in}{1.225864in}}%
+\pgfpathlineto{\pgfqpoint{2.648037in}{1.214516in}}%
+\pgfpathlineto{\pgfqpoint{2.656004in}{1.209662in}}%
+\pgfpathlineto{\pgfqpoint{2.661979in}{1.209352in}}%
+\pgfpathlineto{\pgfqpoint{2.666959in}{1.211923in}}%
+\pgfpathlineto{\pgfqpoint{2.671938in}{1.217767in}}%
+\pgfpathlineto{\pgfqpoint{2.677913in}{1.230396in}}%
+\pgfpathlineto{\pgfqpoint{2.683888in}{1.251298in}}%
+\pgfpathlineto{\pgfqpoint{2.689863in}{1.283737in}}%
+\pgfpathlineto{\pgfqpoint{2.696834in}{1.341847in}}%
+\pgfpathlineto{\pgfqpoint{2.710776in}{1.481369in}}%
+\pgfpathlineto{\pgfqpoint{2.712768in}{1.469582in}}%
+\pgfpathlineto{\pgfqpoint{2.715756in}{1.408523in}}%
+\pgfpathlineto{\pgfqpoint{2.720735in}{1.209077in}}%
+\pgfpathlineto{\pgfqpoint{2.720735in}{1.209077in}}%
\pgfusepath{stroke}%
\end{pgfscope}%
\begin{pgfscope}%
-\pgfpathrectangle{\pgfqpoint{0.733531in}{0.370218in}}{\pgfqpoint{3.993473in}{1.103393in}}%
+\pgfpathrectangle{\pgfqpoint{0.730012in}{0.548769in}}{\pgfqpoint{3.981446in}{0.932710in}}%
\pgfusepath{clip}%
\pgfsetrectcap%
\pgfsetroundjoin%
@@ -1426,15 +1252,15 @@
\definecolor{currentstroke}{rgb}{1.000000,0.647059,0.000000}%
\pgfsetstrokecolor{currentstroke}%
\pgfsetdash{}{0pt}%
-\pgfpathmoveto{\pgfqpoint{2.730268in}{1.151360in}}%
-\pgfpathlineto{\pgfqpoint{2.739978in}{0.709346in}}%
-\pgfpathlineto{\pgfqpoint{2.746805in}{0.536003in}}%
-\pgfpathlineto{\pgfqpoint{2.750075in}{0.480388in}}%
-\pgfpathlineto{\pgfqpoint{2.750075in}{0.480388in}}%
+\pgfpathmoveto{\pgfqpoint{2.720735in}{1.209077in}}%
+\pgfpathlineto{\pgfqpoint{2.730426in}{0.835162in}}%
+\pgfpathlineto{\pgfqpoint{2.737243in}{0.688588in}}%
+\pgfpathlineto{\pgfqpoint{2.740483in}{0.641897in}}%
+\pgfpathlineto{\pgfqpoint{2.740483in}{0.641897in}}%
\pgfusepath{stroke}%
\end{pgfscope}%
\begin{pgfscope}%
-\pgfpathrectangle{\pgfqpoint{0.733531in}{0.370218in}}{\pgfqpoint{3.993473in}{1.103393in}}%
+\pgfpathrectangle{\pgfqpoint{0.730012in}{0.548769in}}{\pgfqpoint{3.981446in}{0.932710in}}%
\pgfusepath{clip}%
\pgfsetrectcap%
\pgfsetroundjoin%
@@ -1442,37 +1268,34 @@
\definecolor{currentstroke}{rgb}{1.000000,0.000000,0.000000}%
\pgfsetstrokecolor{currentstroke}%
\pgfsetdash{}{0pt}%
-\pgfpathmoveto{\pgfqpoint{2.750075in}{0.480388in}}%
-\pgfpathlineto{\pgfqpoint{2.756998in}{0.398490in}}%
-\pgfpathlineto{\pgfqpoint{2.759965in}{0.373708in}}%
-\pgfpathlineto{\pgfqpoint{2.760954in}{0.373969in}}%
-\pgfpathlineto{\pgfqpoint{2.768865in}{0.418088in}}%
-\pgfpathlineto{\pgfqpoint{2.776777in}{0.445199in}}%
-\pgfpathlineto{\pgfqpoint{2.784689in}{0.461928in}}%
-\pgfpathlineto{\pgfqpoint{2.792600in}{0.471986in}}%
-\pgfpathlineto{\pgfqpoint{2.800512in}{0.477584in}}%
-\pgfpathlineto{\pgfqpoint{2.809413in}{0.480262in}}%
-\pgfpathlineto{\pgfqpoint{2.820291in}{0.480059in}}%
-\pgfpathlineto{\pgfqpoint{2.834137in}{0.476323in}}%
-\pgfpathlineto{\pgfqpoint{2.852927in}{0.467773in}}%
-\pgfpathlineto{\pgfqpoint{2.886552in}{0.448435in}}%
-\pgfpathlineto{\pgfqpoint{2.959734in}{0.406057in}}%
-\pgfpathlineto{\pgfqpoint{3.006216in}{0.383080in}}%
-\pgfpathlineto{\pgfqpoint{3.036873in}{0.370620in}}%
-\pgfpathlineto{\pgfqpoint{3.085332in}{0.388800in}}%
-\pgfpathlineto{\pgfqpoint{3.137747in}{0.405140in}}%
-\pgfpathlineto{\pgfqpoint{3.195107in}{0.419767in}}%
-\pgfpathlineto{\pgfqpoint{3.259389in}{0.432926in}}%
-\pgfpathlineto{\pgfqpoint{3.332572in}{0.444663in}}%
-\pgfpathlineto{\pgfqpoint{3.415645in}{0.454798in}}%
-\pgfpathlineto{\pgfqpoint{3.512563in}{0.463443in}}%
-\pgfpathlineto{\pgfqpoint{3.627282in}{0.470496in}}%
-\pgfpathlineto{\pgfqpoint{3.766725in}{0.475859in}}%
-\pgfpathlineto{\pgfqpoint{3.940782in}{0.479318in}}%
-\pgfpathlineto{\pgfqpoint{4.167253in}{0.480557in}}%
-\pgfpathlineto{\pgfqpoint{4.484709in}{0.478977in}}%
-\pgfpathlineto{\pgfqpoint{4.727004in}{0.476474in}}%
-\pgfpathlineto{\pgfqpoint{4.727004in}{0.476474in}}%
+\pgfpathmoveto{\pgfqpoint{2.740483in}{0.641897in}}%
+\pgfpathlineto{\pgfqpoint{2.747385in}{0.572668in}}%
+\pgfpathlineto{\pgfqpoint{2.750343in}{0.551719in}}%
+\pgfpathlineto{\pgfqpoint{2.751329in}{0.551940in}}%
+\pgfpathlineto{\pgfqpoint{2.759217in}{0.589234in}}%
+\pgfpathlineto{\pgfqpoint{2.767105in}{0.612151in}}%
+\pgfpathlineto{\pgfqpoint{2.774992in}{0.626293in}}%
+\pgfpathlineto{\pgfqpoint{2.782880in}{0.634794in}}%
+\pgfpathlineto{\pgfqpoint{2.791754in}{0.639917in}}%
+\pgfpathlineto{\pgfqpoint{2.801614in}{0.641963in}}%
+\pgfpathlineto{\pgfqpoint{2.813446in}{0.641168in}}%
+\pgfpathlineto{\pgfqpoint{2.829221in}{0.636806in}}%
+\pgfpathlineto{\pgfqpoint{2.852885in}{0.626689in}}%
+\pgfpathlineto{\pgfqpoint{2.998810in}{0.558502in}}%
+\pgfpathlineto{\pgfqpoint{3.026417in}{0.549109in}}%
+\pgfpathlineto{\pgfqpoint{3.078674in}{0.565615in}}%
+\pgfpathlineto{\pgfqpoint{3.135861in}{0.580381in}}%
+\pgfpathlineto{\pgfqpoint{3.198964in}{0.593453in}}%
+\pgfpathlineto{\pgfqpoint{3.270941in}{0.605140in}}%
+\pgfpathlineto{\pgfqpoint{3.353763in}{0.615363in}}%
+\pgfpathlineto{\pgfqpoint{3.450389in}{0.624079in}}%
+\pgfpathlineto{\pgfqpoint{3.565749in}{0.631263in}}%
+\pgfpathlineto{\pgfqpoint{3.705758in}{0.636764in}}%
+\pgfpathlineto{\pgfqpoint{3.881263in}{0.640439in}}%
+\pgfpathlineto{\pgfqpoint{4.111982in}{0.642013in}}%
+\pgfpathlineto{\pgfqpoint{4.439328in}{0.640922in}}%
+\pgfpathlineto{\pgfqpoint{4.711458in}{0.638589in}}%
+\pgfpathlineto{\pgfqpoint{4.711458in}{0.638589in}}%
\pgfusepath{stroke}%
\end{pgfscope}%
\begin{pgfscope}%
@@ -1482,8 +1305,8 @@
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
\pgfsetstrokecolor{currentstroke}%
\pgfsetdash{}{0pt}%
-\pgfpathmoveto{\pgfqpoint{0.733531in}{0.370218in}}%
-\pgfpathlineto{\pgfqpoint{0.733531in}{1.473611in}}%
+\pgfpathmoveto{\pgfqpoint{0.730012in}{0.548769in}}%
+\pgfpathlineto{\pgfqpoint{0.730012in}{1.481479in}}%
\pgfusepath{stroke}%
\end{pgfscope}%
\begin{pgfscope}%
@@ -1493,8 +1316,8 @@
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
\pgfsetstrokecolor{currentstroke}%
\pgfsetdash{}{0pt}%
-\pgfpathmoveto{\pgfqpoint{4.727004in}{0.370218in}}%
-\pgfpathlineto{\pgfqpoint{4.727004in}{1.473611in}}%
+\pgfpathmoveto{\pgfqpoint{4.711458in}{0.548769in}}%
+\pgfpathlineto{\pgfqpoint{4.711458in}{1.481479in}}%
\pgfusepath{stroke}%
\end{pgfscope}%
\begin{pgfscope}%
@@ -1504,8 +1327,8 @@
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
\pgfsetstrokecolor{currentstroke}%
\pgfsetdash{}{0pt}%
-\pgfpathmoveto{\pgfqpoint{0.733531in}{0.370218in}}%
-\pgfpathlineto{\pgfqpoint{4.727004in}{0.370218in}}%
+\pgfpathmoveto{\pgfqpoint{0.730012in}{0.548769in}}%
+\pgfpathlineto{\pgfqpoint{4.711458in}{0.548769in}}%
\pgfusepath{stroke}%
\end{pgfscope}%
\begin{pgfscope}%
@@ -1515,8 +1338,8 @@
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
\pgfsetstrokecolor{currentstroke}%
\pgfsetdash{}{0pt}%
-\pgfpathmoveto{\pgfqpoint{0.733531in}{1.473611in}}%
-\pgfpathlineto{\pgfqpoint{4.727004in}{1.473611in}}%
+\pgfpathmoveto{\pgfqpoint{0.730012in}{1.481479in}}%
+\pgfpathlineto{\pgfqpoint{4.711458in}{1.481479in}}%
\pgfusepath{stroke}%
\end{pgfscope}%
\end{pgfpicture}%
diff --git a/buch/papers/ellfilter/python/elliptic2.py b/buch/papers/ellfilter/python/elliptic2.py
index 20a7428..3d9065d 100644
--- a/buch/papers/ellfilter/python/elliptic2.py
+++ b/buch/papers/ellfilter/python/elliptic2.py
@@ -29,6 +29,9 @@ def ellip_filter(N, mode=-1):
fs=None
)
+ print("poles", a)
+ print("zeros", b)
+
if mode == 0:
w = np.linspace(0*omega_c,omega_c, 2000)
elif mode == 1:
@@ -80,12 +83,12 @@ axs[0].add_patch(Rectangle(
))
zeros = [0,0.87,0.995]
-poles = [1.01,1.155]
+poles = [1.01,1.155, 2.05]
import matplotlib.transforms
axs[0].plot( # mark errors as vertical bars
zeros,
- np.zeros_like(zeros),
+ np.zeros_like(zeros)-0.075,
"o",
mfc='none',
color='black',
@@ -93,10 +96,11 @@ axs[0].plot( # mark errors as vertical bars
axs[0].transData,
axs[0].transAxes,
),
+ clip_on=False,
)
axs[0].plot( # mark errors as vertical bars
poles,
- np.ones_like(poles),
+ np.ones_like(poles)+0.075,
"x",
mfc='none',
color='black',
@@ -104,6 +108,7 @@ axs[0].plot( # mark errors as vertical bars
axs[0].transData,
axs[0].transAxes,
),
+ clip_on=False,
)
for mode, c in enumerate(["green", "orange", "red"]):
@@ -135,17 +140,19 @@ axs[1].add_patch(Rectangle(
axs[0].set_xlim([0,2])
axs[0].set_ylim([1e-4,1e6])
+axs[0].tick_params(bottom = False)
axs[0].grid()
-axs[0].set_ylabel("$F^2_N(w)$")
+axs[0].set_ylabel("$|F_N(w)|^2$")
axs[1].grid()
axs[1].set_ylim([0,1])
axs[1].set_ylabel("$|H(w)|$")
+axs[1].set_xlabel("$w$")
plt.tight_layout()
plt.savefig("elliptic.pgf")
plt.show()
-print("zeros", a)
-print("poles", b)
+print("poles", a)
+print("zeros", b)
diff --git a/buch/papers/ellfilter/python/elliptic3.py b/buch/papers/ellfilter/python/elliptic3.py
new file mode 100644
index 0000000..10accbb
--- /dev/null
+++ b/buch/papers/ellfilter/python/elliptic3.py
@@ -0,0 +1,101 @@
+# %%
+
+import matplotlib.pyplot as plt
+import scipy.signal
+import numpy as np
+import matplotlib
+from matplotlib.patches import Rectangle
+import scipy.special
+import scipyx as spx
+
+# import plot_params
+
+def last_color():
+ return plt.gca().lines[-1].get_color()
+
+# define elliptic functions
+
+def ell_int(k):
+ """ Calculate K(k) """
+ m = k**2
+ return scipy.special.ellipk(m)
+
+def sn(z, k):
+ return spx.ellipj(z, k**2)[0]
+
+def cn(z, k):
+ return spx.ellipj(z, k**2)[1]
+
+def dn(z, k):
+ return spx.ellipj(z, k**2)[2]
+
+def cd(z, k):
+ sn, cn, dn, ph = spx.ellipj(z, k**2)
+ return cn / dn
+
+N = 6
+L = (N//2) * 2
+r = N - L
+
+k = 0.9143
+
+i = np.arange(1, L+1)
+ui = (2*i - 1) / N
+k1 = k**N * np.prod(sn(ui*ell_int(k), k)**4)
+k1 = 0.0165
+k1 = 0.0058
+
+
+kp = np.sqrt(1-k**2)
+k1p = np.sqrt(1-k1**2)
+
+K = ell_int(k)
+Kp = ell_int(kp)
+K1 = ell_int(k1)
+K1p = ell_int(k1p)
+
+# assert np.allclose(Kp*K1*N/K, K1p, rtol=0.001)
+
+zeros = K/N * (np.arange(N)*2 + 1)
+poles = zeros + (1j * Kp)
+# if len(poles) % 2 == 0:
+# poles = np.delete(poles, len(poles)//2)
+
+
+plt.plot(np.real(zeros), np.imag(zeros), "o")
+plt.plot(np.real(poles), np.imag(poles), "x")
+# plt.plot([0,K1], [0,K1p])
+# plt.plot([0,K], [0,Kp])
+plt.show()
+
+zeros = cd(zeros, k)
+poles = cd(poles, k)
+
+plt.plot(np.real(zeros), np.imag(zeros), "o")
+plt.plot(np.real(poles), np.imag(poles), "x")
+plt.ylim([-0.1,0.1])
+plt.xlim([-2.5,2.5])
+plt.show()
+
+w = np.linspace(0,2, 2000)
+
+def make_RN(w):
+ y = np.prod(w[:, None] - zeros[None], axis=-1) / np.prod(w[:, None] - poles[None], axis=-1)
+ y /= np.prod(1 - zeros) / np.prod(1 - poles)
+ return y
+
+
+RN = make_RN(w)
+
+plt.semilogy(w, np.abs(RN))
+plt.ylim([0.1,1000])
+
+plt.plot(w, np.ones_like(w) / k1)
+
+plt.show()
+
+H = 1 / (1 + RN**2)
+
+plt.semilogy(w, np.abs(H))
+plt.ylim([0.00001,1])
+plt.show()
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}
diff --git a/buch/papers/ellfilter/tikz/arccos2.tikz.tex b/buch/papers/ellfilter/tikz/arccos2.tikz.tex
index 2cec75f..d0e0430 100644
--- a/buch/papers/ellfilter/tikz/arccos2.tikz.tex
+++ b/buch/papers/ellfilter/tikz/arccos2.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}}
diff --git a/buch/papers/ellfilter/tikz/cd.tikz.tex b/buch/papers/ellfilter/tikz/cd.tikz.tex
index 0cf2417..ffe3b9c 100644
--- a/buch/papers/ellfilter/tikz/cd.tikz.tex
+++ b/buch/papers/ellfilter/tikz/cd.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]
@@ -9,63 +9,59 @@
\draw[gray, ->] (0,-1.5) -- (0,1.5) node[anchor=south]{$\mathrm{Im}~z$};
\draw[gray, ->] (-5,0) -- (5,0) node[anchor=west]{$\mathrm{Re}~z$};
- \draw[gray] ( 1,0) +(0,0.1) -- +(0, -0.1) node[inner sep=0, anchor=north] {\small $K$};
- \draw[gray] (0, 0.5) +(0.1, 0) -- +(-0.1, 0) node[inner sep=0, anchor=east]{\small $jK^\prime$};
-
-
- \begin{scope}
-
- \begin{scope}[xshift=0cm]
-
- \clip(-4.5,-1.25) rectangle (4.5,1.25);
-
- \fill[yellow!30] (0,0) rectangle (1, 0.5);
-
- \foreach \i in {-2,...,1} {
- \foreach \j in {-2,...,1} {
- \begin{scope}[xshift=\i*4cm, yshift=\j*1cm]
- \draw[->, orange!50] (0, 0) -- (0,0.5);
- \draw[->, darkgreen!50] (1, 0) -- (0,0);
- \draw[->, cyan!50] (2, 0) -- (1,0);
- \draw[->, blue!50] (2,0.5) -- (2, 0);
- \draw[->, purple!50] (1, 0.5) -- (2,0.5);
- \draw[->, red!50] (0, 0.5) -- (1,0.5);
- \draw[->, orange!50] (0,1) -- (0,0.5);
- \draw[->, blue!50] (2,0.5) -- (2, 1);
- \draw[->, purple!50] (3, 0.5) -- (2,0.5);
- \draw[->, red!50] (4, 0.5) -- (3,0.5);
- \draw[->, cyan!50] (2, 0) -- (3,0);
- \draw[->, darkgreen!50] (3, 0) -- (4,0);
- \end{scope}
- }
+ \begin{scope}[xshift=0cm]
+
+ \clip(-4.5,-1.25) rectangle (4.5,1.25);
+
+ \fill[yellow!30] (0,0) rectangle (1, 0.5);
+
+ \foreach \i in {-2,...,1} {
+ \foreach \j in {-2,...,1} {
+ \begin{scope}[xshift=\i*4cm, yshift=\j*1cm]
+ \draw[->, thick, orange!50] (0, 0) -- (0,0.5);
+ \draw[->, thick, darkgreen!50] (1, 0) -- (0,0);
+ \draw[->, thick, cyan!50] (2, 0) -- (1,0);
+ \draw[->, thick, blue!50] (2,0.5) -- (2, 0);
+ \draw[->, thick, purple!50] (1, 0.5) -- (2,0.5);
+ \draw[->, thick, red!50] (0, 0.5) -- (1,0.5);
+ \draw[->, thick, orange!50] (0,1) -- (0,0.5);
+ \draw[->, thick, blue!50] (2,0.5) -- (2, 1);
+ \draw[->, thick, purple!50] (3, 0.5) -- (2,0.5);
+ \draw[->, thick, red!50] (4, 0.5) -- (3,0.5);
+ \draw[->, thick, cyan!50] (2, 0) -- (3,0);
+ \draw[->, thick, darkgreen!50] (3, 0) -- (4,0);
+ \end{scope}
}
-
- \draw[ultra thick, ->, orange] (0, 0) -- (0,0.5);
- \draw[ultra thick, ->, darkgreen] (1, 0) -- (0,0);
- \draw[ultra thick, ->, cyan] (2, 0) -- (1,0);
- \draw[ultra thick, ->, blue] (2,0.5) -- (2, 0);
- \draw[ultra thick, ->, purple] (1, 0.5) -- (2,0.5);
- \draw[ultra thick, ->, red] (0, 0.5) -- (1,0.5);
-
- \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, ->, orange] (0, 0) -- (0,0.5);
+ \draw[ultra thick, ->, darkgreen] (1, 0) -- (0,0);
+ \draw[ultra thick, ->, cyan] (2, 0) -- (1,0);
+ \draw[ultra thick, ->, blue] (2,0.5) -- (2, 0);
+ \draw[ultra thick, ->, purple] (1, 0.5) -- (2,0.5);
+ \draw[ultra thick, ->, red] (0, 0.5) -- (1,0.5);
+
+ \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}
+ \draw[gray] ( 1,0) +(0,0.05) -- +(0, -0.05) node[inner sep=0, anchor=north west] {\small $K$};
+ \draw[gray] (0, 0.5) +(0.1, 0) -- +(-0.1, 0) node[inner sep=0, anchor=south east]{\small $jK^\prime$};
+
\end{scope}
+
\node[zero] at (4,3) (n) {};
\node[anchor=west] at (n.east) {Nullstelle};
\node[pole, below=0.25cm of n] (n) {};
diff --git a/buch/papers/ellfilter/tikz/cd2.tikz.tex b/buch/papers/ellfilter/tikz/cd2.tikz.tex
index d4187c4..47efa53 100644
--- a/buch/papers/ellfilter/tikz/cd2.tikz.tex
+++ b/buch/papers/ellfilter/tikz/cd2.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]
\tikzstyle{dot} = [fill, circle, inner sep =0, minimum height=0.1cm]
@@ -7,11 +7,15 @@
\begin{scope}[xscale=1.25, yscale=3.5]
+ \fill[orange!30] (0,0) rectangle (5, 0.5);
+ % \fill[yellow!30] (0,0) rectangle (1, 0.1);
+ \node[] at (2.5, 0.25) {\small $N=5$};
+
\draw[gray, ->] (0,-0.55) -- (0,1.05) node[anchor=south]{$\mathrm{Im}~z_1$};
\draw[gray, ->] (-1.5,0) -- (6,0) node[anchor=west]{$\mathrm{Re}~z_1$};
- \draw[gray] ( 1,0) +(0,0.05) -- +(0, -0.05) node[inner sep=0, anchor=north] {\small $K_1$};
- \draw[gray] ( 5,0) +(0,0.05) -- +(0, -0.05) node[inner sep=0, anchor=north] {\small $5K_1$};
+ \draw[gray] ( 1,0) +(0,0.035) -- +(0, -0.035) node[inner sep=0, anchor=north] {\small $K_1$};
+ \draw[gray] ( 5,0) +(0,0.035) -- +(0, -0.035) node[inner sep=0, anchor=north] {\small $5K_1$};
\draw[gray] (0, 0.5) +(0.1, 0) -- +(-0.1, 0) node[inner sep=0, anchor=east]{\small $jK^\prime_1$};
\begin{scope}
@@ -34,9 +38,6 @@
% \node[] at (1.5, 0.25) {\small $N=2$};
% \node[] at (2.5, 0.25) {\small $N=3$};
- \fill[orange!30] (0,0) rectangle (5, 0.5);
- % \fill[yellow!30] (0,0) rectangle (1, 0.1);
- \node[] at (2.5, 0.25) {\small $N=5$};
\draw[decorate,decoration={brace,amplitude=3pt,mirror}, yshift=0.05cm]
diff --git a/buch/papers/ellfilter/tikz/cd3.tikz.tex b/buch/papers/ellfilter/tikz/cd3.tikz.tex
index ae18519..158a5ec 100644
--- a/buch/papers/ellfilter/tikz/cd3.tikz.tex
+++ b/buch/papers/ellfilter/tikz/cd3.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]
\tikzstyle{dot} = [fill, circle, inner sep =0, minimum height=0.1cm]
diff --git a/buch/papers/ellfilter/tikz/elliptic_transform1.tikz.tex b/buch/papers/ellfilter/tikz/elliptic_transform1.tikz.tex
index 2a36ee0..329cadd 100644
--- a/buch/papers/ellfilter/tikz/elliptic_transform1.tikz.tex
+++ b/buch/papers/ellfilter/tikz/elliptic_transform1.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]
diff --git a/buch/papers/ellfilter/tikz/elliptic_transform2.tikz.tex b/buch/papers/ellfilter/tikz/elliptic_transform2.tikz.tex
index 20c2d82..31c40dc 100644
--- a/buch/papers/ellfilter/tikz/elliptic_transform2.tikz.tex
+++ b/buch/papers/ellfilter/tikz/elliptic_transform2.tikz.tex
@@ -4,7 +4,7 @@
\def\nn{2}
\def\a{2.5}
-\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]
\tikzstyle{dot} = [fill, circle, inner sep =0, minimum height=0.1cm]
diff --git a/buch/papers/ellfilter/tikz/filter.tikz.tex b/buch/papers/ellfilter/tikz/filter.tikz.tex
index 769602a..1232bf0 100644
--- a/buch/papers/ellfilter/tikz/filter.tikz.tex
+++ b/buch/papers/ellfilter/tikz/filter.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]
@@ -14,8 +14,7 @@
\draw[gray, ->] (0,0) -- (0,1.25) node[anchor=south]{$|H(\Omega)|$};
\draw[gray, ->] (0,0) -- (2.75,0) node[anchor=west]{$\Omega$};
- \draw[dashed] (0,0.707) node[left] {$\sqrt{\frac{1}{1+\varepsilon^2}}$} -| (1,0) node[below] {$\Omega_p$};
- \draw[dashed] (0,0.707) node[left] {$\sqrt{\frac{1}{1+\varepsilon^2}}$} -| (1,0) node[below] {$\Omega_p$};
+ \draw[dashed] (0,0.707) node[left] {$\sqrt{\frac{1}{1+\varepsilon^2}}$} -- (1, 0.707) (1,0) node[below] {$\Omega_p$};
\node[left] at(0,1) {$1$};
diff --git a/buch/papers/ellfilter/tikz/fundamental_rectangle.tikz.tex b/buch/papers/ellfilter/tikz/fundamental_rectangle.tikz.tex
index 921dbfa..1d1e45e 100644
--- a/buch/papers/ellfilter/tikz/fundamental_rectangle.tikz.tex
+++ b/buch/papers/ellfilter/tikz/fundamental_rectangle.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]
diff --git a/buch/papers/ellfilter/tikz/pn.tikz.tex b/buch/papers/ellfilter/tikz/pn.tikz.tex
new file mode 100644
index 0000000..5dd8fa4
--- /dev/null
+++ b/buch/papers/ellfilter/tikz/pn.tikz.tex
@@ -0,0 +1,63 @@
+\begin{tikzpicture}[>=stealth', auto, node distance=2cm, scale=1.2, thick]
+
+ \tikzstyle{zero} = [draw, circle, inner sep =0, minimum height=0.15cm]
+ \tikzstyle{dot} = [fill, circle, inner sep =0, minimum height=0.1cm]
+
+ \tikzset{pole/.style={cross out, draw=black, minimum size=(0.15cm-\pgflinewidth), inner sep=0pt, outer sep=0pt}}
+
+ \begin{scope}[xscale=0.75, yscale=2.5]
+
+ \fill[orange!30] (0,0) rectangle (5, 0.5);
+ % \fill[yellow!30] (0,0) rectangle (1, 0.1);
+ \node[] at (5, 0.25) {\small $N=5$};
+
+ \draw[gray, ->] (0,-0.25) -- (0,0.75) node[anchor=south]{$\mathrm{Im}~z$};
+ \draw[gray, ->] (-1,0) -- (11,0) node[anchor=west]{$\mathrm{Re}~z$};
+
+ \draw[gray] ( 5,0) +(0,0.035) -- +(0, -0.035) node[inner sep=0, anchor=north] {\small $K$};
+ \draw[gray] (0, 0.5) +(0.1, 0) -- +(-0.1, 0) node[inner sep=0, anchor=east]{\small $jK^\prime$};
+
+ \begin{scope}
+
+ \draw[ultra thick, ->, purple] (5, 0.5) -- (10,0.5);
+ \draw[ultra thick, ->, blue] (10, 0.5) -- (10,0);
+ \draw[ultra thick, ->, cyan] (10, 0) -- (5,0);
+ \draw[ultra thick, ->, darkgreen] (5, 0) -- (0,0);
+ \draw[ultra thick, ->, orange] (-0, 0) -- (0,0.5);
+ \draw[ultra thick, ->, red] (0,0.5) -- (5, 0.5);
+
+ \foreach \i in {1,...,5} {
+ \begin{scope}[xshift=(\i-1)*2cm]
+ \node[zero] at ( 1, 0) {};
+ \node[anchor=south west] at ( 1, 0) {$n_\i$};
+ \node[pole] at ( 1,0.5) {};
+ \node[anchor=south west] at ( 1, 0.5) {$p_\i$};
+ \end{scope}
+ }
+
+ \end{scope}
+
+ \end{scope}
+
+ % \begin{scope}[yshift=-1.5cm, xshift=3.75cm, xscale=0.75]
+
+ % \draw[gray, ->] (-6,0) -- (6,0) node[anchor=west]{$w$};
+
+ % \draw[ultra thick, ->, purple] (-5, 0) -- (-3, 0);
+ % \draw[ultra thick, ->, blue] (-3, 0) -- (-2, 0);
+ % \draw[ultra thick, ->, cyan] (-2, 0) -- (0, 0);
+ % \draw[ultra thick, ->, darkgreen] (0, 0) -- (2, 0);
+ % \draw[ultra thick, ->, orange] (2, 0) -- (3, 0);
+ % \draw[ultra thick, ->, red] (3, 0) -- (5, 0);
+
+ % \node[anchor=south] at (-5,0) {$-\infty$};
+ % \node[anchor=south] at (-3,0) {$-1/k$};
+ % \node[anchor=south] at (-2,0) {$-1$};
+ % \node[anchor=south] at (0,0) {$0$};
+ % \node[anchor=south] at (2,0) {$1$};
+ % \node[anchor=south] at (3,0) {$1/k$};
+ % \node[anchor=south] at (5,0) {$\infty$};
+
+ % \end{scope}
+
+\end{tikzpicture}
diff --git a/buch/papers/ellfilter/tikz/sn.tikz.tex b/buch/papers/ellfilter/tikz/sn.tikz.tex
index 0546fda..c34b619 100644
--- a/buch/papers/ellfilter/tikz/sn.tikz.tex
+++ b/buch/papers/ellfilter/tikz/sn.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]
@@ -6,66 +6,65 @@
\begin{scope}[xscale=0.9, yscale=1.8]
+ \fill[yellow!30] (0,0) rectangle (1, 0.5);
+
\draw[gray, ->] (0,-1.5) -- (0,1.5) node[anchor=south]{$\mathrm{Im}~z$};
\draw[gray, ->] (-5,0) -- (5,0) node[anchor=west]{$\mathrm{Re}~z$};
- \begin{scope}
-
- \clip(-4.5,-1.25) rectangle (4.5,1.25);
-
- \fill[yellow!30] (0,0) rectangle (1, 0.5);
-
- \begin{scope}[xshift=-1cm]
-
- \foreach \i in {-2,...,2} {
- \foreach \j in {-2,...,1} {
- \begin{scope}[xshift=\i*4cm, yshift=\j*1cm]
- \draw[<-, blue!50] (0, 0) -- (0,0.5);
- \draw[<-, cyan!50] (1, 0) -- (0,0);
- \draw[<-, darkgreen!50] (2, 0) -- (1,0);
- \draw[<-, orange!50] (2,0.5) -- (2, 0);
- \draw[<-, red!50] (1, 0.5) -- (2,0.5);
- \draw[<-, purple!50] (0, 0.5) -- (1,0.5);
- \draw[<-, blue!50] (0,1) -- (0,0.5);
- \draw[<-, orange!50] (2,0.5) -- (2, 1);
- \draw[<-, red!50] (3, 0.5) -- (2,0.5);
- \draw[<-, purple!50] (4, 0.5) -- (3,0.5);
- \draw[<-, darkgreen!50] (2, 0) -- (3,0);
- \draw[<-, cyan!50] (3, 0) -- (4,0);
- \end{scope}
- }
- }
- % \pause
- \draw[ultra thick, <-, darkgreen] (2, 0) -- (1,0);
- % \pause
- \draw[ultra thick, <-, orange] (2,0.5) -- (2, 0);
- % \pause
- \draw[ultra thick, <-, red] (1, 0.5) -- (2,0.5);
- % \pause
- \draw[ultra thick, <-, blue] (0, 0) -- (0,0.5);
- \draw[ultra thick, <-, purple] (0, 0.5) -- (1,0.5);
- \draw[ultra thick, <-, cyan] (1, 0) -- (0,0);
- % \pause
-
-
- \foreach \i in {-2,...,2} {
- \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}
- }
- }
+ \clip(-4.5,-1.25) rectangle (4.5,1.25);
+
- \end{scope}
+ \begin{scope}[xshift=-1cm]
+
+ \foreach \i in {-2,...,2} {
+ \foreach \j in {-2,...,1} {
+ \begin{scope}[xshift=\i*4cm, yshift=\j*1cm]
+ \draw[<-, thick, blue!50] (0, 0) -- (0,0.5);
+ \draw[<-, thick, cyan!50] (1, 0) -- (0,0);
+ \draw[<-, thick, darkgreen!50] (2, 0) -- (1,0);
+ \draw[<-, thick, orange!50] (2,0.5) -- (2, 0);
+ \draw[<-, thick, red!50] (1, 0.5) -- (2,0.5);
+ \draw[<-, thick, purple!50] (0, 0.5) -- (1,0.5);
+ \draw[<-, thick, blue!50] (0,1) -- (0,0.5);
+ \draw[<-, thick, orange!50] (2,0.5) -- (2, 1);
+ \draw[<-, thick, red!50] (3, 0.5) -- (2,0.5);
+ \draw[<-, thick, purple!50] (4, 0.5) -- (3,0.5);
+ \draw[<-, thick, darkgreen!50] (2, 0) -- (3,0);
+ \draw[<-, thick, cyan!50] (3, 0) -- (4,0);
+ \end{scope}
+ }
+ }
+
+ % \pause
+ \draw[ultra thick, <-, darkgreen] (2, 0) -- (1,0);
+ % \pause
+ \draw[ultra thick, <-, orange] (2,0.5) -- (2, 0);
+ % \pause
+ \draw[ultra thick, <-, red] (1, 0.5) -- (2,0.5);
+ % \pause
+ \draw[ultra thick, <-, blue] (0, 0) -- (0,0.5);
+ \draw[ultra thick, <-, purple] (0, 0.5) -- (1,0.5);
+ \draw[ultra thick, <-, cyan] (1, 0) -- (0,0);
+ % \pause
+
+
+ \foreach \i in {-2,...,2} {
+ \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}
- \draw[gray] ( 1,0) +(0,0.1) -- +(0, -0.1) node[inner sep=0, anchor=north] {\small $K$};
- \draw[gray] (0, 0.5) +(0.1, 0) -- +(-0.1, 0) node[inner sep=0, anchor=east]{\small $jK^\prime$};
+
+ \draw[gray] ( 1,0) +(0,0.05) -- +(0, -0.05) node[inner sep=0, anchor=north west] {\small $K$};
+ \draw[gray] (0, 0.5) +(0.1, 0) -- +(-0.1, 0) node[inner sep=0, anchor=south east]{\small $jK^\prime$};
\end{scope}
diff --git a/buch/papers/ellfilter/tschebyscheff.tex b/buch/papers/ellfilter/tschebyscheff.tex
index 639c87c..0a48949 100644
--- a/buch/papers/ellfilter/tschebyscheff.tex
+++ b/buch/papers/ellfilter/tschebyscheff.tex
@@ -2,7 +2,7 @@
Als Einstieg betrachten wir das Tschebyscheff-Filter, welches sehr verwandt ist mit dem elliptischen Filter.
Genauer ausgedrückt erhält man die Tschebyscheff-1 und -2 Filter bei Grenzwerten von Parametern beim elliptischen Filter.
-Der Name des Filters deutet schon an, dass die Tschebyscheff-Polynome $T_N$ (siehe auch Kapitel \label{buch:polynome:section:tschebyscheff}) für das Filter relevant sind:
+Der Name des Filters deutet schon an, dass die Tschebyscheff-Polynome $T_N$ (siehe auch Kapitel \ref{buch:polynome:section:tschebyscheff}) für das Filter relevant sind:
\begin{align}
T_{0}(x)&=1\\
T_{1}(x)&=x\\
@@ -17,7 +17,7 @@ Bemerkenswert ist, dass die Polynome im Intervall $[-1, 1]$ mit der trigonometri
\end{align}
übereinstimmen.
Der Zusammenhang lässt sich mit den Doppel- und Mehrfachwinkelfunktionen der trigonometrischen Funktionen erklären.
-Abbildung \ref{ellfilter:fig:chebychef_polynomials} zeigt einige Tschebyscheff-Polynome.
+Abbildung \ref{ellfilter:fig:chebychef_polynomials} zeigt einige Tschebyscheff-Polynome, wobei das Equiripple-Verhalten schon sichtbar ist.
\begin{figure}
\centering
\input{papers/ellfilter/python/F_N_chebychev2.pgf}
@@ -37,7 +37,6 @@ Wenn wir die Tschebyscheff-Polynome quadrieren, passen sie perfekt in die Forder
Die analytische Fortsetzung von \eqref{ellfilter:eq:chebychef_polynomials} über das Intervall $[-1,1]$ hinaus stimmt mit den Polynomen überein, wie es zu erwarten ist.
Die genauere Betrachtung wird uns helfen die elliptischen Filter besser zu verstehen.
-
Starten wir mit der Funktion, die in \eqref{ellfilter:eq:chebychef_polynomials} als erstes auf $w$ angewendet wird, dem Arcuscosinus.
Die invertierte Funktion des Kosinus kann als bestimmtes Integral dargestellt werden:
\begin{align}
@@ -63,7 +62,7 @@ Die invertierte Funktion des Kosinus kann als bestimmtes Integral dargestellt we
~dz
+ \frac{\pi}{2}.
\end{align}
-Der Integrand oder auch die Ableitung von $\cos^{-1}(x)$
+Der Integrand oder auch die Ableitung von $\cos^{-1}(x)$,
\begin{equation}
\frac{
-1
@@ -71,7 +70,7 @@ Der Integrand oder auch die Ableitung von $\cos^{-1}(x)$
\sqrt{
1-z^2
}
- }
+ },
\end{equation}
bestimmt dabei die Richtung, in welche die Funktion verläuft.
Der reelle Arcuscosinus is bekanntlich nur für $|z| \leq 1$ definiert.
@@ -91,19 +90,19 @@ Das Einzeichnen von Pol- und Nullstellen ist hilfreich für die Betrachtung der
In \eqref{ellfilter:eq:chebychef_polynomials} wird $z$ mit dem Ordnungsfaktor $N$ multipliziert und durch die Kosinusfunktion zurück transformiert.
-Die Skalierung hat zur folge, dass bei der Rücktransformation durch den Kosinus mehrere Nullstellen durchlaufen werden.
-Somit passiert $\cos( N~\cos^{-1}(w))$ im Intervall $[-1, 1]$ $N$ Nullstellen, wie dargestellt in Abbildung \ref{ellfilter:fig:arccos2}.
+Die Skalierung hat zur Folge, dass bei der Rücktransformation durch den Kosinus mehrere Nullstellen durchlaufen werden.
+Somit passiert $\cos \big( N~\cos^{-1}(w) \big)$ im Intervall $[-1, 1]$ $N$ Nullstellen, wie dargestellt in Abbildung \ref{ellfilter:fig:arccos2}.
\begin{figure}
\centering
\input{papers/ellfilter/tikz/arccos2.tikz.tex}
\caption{
$z_1=N \cos^{-1}(w)$-Ebene der Tschebyscheff-Funktion.
Die eingefärbten Pfade sind Verläufe von $w\in(-\infty, \infty)$ für $N = 4$.
- Je grösser die Ordnung $N$ gewählt wird, desto mehr Nullstellen werden passiert die zu Equirippel-Verhalten führen.
+ Je grösser die Ordnung $N$ gewählt wird, desto mehr Nullstellen werden passiert die zu Equiripple-Verhalten führen.
Die vertikalen Segmente der Funktion sorgen für das Ansteigen der Funktion gegen $\infty$ nach der Grenzfrequenz.
Die eingezeichneten Nullstellen sind vom zurücktransformierenden Kosinus.
}
\label{ellfilter:fig:arccos2}
\end{figure}
-Durch die spezielle Anordnung der Nullstellen hat die Funktion auf der reellen Achse Equirippel-Verhalten und ist dennoch ein Polynom, was sich perfekt für linear Filter eignet.
-Equirippel bedeutet, dass alle lokalen Maxima der Betragsfunktion gleich gross sind.
+Durch die spezielle Anordnung der Nullstellen hat die Funktion auf der reellen Achse Equiripple-Verhalten und ist dennoch ein Polynom, was sich perfekt für lineare Filter eignet.
+Für $|w| <= 1$ ist die Funktion begrenzt zwischen $-1$ und $1$.
diff --git a/buch/papers/kra/anwendung.tex b/buch/papers/kra/anwendung.tex
index 6383984..704de43 100644
--- a/buch/papers/kra/anwendung.tex
+++ b/buch/papers/kra/anwendung.tex
@@ -2,23 +2,25 @@
\rhead{Anwendung}
\newcommand{\dt}[0]{\frac{d}{dt}}
-Die Matrix-Riccati Differentialgleichung findet unter anderem Anwendung in der Regelungstechnik beim RQ- und RQG-Regler oder aber auch beim Kalmanfilter.
-Im folgenden Abschnitt möchten wir uns an einem Beispiel anschauen wie wir mit Hilfe der Matrix-Riccati Differentialgleichung (\ref{kra:equation:matrixriccati}) ein Feder-Masse-System untersuchen können \cite{kra:riccati}.
+Die Matrix-Riccati Differentialgleichung findet unter anderem Anwendung in der Regelungstechnik beim RQ- und RQG-Regler oder aber auch beim Kalman-Filter.
+Im folgenden Abschnitt möchten wir uns an einem Beispiel anschauen wie wir mit Hilfe der Matrix-Riccati-Differentialgleichung (\ref{kra:equation:matrixriccati}) ein Feder-Masse-System untersuchen können \cite{kra:riccati}.
\subsection{Feder-Masse-System}
-Die einfachste Form eines Feder-Masse-Systems ist dargestellt in Abbildung \ref{kra:fig:simple_mass_spring}.
-Es besteht aus einer reibungsfrei gelagerten Masse $m$ ,welche an eine Feder mit der Federkonstante $k$ gekoppelt ist.
+\label{kra:subsection:feder-masse-system}
+Die einfachste Form eines Feder-Masse-Systems ist dargestellt in Abbildung~\ref{kra:fig:simple_mass_spring}.
+Es besteht aus einer reibungsfrei gelagerten Masse $m$, welche an eine Feder mit der Federkonstante $k$ gekoppelt ist.
Die im System wirkenden Kräfte teilen sich auf in die auf dem hookeschen Gesetz basierenden Rückstellkraft $F_R = k \Delta_x$ und der auf dem Aktionsprinzip basierenden Kraft $F_a = am = \ddot{x} m$.
Das Kräftegleichgewicht fordert $F_R = F_a$ woraus folgt, dass
\begin{equation*}
- k \Delta_x = \ddot{x} m \Leftrightarrow \ddot{x} = \frac{k \Delta_x}{m}
+ k \Delta_x = \ddot{x} m \Leftrightarrow \ddot{x} = \frac{k \Delta_x}{m}.
\end{equation*}
Die Funktion die diese Differentialgleichung löst, ist die harmonische Schwingung
\begin{equation}
- x(t) = A \cos(\omega_0 t + \Phi), \quad \omega_0 = \sqrt{\frac{k}{m}}
+ x(t) = A \cos(\omega_0 t + \varphi), \quad \omega_0 = \sqrt{\frac{k}{m}}.
\end{equation}
\begin{figure}
+ \centering
% move image to standalone because the physics package is
% incompatible with underbrace
\includegraphics{papers/kra/images/simple.pdf}
@@ -27,38 +29,40 @@ Die Funktion die diese Differentialgleichung löst, ist die harmonische Schwingu
\label{kra:fig:simple_mass_spring}
\end{figure}
\begin{figure}
+ \centering
\input{papers/kra/images/multi_mass_spring.tex}
\caption{Feder-Masse-System mit zwei Massen und drei Federn.}
\label{kra:fig:multi_mass_spring}
\end{figure}
\subsection{Hamilton-Funktion}
+\label{kra:subsection:hamilton-funktion}
Die Bewegung der Masse $m$ kann mit Hilfe der hamiltonschen Mechanik im Phasenraum untersucht werden.
Die hamiltonschen Gleichungen verwenden dafür die verallgemeinerten Ortskoordinaten
$q = (q_{1}, q_{2}, ..., q_{n})$ und die verallgemeinerten Impulskoordinaten $p = (p_{1}, p_{2}, ..., p_{n})$, wobei der Impuls definiert ist als $p_k = m_k \cdot v_k$.
-Liegen keine zeitabhängigen Zwangsbedingungen vor, so entspricht die Hamitlon-Funktion der Gesamtenergie des Systems \cite{kra:hamilton}.
+Liegen keine zeitabhängigen Zwangsbedingungen vor, so entspricht die Hamilton-Funktion der Gesamtenergie des Systems \cite{kra:hamilton}.
Im Falle des einfachen Feder-Masse-Systems, Abbildung \ref{kra:fig:simple_mass_spring}, setzt sich die Hamilton-Funktion aus kinetischer und potentieller Energie zusammen.
\begin{equation}
- \label{kra:harmonischer_oszillator}
+ \label{kra:equation:harmonischer_oszillator}
\begin{split}
- \mathcal{H}(q, p) &= T(p) + V(q) = E \\
- &= \underbrace{\frac{p^2}{2m}}_{E_{kin}} + \underbrace{\frac{k q^2}{2}}_{E_{pot}}
+ H(q, p) &= T(p) + V(q) = E \\
+ &= \underbrace{\frac{p^2}{2m}}_{\displaystyle{E_{kin}}} + \underbrace{\frac{k q^2}{2}}_{\displaystyle{E_{pot}}}
\end{split}
\end{equation}
Die Hamiltonschen Bewegungsgleichungen liefern \cite{kra:kanonischegleichungen}
\begin{equation}
- \label{kra:hamilton:bewegungsgleichung}
- \dot{q_{k}} = \frac{\partial \mathcal{H}}{\partial p_k}
+ \label{kra:equation:bewegungsgleichung}
+ \dot{q_{k}} = \frac{\partial H}{\partial p_k}
\qquad
- \dot{p_{k}} = -\frac{\partial \mathcal{H}}{\partial q_k}
+ \dot{p_{k}} = -\frac{\partial H}{\partial q_k},
\end{equation}
daraus folgt
\[
\dot{q} = \frac{p}{m}
\qquad
- \dot{p} = -kq
+ \dot{p} = -kq.
\]
-in Matrixschreibweise erhalten wir also
+In Matrixschreibweise erhalten wir also
\[
\begin{pmatrix}
\dot{q} \\
@@ -73,10 +77,11 @@ in Matrixschreibweise erhalten wir also
q \\
p
\end{pmatrix}
+ .
\]
Für das erweiterte Federmassesystem, Abbildung \ref{kra:fig:multi_mass_spring}, können wir analog vorgehen.
Die kinetische Energie setzt sich nun aus den kinetischen Energien der einzelnen Massen $m_1$ und $m_2$ zusammen.
-Die Potentielle Energie erhalten wir aus der Summe der kinetischen Energien der einzelnen Federn mit den Federkonstanten $k_1$, $k_c$ und $k_2$.
+Die potentielle Energie erhalten wir aus der Summe der kinetischen Energien der einzelnen Federn mit den Federkonstanten $k_1$, $k_c$ und $k_2$.
\begin{align*}
\begin{split}
T &= T_1 + T_2 \\
@@ -85,19 +90,19 @@ Die Potentielle Energie erhalten wir aus der Summe der kinetischen Energien der
\\
\begin{split}
V &= V_1 + V_c + V_2 \\
- &= \frac{k_1 q_1^2}{2} + \frac{k_c (q_2 - q_1)^2}{2} + \frac{k_2 q_2^2}{2}
+ &= \frac{k_1 q_1^2}{2} + \frac{k_c (q_2 - q_1)^2}{2} + \frac{k_2 q_2^2}{2}.
\end{split}
\end{align*}
Die Hamilton-Funktion ist also
\begin{align*}
\begin{split}
- \mathcal{H} &= T + V \\
+ H &= T + V \\
&= \frac{p_1^2}{2m_1} + \frac{p_2^2}{2m_2} + \frac{k_1 q_1^2}{2} + \frac{k_c (q_2 - q_1)^2}{2} + \frac{k_2 q_2^2}{2}
\end{split}
\end{align*}
-Die Bewegungsgleichungen \ref{kra:hamilton:bewegungsgleichung} liefern
+Die Bewegungsgleichungen \eqref{kra:equation:bewegungsgleichung} liefern
\begin{align*}
- \frac{\partial \mathcal{H}}{\partial p_k} & = \dot{q_k}
+ \frac{\partial H}{\partial p_k} & = \dot{q_k}
\Rightarrow
\left\{
\begin{alignedat}{2}
@@ -106,18 +111,18 @@ Die Bewegungsgleichungen \ref{kra:hamilton:bewegungsgleichung} liefern
\end{alignedat}
\right.
\\
- -\frac{\partial \mathcal{H}}{\partial q_k} & = \dot{p_k}
+ -\frac{\partial H}{\partial q_k} & = \dot{p_k}
\Rightarrow
\left\{
\begin{alignedat}{2}
\dot{p_1} &= -(\frac{2k_1q_1}{2} - \frac{2k_c(q_2-q_1)}{2}) &&= -q_1(k_1+k_c) + q_2k_c \\
- \dot{p_1} &= -(\frac{2k_c(q_2-q_1)}{2} - \frac{2k_2q_2}{2}) &&= q_1k_c - (k_c + k_2)
+ \dot{p_1} &= -(\frac{2k_c(q_2-q_1)}{2} - \frac{2k_2q_2}{2}) &&= q_1k_c - (k_c + k_2).
\end{alignedat}
\right.
\end{align*}
In Matrixschreibweise erhalten wir
\begin{equation}
- \label{kra:hamilton:multispringmass}
+ \label{kra:equation:hamilton-multispringmass}
\begin{pmatrix}
\dot{q_1} \\
\dot{q_2} \\
@@ -153,30 +158,38 @@ In Matrixschreibweise erhalten wir
\begin{pmatrix}
Q \\
P \\
- \end{pmatrix}
+ \end{pmatrix}.
\end{equation}
\subsection{Phasenraum}
-Der Phasenraum erlaubt die eindeutige Beschreibung aller möglichen Bewegungszustände eines mechanischen Systems durch einen Punkt.
+\subsubsection{Motivation}
+Die Beschreibung eines klassischen physikalischen Systems führt in der Newtonschen-Mechanik, wie wir in \ref{kra:subsection:feder-masse-system} gesehen haben, auf eine DGL 2. Ordung der Dimension $n$.
+Zur Betrachung des Systems verwenden wir dabei den Konfigurationsraum, ein Raum $\mathbb{R}^n$, bei dem ein einziger Punkt die Position aller $n$ Teilchen festlegt.
+Der Nachteil des Konfigurationsraums ist dabei, dass dieser nur die Positionen der Teilchen widerspiegelt.
+Um den Zustand eines Systems vollständig zu beschreiben, muss man aber nicht nur wissen wo sich die Teilchen zu einem bestimmten Zeitpunkt befinden, sondern auch wie sie sich bewegen.
+
+Im Gegensatz dazu führt die Beschreibung des Systems mit Hilfe der Hamilton-Mechanik \ref{kra:subsection:hamilton-funktion}, auf eine DGL 1. Ordnung der Dimension $2n$.
+Die Betrachtung erfolgt im einem Raum $\mathbb{R}^{2n}$, bei dem ein einzelner Punkt den Bewegungszustand vollständig beschreibt, dem sogennanten Phasenraum.
Die Phasenraumdarstellung eignet sich somit sehr gut für die systematische Untersuchung der Feder-Masse-Systeme.
\subsubsection{Harmonischer Oszillator}
-Die Hamiltonfunktion des harmonischen Oszillators \ref{kra:harmonischer_oszillator} führt auf eine Lösung der Form
+Die Hamiltonfunktion des harmonischen Oszillators \eqref{kra:equation:harmonischer_oszillator} führt auf eine Lösung der Form
\begin{equation*}
- q(t) = A \cos(\omega_0 T + \Phi), \quad p(t) = -m \omega_0 A \sin(\omega_0 t + \Phi)
+ q(t) = A \cos(\omega_0 T + \Phi), \quad p(t) = -m \omega_0 A \sin(\omega_0 t + \Phi),
\end{equation*}
die Phasenraumtrajektorien bilden also Ellipsen mit Zentrum $q=0, p=0$ und Halbachsen $A$ und $m \omega A$.
-Abbildung \ref{kra:fig:phasenraum} zeigt Phasenraumtrajektorien mit den Energien $E_{x \in \{A, B, C, D\}}$ und verschiedenen Werten von $\omega$.
+Abbildung~\ref{kra:fig:phasenraum} zeigt Phasenraumtrajektorien mit den Energien $E_{x \in \{A, B, C, D\}}$ und verschiedenen Werten von $\omega$.
\begin{figure}
+ \centering
\input{papers/kra/images/phase_space.tex}
\caption{Phasenraumdarstellung des einfachen Feder-Masse-Systems.}
\label{kra:fig:phasenraum}
\end{figure}
\subsubsection{Erweitertes Feder-Masse-System}
-Wir intressieren uns nun dafür wie der Phasenwinkel $U = PQ^{-1}$ von der Zeit abhängt,
+Wir interessieren uns nun dafür, wie der Phasenwinkel $U = PQ^{-1}$ von der Zeit abhängt,
wir suchen also die Grösse $\Theta = \dt U$.
-Ersetzten wir in der Gleichung \ref{kra:hamilton:multispringmass} die Matrix $G$ mit $\tilde{G}$ so erhalten wir
+Ersetzten wir in der Gleichung \eqref{kra:equation:hamilton-multispringmass} die Matrix $G$ mit $\tilde{G}$ so erhalten wir
\begin{equation}
\dt
\begin{pmatrix}
@@ -189,27 +202,30 @@ Ersetzten wir in der Gleichung \ref{kra:hamilton:multispringmass} die Matrix $G$
A & B \\
C & D
\end{pmatrix}
- }_{\tilde{G}}
+ }_{\displaystyle{\tilde{G}}}
\begin{pmatrix}
Q \\
P
- \end{pmatrix}
+ \end{pmatrix}.
\end{equation}
-Mit einsetzten folgt
+Ausgeschrieben folgt
\begin{align*}
\dot{Q} = AQ + BP \\
\dot{P} = CQ + DP
\end{align*}
\begin{equation}
+ \label{kra:equation:feder-masse-riccati-matrix}
\begin{split}
\dt U &= \dot{P} Q^{-1} + P \dt Q^{-1} \\
&= (CQ + DP) Q^{-1} - P (Q^{-1} \dot{Q} Q^{-1}) \\
- &= C\underbrace{QQ^{-1}}_\text{I} + D\underbrace{PQ^{-1}}_\text{U} - P(Q^{-1} (AQ + BP) Q^{-1}) \\
- &= C + DU - \underbrace{PQ^{-1}}_\text{U}(A\underbrace{QQ^{-1}}_\text{I} + B\underbrace{PQ^{-1}}_\text{U}) \\
+ &= C\underbrace{QQ^{-1}}_\text{$I$} + D\underbrace{PQ^{-1}}_\text{$U$} - P(Q^{-1} (AQ + BP) Q^{-1}) \\
+ &= C + DU - \underbrace{PQ^{-1}}_\text{$U$}(A\underbrace{QQ^{-1}}_\text{$I$} + B\underbrace{PQ^{-1}}_\text{$U$}) \\
&= C + DU - UA - UBU
\end{split}
\end{equation}
-was uns auf die Matrix-Riccati Gleichung \ref{kra:equation:matrixriccati} führt.
+was uns direkt auf die Matrix-Riccati Gleichung \eqref{kra:equation:matrixriccati} führt.
+Wir sehen das sich die Dimension der DGL reduziert, dabei aber gleichzeitig der Grad erhöht.
-% @TODO Einfluss auf anfangsbedingungen, plots?
-% @TODO Fazit ?
+\subsection{Fazit}
+Wir haben gezeigt wie wir ein Federmassesystem mit Hilfe der Hamilton-Funktion Beschreiben und im Phasenraum untersuchen können.
+Ausserdem haben wir gesehen, dass sich bei der Entstehung der Riccati-Gleichung \eqref{kra:equation:feder-masse-riccati-matrix} die Dimension auf Kosten des Grades reduziert wird. \ No newline at end of file
diff --git a/buch/papers/kra/einleitung.tex b/buch/papers/kra/einleitung.tex
index cde2e66..0503742 100644
--- a/buch/papers/kra/einleitung.tex
+++ b/buch/papers/kra/einleitung.tex
@@ -11,4 +11,4 @@ Als Riccati Gleichung werden auch Matrixgleichungen der Form
\label{kra:equation:matrixriccati}
\dot{X}(t) = C + DX(t) - X(t)A -X(t)BX(t)
\end{equation}
-bezeichnet, welche aufgrund ihres quadratischen Terms eine gewisse Ähnlichkeit aufweisen \cite{kra:ethz} \cite{kra:riccati}.
+bezeichnet, welche aufgrund ihres quadratischen Terms eine gewisse Ähnlichkeit aufweisen \cite{kra:riccati} \cite{kra:ethz}.
diff --git a/buch/papers/kra/images/multi_mass_spring.tex b/buch/papers/kra/images/multi_mass_spring.tex
index f255cc8..f31db4c 100644
--- a/buch/papers/kra/images/multi_mass_spring.tex
+++ b/buch/papers/kra/images/multi_mass_spring.tex
@@ -5,7 +5,7 @@
\tikzstyle{mass}=[line width=0.6,red!30!black,fill=red!40!black!10,rounded corners=1,top color=red!40!black!20,bottom color=red!40!black!10,shading angle=20]
\tikzstyle{spring}=[line width=0.8,blue!7!black!80,snake=coil,segment amplitude=5,line cap=round]
-\begin{tikzpicture}[scale=2]
+\begin{tikzpicture}[scale=2, >=latex]
\newcommand{\ticks}[3]
{
% x, y coordinates
diff --git a/buch/papers/kra/images/phase_space.tex b/buch/papers/kra/images/phase_space.tex
index cd51ea4..be445ca 100644
--- a/buch/papers/kra/images/phase_space.tex
+++ b/buch/papers/kra/images/phase_space.tex
@@ -8,7 +8,7 @@
}
}
-\begin{tikzpicture}[scale=0.6]
+\begin{tikzpicture}[scale=0.6, >=latex]
% p(t=0) = 0, q(t=0) = A, max(p) = mwA
\tikzmath{
\axh = 5.2;
diff --git a/buch/papers/kra/loesung.tex b/buch/papers/kra/loesung.tex
index 4e0da1c..18ac853 100644
--- a/buch/papers/kra/loesung.tex
+++ b/buch/papers/kra/loesung.tex
@@ -7,47 +7,75 @@ Es gibt aber Spezialfälle, in denen sich die Gleichung vereinfachen lässt und
Diese wollen wir im folgenden Abschnitt genauer anschauen.
\subsubsection{Fall 1: Konstante Koeffizienten}
-Sind die Koeffizienten $f(x), g(x), h(x)$ Konstanten, so lässt sich die DGL separieren und reduziert sich auf die Lösung des Integrals \ref{kra:equation:case1_int}.
+Im Fall von konstanten Koeffizienten $f(x), g(x), h(x)$, wird die Gleichung \eqref{kra:equation:riccati} zu
\begin{equation}
- y' = fy^2 + gy + h
+ y' = fy^2 + gy + h.
\end{equation}
+Durch Ausschreiben des Differentialquotienten
\begin{equation}
\frac{dy}{dx} = fy^2 + gy + h
\end{equation}
+erkennt man, dass die DGL separierbar ist. Die Lösung findet man nun durch die Berechnung des Integrals
\begin{equation} \label{kra:equation:case1_int}
- \int \frac{dy}{fy^2 + gy + h} = \int dx
+ \int \frac{dy}{fy^2 + gy + h} = \int dx.
\end{equation}
\subsubsection{Fall 2: Bekannte spezielle Lösung}
-Kennt man eine spezielle Lösung $y_p$ so kann die riccatische DGL mit Hilfe einer Substitution auf eine lineare Gleichung reduziert werden.
+Kennt man eine spezielle Lösung $y_p$, so kann die riccatische DGL mit Hilfe einer Substitution auf eine lineare Gleichung reduziert werden.
Wir wählen als Substitution
\begin{equation} \label{kra:equation:substitution}
- z = \frac{1}{y - y_p}
+ z = \frac{1}{y - y_p},
\end{equation}
-durch Umstellen von \ref{kra:equation:substitution} folgt
+durch Umstellen von \eqref{kra:equation:substitution} folgt
\begin{equation}
y = y_p + \frac{1}{z^2} \label{kra:equation:backsubstitution}
\end{equation}
\begin{equation}
- y' = y_p' - \frac{1}{z^2}z'
+ y' = y_p' - \frac{1}{z^2}z',
\end{equation}
-mit Einsetzten in die DGL \ref{kra:equation:riccati} folgt
+mit Einsetzten in die DGL \eqref{kra:equation:riccati} resultiert
\begin{equation}
y_p' - \frac{1}{z^2}z' = f(x)(y_p + \frac{1}{z}) + g(x)(y_p + \frac{1}{z})^2 + h(x)
\end{equation}
\begin{equation}
- -z^{2}y_p' + z' = -z^2\underbrace{(y_{p}f(x) + g(x)y_p^2 + h(x))}_{y_p'} - z(f(x) + 2y_{p}g(x)) - g(x)
+ -z^{2}y_p' + z' = -z^2\underbrace{(y_{p}f(x) + g(x)y_p^2 + h(x))}_{\displaystyle{y_p'}} - z(f(x) + 2y_{p}g(x)) - g(x)
\end{equation}
-was uns direkt auf eine lineare Differentialgleichung 1.Ordnung führt.
+was uns direkt auf die lineare Differentialgleichung 1. Ordnung
\begin{equation}
z' = -z(f(x) + 2y_{p}g(x)) - g(x)
\end{equation}
-Diese kann nun mit den Methoden zur Lösung von linearen Differentialgleichungen 1.Ordnung gelöst werden.
-Durch die Rücksubstitution \ref{kra:equation:backsubstitution} erhält man dann die Lösung von \ref{kra:equation:riccati}.
+führt.
+Diese kann nun mit den Methoden zur Lösung von linearen Differentialgleichungen 1. Ordnung gelöst werden.
+Durch die Rücksubstitution \eqref{kra:equation:backsubstitution} erhält man dann die Lösung von \eqref{kra:equation:riccati}.
-\subsection{Matrix-Riccati Differentialgleichung} \label{kra:loesung:riccati}
-% Lösung matrix riccati
-Die Lösung der Matrix-Riccati Gleichung \ref{kra:equation:matrixriccati} erhalten wir nach \cite{kra:kalmanisae} folgendermassen
+\subsection{Matrix-Riccati-Differentialgleichung} \label{kra:loesung:riccati}
+Im Folgenden wollen wir uns anschauen wie die Matrix-Riccati-DGL entsteht und wie sie gelöst werden kann.
+Der Ausgangspunkt bildet die Matrix-Differentialgleichung
+\begin{equation}
+ \label{kra:equation:matrix-dgl}
+ \begin{pmatrix}
+ \dot{X}(t) \\
+ \dot{Y}(t)
+ \end{pmatrix}
+ =
+ \underbrace{
+ \begin{pmatrix}
+ A & B \\
+ C & D
+ \end{pmatrix}
+ }_{\displaystyle{H}},
+\end{equation}
+mit den allgemeinen quadratischen Matrizen $A, B, C$ und $D$ welche zusammen die sogennante Hamilonsche-Matrix bilden.
+Betrachten wir das Verhältniss von $Y$ zu $X$
+\[
+ P(t) = Y(t)X^{-1}
+\]
+und deren Ableitung $\dot{P}(t)$, so erhalten wir die Riccati-Matrix-DGL
+\[
+ \dot{P}(t) = C + DU - UA - UBU.
+\]
+
+Die Lösung erhalten wir dann mit
\begin{equation}
\label{kra:matrixriccati-solution}
\begin{pmatrix}
@@ -58,7 +86,7 @@ Die Lösung der Matrix-Riccati Gleichung \ref{kra:equation:matrixriccati} erhalt
\Phi(t_0, t)
\begin{pmatrix}
I(t) \\
- U_0(t)
+ P_0(t)
\end{pmatrix}
=
\begin{pmatrix}
@@ -67,11 +95,11 @@ Die Lösung der Matrix-Riccati Gleichung \ref{kra:equation:matrixriccati} erhalt
\end{pmatrix}
\begin{pmatrix}
I(t) \\
- U_0(t)
+ P_0(t)
\end{pmatrix}
\end{equation}
\begin{equation}
- U(t) =
+ P(t) =
\begin{pmatrix}
\Phi_{21}(t_0, t) + \Phi_{22}(t_0, t)
\end{pmatrix}
@@ -80,7 +108,4 @@ Die Lösung der Matrix-Riccati Gleichung \ref{kra:equation:matrixriccati} erhalt
\end{pmatrix}
^{-1}
\end{equation}
-wobei $\Phi(t, t_0)$ die sogenannte Zustandsübergangsmatrix ist.
-\begin{equation}
- \Phi(t_0, t) = e^{H(t - t_0)}
-\end{equation}
+wobei $\Phi(t_0, t) = e^{H(t - t_0)}$ die sogenannte Zustandsübergangsmatrix von \eqref{kra:equation:matrix-dgl} ist \cite{kra:kalmanisae}.
diff --git a/buch/papers/parzyl/teil0.tex b/buch/papers/parzyl/teil0.tex
index 3bf9257..eb1a152 100644
--- a/buch/papers/parzyl/teil0.tex
+++ b/buch/papers/parzyl/teil0.tex
@@ -30,12 +30,11 @@ mit Hilfe von Separation
\begin{equation}
u(\textbf{r},t) = A(\textbf{r})T(t)
\end{equation}
-in zwei Differentialgleichungen aufgeteilt wird. Die Helmholtz-Gleichung ist der Teil,
-welcher zeitunabhängig ist
+in zwei Differentialgleichungen aufgeteilt wird. Die Helmholtz-Gleichung ist der Teil
\begin{equation}
- \nabla^2 A(\textbf{r}) = \lambda A(\textbf{r}).
+ \nabla^2 A(\textbf{r}) = \lambda A(\textbf{r}),
\end{equation}
-
+welcher zeitunabhängig ist.
%\subsection{Laplace Gleichung}
%Die partielle Differentialgleichung
%\begin{equation}
@@ -71,7 +70,7 @@ welcher zeitunabhängig ist
\label{parzyl:subsection:finibus}}
Das parabolischen Zylinderkoordinatensystem \cite{parzyl:coordinates} ist ein krummliniges Koordinatensystem,
bei dem parabolische Zylinder die Koordinatenflächen bilden.
-Die Koordinate $(\sigma, \tau, z)$ sind in kartesischen Koordinaten ausgedrückt mit
+Die Koordinate $(\sigma, \tau, z)$ sind in kartesischen Koordinaten ausgedrückt durch
\begin{align}
x & = \frac{1}{2}\left(\tau^2 - \sigma^2\right) \\
\label{parzyl:coordRelationsa}
@@ -103,8 +102,8 @@ Die Flächen mit $\tau = 0$ oder $\sigma = 0$ stellen somit Halbebenen entlang d
Um in diesem Koordinatensystem integrieren und differenzieren zu
können braucht es die Skalierungsfaktoren $h_{\tau}$, $h_{\sigma}$ und $h_{z}$ \cite{parzyl:scalefac}.
-Eine infinitessimal kleine Distanz $ds$ zwischen zwei Punkten
-kann im kartesischen Koordinatensystem mit
+Eine infinitesimal kleine Distanz $ds$ zwischen zwei Punkten
+kann im kartesischen Koordinatensystem als
\begin{equation}
\left(ds\right)^2 = \left(dx\right)^2 + \left(dy\right)^2 +
\left(dz\right)^2
@@ -188,7 +187,7 @@ gelöst wird.
% +
% \frac{\partial^2}{\partial z^2}.
%\end{equation}
-Mit dem Laplace Operator aus \eqref{parzyl:eq:laplaceInParZylCor} lautet die Helmholtz Gleichung
+Mit dem Laplace Operator aus \eqref{parzyl:eq:laplaceInParZylCor} lautet die Helmholtz-Gleichung
\begin{equation}
\Delta f(\sigma, \tau, z)
=
@@ -245,8 +244,9 @@ und
=
0
\end{equation}
-führt.
-
+führt. $\lambda$ und $\mu$ sind dabei die Separationskonstanten.
+\eqref{parzyl:sep_dgl_1} und \eqref{parzyl:sep_dgl_2} sind auch
+als Webersche Differentialgleichungen bekannt.
diff --git a/buch/papers/parzyl/teil1.tex b/buch/papers/parzyl/teil1.tex
index 0e1ad1b..e6a55b2 100644
--- a/buch/papers/parzyl/teil1.tex
+++ b/buch/papers/parzyl/teil1.tex
@@ -6,7 +6,7 @@
\section{Lösung
\label{parzyl:section:teil1}}
\rhead{Lösung}
-
+\subsection{Lösung harmonischer Oszillator}
\eqref{parzyl:sep_dgl_3} beschriebt einen ungedämpften harmonischen Oszillator.
Die Lösung ist somit
\begin{equation}
@@ -22,43 +22,83 @@ Die Lösung ist somit
\sqrt{\lambda + \mu}
\right )}.
\end{equation}
+\subsection{Lösung der Weberschen Differentialgleichung}
Die Differentialgleichungen \eqref{parzyl:sep_dgl_1} und \eqref{parzyl:sep_dgl_2} werden in \cite{parzyl:whittaker}
mit Hilfe der Whittaker Gleichung gelöst.
+\begin{satz}
+ Die Funktionen
+ \begin{equation}
+ M_{k,m}(x) =
+ e^{-x/2} x^{m+1/2} \,
+ {}_{1} F_{1}
+ (
+ {\textstyle \frac{1}{2}}
+ + m - k, 1 + 2m; x) \qquad x \in \mathbb{C}
+ \label{parzyl:eq:sol_diffEq_1}
+ \end{equation}
+ und damit auch die Linearkombinationen
+ \begin{equation}
+ W_{k,m}(x) = \frac{
+ \Gamma \left( -2m\right)
+ }{
+ \Gamma \left( {\textstyle \frac{1}{2}} - m - k\right)
+ }
+ M_{-k, m} \left(x\right)
+ +
+ \frac{
+ \Gamma \left( 2m\right)
+ }{
+ \Gamma \left( {\textstyle \frac{1}{2}} + m - k\right)
+ }
+ M_{k, -m} \left(x\right)
+ \label{parzyl:eq:sol_diffEq_2}
+ \end{equation}
+ sind Lösungen der Differentialgleichung
+ \begin{equation}
+ \frac{d^2W}{d x^2} +
+ \biggl( -\frac{1}{4} + \frac{k}{x} + \frac{\frac{1}{4} - m^2}{x^2} \biggr) W = 0.
+ \label{parzyl:eq:whitDiffEq}
+ \end{equation}
+
+\end{satz}
\begin{definition}
- Die Funktionen
- \begin{equation*}
- M_{k,m}(x) =
- e^{-x/2} x^{m+1/2} \,
- {}_{1} F_{1}
- (
- {\textstyle \frac{1}{2}}
- + m - k, 1 + 2m; x) \qquad x \in \mathbb{C}
- \end{equation*}
- und
- \begin{equation*}
- W_{k,m}(x) = \frac{
- \Gamma \left( -2m\right)
- }{
- \Gamma \left( {\textstyle \frac{1}{2}} - m - k\right)
- }
- M_{-k, m} \left(x\right)
- +
- \frac{
- \Gamma \left( 2m\right)
- }{
- \Gamma \left( {\textstyle \frac{1}{2}} + m - k\right)
- }
- M_{k, -m} \left(x\right)
- \end{equation*}
- gehören zu den Whittaker Funktionen und sind Lösungen
- der Whittaker Differentialgleichung
- \begin{equation}
- \frac{d^2W}{d x^2} +
- \biggl( -\frac{1}{4} + \frac{k}{x} + \frac{\frac{1}{4} - m^2}{x^2} \biggr) W = 0.
- \label{parzyl:eq:whitDiffEq}
- \end{equation}
-
+ Die Differentialgleichung \ref{parzyl:eq:whitDiffEq} heisst Whittaker-Differentialgleichung. Die Funktionen \ref{parzyl:eq:sol_diffEq_1} und \ref{parzyl:eq:sol_diffEq_2} sind Teil der Familie der Whittaker-Funktionen.
\end{definition}
+%\begin{definition}
+% Die Funktionen
+% \begin{equation*}
+% M_{k,m}(x) =
+% e^{-x/2} x^{m+1/2} \,
+% {}_{1} F_{1}
+% (
+% {\textstyle \frac{1}{2}}
+% + m - k, 1 + 2m; x) \qquad x \in \mathbb{C}
+% \end{equation*}
+% und
+% \begin{equation*}
+% W_{k,m}(x) = \frac{
+% \Gamma \left( -2m\right)
+% }{
+% \Gamma \left( {\textstyle \frac{1}{2}} - m - k\right)
+% }
+% M_{-k, m} \left(x\right)
+% +
+% \frac{
+% \Gamma \left( 2m\right)
+% }{
+% \Gamma \left( {\textstyle \frac{1}{2}} + m - k\right)
+% }
+% M_{k, -m} \left(x\right)
+% \end{equation*}
+% gehören zu den Whittaker Funktionen und sind Lösungen
+% der Whittaker Differentialgleichung
+% \begin{equation}
+% \frac{d^2W}{d x^2} +
+% \biggl( -\frac{1}{4} + \frac{k}{x} + \frac{\frac{1}{4} - m^2}{x^2} \biggr) W = 0.
+% \label{parzyl:eq:whitDiffEq}
+% \end{equation}
+%
+%\end{definition}
Es wird nun die Differentialgleichung bestimmt, welche
\begin{equation}
w = x^{-1/2} W_{k,-1/4} \left({\textstyle \frac{1}{2}} x^2\right)
@@ -123,6 +163,8 @@ Mit $M_{k,m}(x)$ geschrieben resultiert
}
M_{\frac{1}{2} n + \frac{1}{4}, \frac{1}{4}} \left(\frac{1}{2}x^2\right).
\end{equation}
+
+
In \cite{parzyl:abramowitz-stegun} sind zwei Lösungen $U(a, x)$ und $V(a,x)$
\begin{align}
U(a,x) &=
@@ -161,7 +203,7 @@ der Differentialgleichung
\begin{equation}
\frac{d^2 y}{d x^2} - \left(\frac{1}{4} x^2 + a\right) y = 0
\end{equation}
-beschrieben. Die Lösungen $U(a,z)$ und $V(a, z)$ können auch mit $D_n(z)$
+beschrieben. Die Lösungen $U(a,z)$ und $V(a, z)$ können auch durch $D_n(z)$
ausgedrückt werden
\begin{align}
U(a,x) &= D_{-a-1/2}(x) \\
diff --git a/buch/papers/parzyl/teil2.tex b/buch/papers/parzyl/teil2.tex
index 0cf4283..1b63c8e 100644
--- a/buch/papers/parzyl/teil2.tex
+++ b/buch/papers/parzyl/teil2.tex
@@ -3,134 +3,105 @@
%
% (c) 2020 Prof Dr Andreas Müller, Hochschule Rapperswil
%
-\section{Anwendung in der Physik
-\label{parzyl:section:teil2}}
-\rhead{Anwendung in der Physik}
+\section{Eigenschaften
+ \label{parzyl:section:Eigenschaften}}
+\rhead{Eigenschaften}
-Die parabolischen Zylinderkoordinaten tauchen auf, wenn man das elektrische Feld einer semi-infiniten Platte, wie in Abbildung \ref{parzyl:fig:leiterplatte} gezeigt, finden will.
-\begin{figure}
- \centering
- \begin{minipage}{.7\textwidth}
- \centering
- \includegraphics[width=\textwidth]{papers/parzyl/images/halfplane.pdf}
- \caption{Semi-infinite Leiterplatte}
- \label{parzyl:fig:leiterplatte}
- \end{minipage}%
- \begin{minipage}{.25\textwidth}
- \centering
- \includegraphics[width=\textwidth]{papers/parzyl/img/Plane_2D.png}
- \caption{Semi-infinite Leiterplatte dargestellt in 2D}
- \label{parzyl:fig:leiterplatte_2d}
- \end{minipage}
-\end{figure}
-Die Äquipotentiallinien sind dabei in rot ,die des elektrischen Feldes in grün und semi-infinite Platte ist in blau dargestellt.
-Das dies so ist kann im Zweidimensionalen mit Hilfe von komplexen Funktionen gezeigt werden. Die Platte ist dann nur eine Halbgerade, was man in Abbildung \ref{parzyl:fig:leiterplatte_2d} sieht.
-
-
-Jede komplexe Funktion $F(z)$ kann geschrieben werden als
-\begin{equation}
- F(s) = U(x,y) + iV(x,y) \quad s = x + iy \qquad s \in \mathbb{C}; x,y \in \mathbb{R}.
-\end{equation}
-Dabei müssen, falls die Funktion differenzierbar ist, die Cauchy-Riemann Differentialgleichungen
-\begin{equation}
- \frac{\partial U(x,y)}{\partial x}
- =
- \frac{\partial V(x,y)}{\partial y}
- \qquad
- \frac{\partial V(x,y)}{\partial x}
- =
- -\frac{\partial U(x,y)}{\partial y}
-\end{equation}
-gelten.
-Aus dieser Bedingung folgt
-\begin{equation}
- \label{parzyl_e_feld_zweite_ab}
- \underbrace{
- \frac{\partial^2 U(x,y)}{\partial x^2}
- +
- \frac{\partial^2 U(x,y)}{\partial y^2}
- =
- 0
- }_{\displaystyle{\nabla^2U(x,y)=0}}
- \qquad
- \underbrace{
- \frac{\partial^2 V(x,y)}{\partial x^2}
- +
- \frac{\partial^2 V(x,y)}{\partial y^2}
- =
- 0
- }_{\displaystyle{\nabla^2V(x,y) = 0}}.
-\end{equation}
-Zusätzlich kann auch gezeigt werden, dass die Funktion $F(z)$ eine winkeltreue Abbildung ist.
-
-
-Der Zusammenhang zum elektrischen Feld ist jetzt, dass das Potential an einem quellenfreien Punkt gegeben ist als
-\begin{equation}
- \nabla^2\phi(x,y) = 0.
-\end{equation}
-Dies ist eine Bedingung, welche differenzierbare Funktionen, wie in Gleichung \eqref{parzyl_e_feld_zweite_ab} gezeigt wird, bereits besitzen.
-
-
-Nun kann zum Beispiel $U(x,y)$ als das Potential angeschaut werden
-\begin{equation}
- \phi(x,y) = U(x,y).
-\end{equation}
-Orthogonal zu den Äquipotenzialfläche sind die Feldlinien des elektrische Feld
-\begin{equation}
- E(x,y) = V(x,y).
-\end{equation}
-
-
-Um nun zu den parabolische Zylinderkoordinaten zu gelangen muss nur noch eine geeignete
-komplexe Funktion $F(s)$ gefunden werden,
-welche eine semi-infinite Platte beschreiben kann.
-
-
-Die gesuchte Funktion in diesem Fall ist
-\begin{equation}
- F(s)
- =
- \sqrt{s}
+\subsection{Potenzreihenentwicklung
+ \label{parzyl:potenz}}
+%Die parabolischen Zylinderfunktionen, welche in Gleichung \ref{parzyl:eq:solution_dgl} gegeben sind,
+%können auch als Potenzreihen geschrieben werden
+Die parabolischen Zylinderfunktionen können auch als Potenzreihen geschrieben werden.
+Parabolische Zylinderfunktionen sind Linearkombinationen
+$A(\alpha)w_1(\alpha, x) + B(\alpha)w_2(\alpha, x)$ aus einem geraden Teil $w_1(\alpha, x)$
+und einem ungeraden Teil $w_2(\alpha, x)$, welche als Potenzreihen
+\begin{align}
+ w_1(\alpha,x)
+ &=
+ e^{-x^2/4} \,
+ {}_{1} F_{1}
+ (
+ \alpha, {\textstyle \frac{1}{2}} ; {\textstyle \frac{1}{2}}x^2)
=
- \sqrt{x + iy}.
-\end{equation}
-Dies kann umgeformt werden zu
-\begin{equation}
- F(s)
+ e^{-\frac{x^2}{4}}
+ \sum^{\infty}_{n=0}
+ \frac{\left ( \alpha \right )_{n}}{\left ( \frac{1}{2}\right )_{n}}
+ \frac{\left ( \frac{1}{2} x^2\right )^n}{n!} \\
+ &=
+ e^{-\frac{x^2}{4}}
+ \left (
+ 1
+ +
+ \left ( 2\alpha \right )\frac{x^2}{2!}
+ +
+ \left ( 2\alpha \right )\left ( 2 + 2\alpha \right )\frac{x^4}{4!}
+ +
+ \dots
+ \right )
+\end{align}
+und
+\begin{align}
+ w_2(\alpha,x)
+ &=
+ xe^{-x^2/4} \,
+ {}_{1} F_{1}
+ (
+ {\textstyle \frac{1}{2}}
+ + \alpha, {\textstyle \frac{3}{2}} ; {\textstyle \frac{1}{2}}x^2)
=
- \underbrace{\sqrt{\frac{\sqrt{x^2+y^2} + x}{2}}}_{U(x,y)}
- +
- i\underbrace{\sqrt{\frac{\sqrt{x^2+y^2} - x}{2}}}_{V(x,y)}
- .
-\end{equation}
+ xe^{-\frac{x^2}{4}}
+ \sum^{\infty}_{n=0}
+ \frac{\left ( \frac{1}{2} + \alpha \right )_{n}}{\left ( \frac{3}{2}\right )_{n}}
+ \frac{\left ( \frac{1}{2} x^2\right )^n}{n!} \\
+ &=
+ e^{-\frac{x^2}{4}}
+ \left (
+ x
+ +
+ \left ( 1 + 2\alpha \right )\frac{x^3}{3!}
+ +
+ \left ( 1 + 2\alpha \right )\left ( 3 + 2\alpha \right )\frac{x^5}{5!}
+ +
+ \dots
+ \right )
+\end{align}
+sind.
-Die Äquipotentialflächen können nun betrachtet werden,
-indem man die Funktion, welche das Potential beschreibt, gleich eine Konstante setzt,
+Die Potenzreihen sind in der Regel unendliche Reihen.
+Es gibt allerdings die Möglichkeit, dass für bestimmte $\alpha$ die Terme in der Klammer gleich null werden
+und die Reihe somit eine endliche Anzahl $n$ Summanden hat.
+Dies geschieht bei $w_1(\alpha,x)$, falls
\begin{equation}
+ \alpha = -n \qquad n \in \mathbb{N}_0
% \sigma = U(x,y) = \sqrt{\frac{\sqrt{x^2+y^2} + x}{2}}.
c_1 = U(x,y) = \sqrt{\frac{\sqrt{x^2+y^2} + x}{2}}.
\end{equation}
-Die Flächen mit der gleichen elektrischen Feldstärke können als
+und bei $w_2(\alpha,x)$ falls
\begin{equation}
-% \tau = V(x,y) = \sqrt{\frac{\sqrt{x^2+y^2} - x}{2}}
- c_2 = V(x,y) = \sqrt{\frac{\sqrt{x^2+y^2} - x}{2}}
+ \alpha = -\frac{1}{2} - n \qquad n \in \mathbb{N}_0.
\end{equation}
-beschrieben werden. Diese zwei Gleichungen zeigen nun, wie man vom
-kartesischen Koordinatensystem ins parabolische Zylinderkoordinatensystem kommt.
-%Werden diese Formeln nun nach $x$ und $y$ aufgelöst
-%\begin{equation}
-% x = \sigma \tau,
-%\end{equation}
+Der Wert von $\alpha$ ist abhängig, ob man $D_n(x)$, $U(a,x)$ oder $V(a,x)$ verwendet.
+Bei $D_n(x)$ gilt $\alpha = -{\textstyle \frac{1}{2}} n$ und bei $U(a,z)$ oder $V(a,x)$ gilt
+$\alpha = {\textstyle \frac{1}{2}} a + {\textstyle \frac{1}{4}}$.
+\subsection{Ableitung}
+Die Ableitungen $\frac{\partial w_1(\alpha, x)}{\partial x}$ und $\frac{\partial w_2(\alpha, x)}{\partial x}$
+können mit den Eigenschaften der hypergeometrischen Funktionen in Abschnitt
+\ref{buch:rekursion:hypergeometrisch:stammableitung} berechnet werden.
+Zusammen mit der Produktregel ergeben sich die Ableitungen
+\begin{equation}
+ \frac{\partial w_1(\alpha,x)}{\partial x} = 2\alpha w_2(\alpha + \frac{1}{2}, x) - \frac{1}{2} x w_1(\alpha, x),
+\end{equation}
+und
%\begin{equation}
-% y = \frac{1}{2}\left ( \tau^2 - \sigma^2 \right ),
+% \frac{\partial w_2(z,k)}{\partial z} = w_1(z, k -\frac{1}{2}) - \frac{1}{2} z w_2(z,k).
%\end{equation}
-%so beschreibe sie, wie man aus dem parabolischen Zylinderkoordinatensystem zurück ins kartesische rechnen kann.
-Werden diese Formeln nun nach $x$ und $y$ aufgelöst
-\begin{align}
- x &= c_1^2 - c_2^2 ,\\
- y &= 2c_1 c_2,
-\end{align}
-so beschreiben sie mit $\tau = c_1 \sqrt{2}$ und $\sigma = c_2 \sqrt{2}$ die Beziehung
-zwischen dem parabolischen Zylinderkoordinatensystem und dem kartesischen Koordinatensystem.
-
+\begin{equation}
+ \frac{\partial w_2(\alpha,x)}{\partial x} = e^{-x^2/4} \left(
+ x^{-1} w_2(\alpha, x) - \frac{x}{2} w_2(\alpha, x) + 2 x^2 \left(\frac{\alpha + 1}{3}\right)
+ {}_{1} F_{1} (
+ {\textstyle \frac{3}{2}}
+ + \alpha, {\textstyle \frac{5}{2}} ; {\textstyle \frac{1}{2}}x^2)
+ \right)
+\end{equation}
+Nach dem selben Vorgehen können weitere Ableitungen berechnet werden.
diff --git a/buch/papers/parzyl/teil3.tex b/buch/papers/parzyl/teil3.tex
index 1b59ed9..12c28fe 100644
--- a/buch/papers/parzyl/teil3.tex
+++ b/buch/papers/parzyl/teil3.tex
@@ -3,102 +3,152 @@
%
% (c) 2020 Prof Dr Andreas Müller, Hochschule Rapperswil
%
-\section{Eigenschaften
-\label{parzyl:section:Eigenschaften}}
-\rhead{Eigenschaften}
-\subsection{Potenzreihenentwicklung
- \label{parzyl:potenz}}
-%Die parabolischen Zylinderfunktionen, welche in Gleichung \ref{parzyl:eq:solution_dgl} gegeben sind,
-%können auch als Potenzreihen geschrieben werden
-Die parabolischen Zylinderfunktionen können auch als Potenzreihen geschrieben werden.
-Parabolische Zylinderfunktionen sind Linearkombinationen
-$A(\alpha)w_1(\alpha, x) + B(\alpha)w_2(\alpha, x)$ aus einem geraden Teil $w_1(\alpha, x)$
-und einem ungeraden Teil $w_2(\alpha, x)$, welche als Potenzreihen
-\begin{align}
- w_1(\alpha,x)
- &=
- e^{-x^2/4} \,
- {}_{1} F_{1}
- (
- \alpha, {\textstyle \frac{1}{2}} ; {\textstyle \frac{1}{2}}x^2)
- =
- e^{-\frac{x^2}{4}}
- \sum^{\infty}_{n=0}
- \frac{\left ( \alpha \right )_{n}}{\left ( \frac{1}{2}\right )_{n}}
- \frac{\left ( \frac{1}{2} x^2\right )^n}{n!} \\
- &=
- e^{-\frac{x^2}{4}}
- \left (
- 1
- +
- \left ( 2\alpha \right )\frac{x^2}{2!}
- +
- \left ( 2\alpha \right )\left ( 2 + 2\alpha \right )\frac{x^4}{4!}
- +
- \dots
- \right )
-\end{align}
-und
-\begin{align}
- w_2(\alpha,x)
- &=
- xe^{-x^2/4} \,
- {}_{1} F_{1}
- (
- {\textstyle \frac{1}{2}}
- + \alpha, {\textstyle \frac{3}{2}} ; {\textstyle \frac{1}{2}}x^2)
- =
- xe^{-\frac{x^2}{4}}
- \sum^{\infty}_{n=0}
- \frac{\left ( \frac{1}{2} + \alpha \right )_{n}}{\left ( \frac{3}{2}\right )_{n}}
- \frac{\left ( \frac{1}{2} x^2\right )^n}{n!} \\
- &=
- e^{-\frac{x^2}{4}}
- \left (
- x
- +
- \left ( 1 + 2\alpha \right )\frac{x^3}{3!}
- +
- \left ( 1 + 2\alpha \right )\left ( 3 + 2\alpha \right )\frac{x^5}{5!}
- +
- \dots
- \right )
-\end{align}
-sind.
-Die Potenzreihen sind in der regel unendliche Reihen.
-Es gibt allerdings die Möglichkeit, dass für bestimmte $\alpha$ die Terme in der Klammer gleich null werden
-und die Reihe somit eine endliche Anzahl $n$ Summanden hat.
-Dies geschieht bei $w_1(\alpha,x)$, falls
+\section{Anwendung in der Physik
+ \label{parzyl:section:teil2}}
+\rhead{Anwendung in der Physik}
+
+Die parabolischen Zylinderkoordinaten tauchen auf, wenn man das elektrische Feld einer semi-infiniten Platte, wie in Abbildung \ref{parzyl:fig:leiterplatte} gezeigt, finden will.
+\begin{figure}
+ \centering
+ \includegraphics[width=0.8\textwidth]{papers/parzyl/images/halfplane.pdf}
+ \caption{Semi-infinite Leiterplatte}
+ \label{parzyl:fig:leiterplatte}
+\end{figure}
+Die Äquipotentiallinien sind dabei in rot ,die des elektrischen Feldes in grün und semi-infinite Platte ist in blau dargestellt.
+Das dies so ist kann im Zweidimensionalen mit Hilfe von komplexen Funktionen gezeigt werden. Die Platte ist dann nur eine Halbgerade, was man in Abbildung \ref{parzyl:fig:leiterplatte_2d} sieht.
+\begin{figure}
+ \centering
+ \includegraphics[width=0.6\textwidth]{papers/parzyl/img/Plane_2D.png}
+ \caption{Semi-infinite Leiterplatte dargestellt in 2D}
+ \label{parzyl:fig:leiterplatte_2d}
+\end{figure}
+
+Jede komplexe Funktion $F(z)$ kann geschrieben werden als
+\begin{equation}
+ F(s) = U(x,y) + iV(x,y) \quad s = x + iy \qquad s \in \mathbb{C}; x,y \in \mathbb{R}.
+\end{equation}
+Dabei müssen, falls die Funktion differenzierbar ist, die Cauchy-Riemann Differentialgleichungen
\begin{equation}
- \alpha = -n \qquad n \in \mathbb{N}_0
+ \frac{\partial U(x,y)}{\partial x}
+ =
+ \frac{\partial V(x,y)}{\partial y}
+ \qquad
+ \frac{\partial V(x,y)}{\partial x}
+ =
+ -\frac{\partial U(x,y)}{\partial y}
\end{equation}
-und bei $w_2(\alpha,x)$ falls
+gelten.
+Aus dieser Bedingung folgt
+\begin{equation}
+ \label{parzyl_e_feld_zweite_ab}
+ \underbrace{
+ \frac{\partial^2 U(x,y)}{\partial x^2}
+ +
+ \frac{\partial^2 U(x,y)}{\partial y^2}
+ =
+ 0
+ }_{\displaystyle{\nabla^2U(x,y)=0}}
+ \qquad
+ \underbrace{
+ \frac{\partial^2 V(x,y)}{\partial x^2}
+ +
+ \frac{\partial^2 V(x,y)}{\partial y^2}
+ =
+ 0
+ }_{\displaystyle{\nabla^2V(x,y) = 0}}.
+\end{equation}
+Zusätzlich kann auch gezeigt werden, dass die Funktion $F(z)$ eine winkeltreue Abbildung ist.
+
+
+Der Zusammenhang zum elektrischen Feld ist jetzt, dass das Potential an einem quellenfreien Punkt gegeben ist als
+\begin{equation}
+ \nabla^2\phi(x,y) = 0.
+\end{equation}
+Dies ist eine Bedingung, welche differenzierbare Funktionen, wie in Gleichung \eqref{parzyl_e_feld_zweite_ab} gezeigt wird, bereits besitzen.
+
+
+Nun kann zum Beispiel $U(x,y)$ als das Potential angeschaut werden:
+\begin{equation}
+ \phi(x,y) = U(x,y).
+\end{equation}
+Orthogonal zu den Äquipotenzialflächen sind die Feldlinien des elektrische Feld
+\begin{equation}
+ E(x,y) = V(x,y).
+\end{equation}
+
+
+Um nun zu den parabolische Zylinderkoordinaten zu gelangen, muss nur noch eine geeignete
+komplexe Funktion $F(s)$ gefunden werden,
+welche eine semi-infinite Platte beschreiben kann.
+
+
+Die gesuchte Funktion in diesem Fall ist
\begin{equation}
- \alpha = -\frac{1}{2} - n \qquad n \in \mathbb{N}_0.
+ F(s)
+ =
+ \sqrt{s}
+ =
+ \sqrt{x + iy}.
\end{equation}
-Der Wert von $\alpha$ ist abhängig, ob man $D_n(x)$, $U(a,x)$ oder $V(a,x)$ verwendet.
-Bei $D_n(x)$ gilt $\alpha = -{\textstyle \frac{1}{2}} n$ und bei $U(a,z)$ oder $V(a,x)$ gilt
-$\alpha = {\textstyle \frac{1}{2}} a + {\textstyle \frac{1}{4}}$.
-\subsection{Ableitung}
-Die Ableitungen $\frac{\partial w_1(\alpha, x)}{\partial x}$ und $\frac{\partial w_2(\alpha, x)}{\partial x}$
-können mit den Eigenschaften der hypergeometrischen Funktionen in Abschnitt
-\ref{buch:rekursion:hypergeometrisch:stammableitung} berechnet werden.
-Zusammen mit der Produktregel ergeben sich die Ableitungen
+Dies kann umgeformt werden zu
\begin{equation}
- \frac{\partial w_1(\alpha,x)}{\partial x} = 2\alpha w_2(\alpha + \frac{1}{2}, x) - \frac{1}{2} x w_1(\alpha, x),
-\end{equation}
-und
+ F(s)
+ =
+ \underbrace{\sqrt{\frac{\sqrt{x^2+y^2} + x}{2}}}_{U(x,y)}
+ +
+ i\underbrace{\sqrt{\frac{\sqrt{x^2+y^2} - x}{2}}}_{V(x,y)}
+ .
+\end{equation}
+
+
+%Die Äquipotentialflächen können nun betrachtet werden,
+%indem man die Funktion, welche das Potential beschreibt, gleich eine Konstante setzt,
+%\begin{equation}
+% \sigma = U(x,y) = \sqrt{\frac{\sqrt{x^2+y^2} + x}{2}}.
+%\end{equation}
+%Die Flächen mit der gleichen elektrischen Feldstärke können als
%\begin{equation}
-% \frac{\partial w_2(z,k)}{\partial z} = w_1(z, k -\frac{1}{2}) - \frac{1}{2} z w_2(z,k).
+% \tau = V(x,y) = \sqrt{\frac{\sqrt{x^2+y^2} - x}{2}}
%\end{equation}
+%beschrieben werden. Diese zwei Gleichungen zeigen nun, wie man vom
+%kartesischen Koordinatensystem ins parabolische Zylinderkoordinatensystem kommt.
+
+Die Äquipotentialflächen können nun betrachtet werden,
+indem man die Funktion, welche das Potential beschreibt, gleich eine Konstante setzt,
\begin{equation}
- \frac{\partial w_2(\alpha,x)}{\partial x} = e^{-x^2/4} \left(
- x^{-1} w_2(\alpha, x) - \frac{x}{2} w_2(\alpha, x) + 2 x^2 \left(\frac{\alpha + 1}{3}\right)
- {}_{1} F_{1} (
- {\textstyle \frac{3}{2}}
- + \alpha, {\textstyle \frac{5}{2}} ; {\textstyle \frac{1}{2}}x^2)
- \right)
+% \sigma = U(x,y) = \sqrt{\frac{\sqrt{x^2+y^2} + x}{2}}.
+ c_1 = U(x,y) = \sqrt{\frac{\sqrt{x^2+y^2} + x}{2}}.
\end{equation}
-Nach dem selben Vorgehen können weitere Ableitungen berechnet werden.
+Die Flächen mit der gleichen elektrischen Feldstärke können als
+\begin{equation}
+% \tau = V(x,y) = \sqrt{\frac{\sqrt{x^2+y^2} - x}{2}}
+ c_2 = V(x,y) = \sqrt{\frac{\sqrt{x^2+y^2} - x}{2}}
+\end{equation}
+beschrieben werden. Diese zwei Gleichungen zeigen nun, wie man vom
+kartesischen Koordinatensystem ins parabolische Zylinderkoordinatensystem kommt.
+%Werden diese Formeln nun nach $x$ und $y$ aufgelöst
+%\begin{equation}
+% x = \sigma \tau,
+%\end{equation}
+%\begin{equation}
+% y = \frac{1}{2}\left ( \tau^2 - \sigma^2 \right ),
+%\end{equation}
+%so beschreibe sie, wie man aus dem parabolischen Zylinderkoordinatensystem zurück ins kartesische rechnen kann.
+Werden diese Formeln nun nach $x$ und $y$ aufgelöst
+\begin{align}
+ x &= c_1^2 - c_2^2 ,\\
+ y &= 2c_1 c_2,
+\end{align}
+so beschreiben sie mit $\tau = c_1 \sqrt{2}$ und $\sigma = c_2 \sqrt{2}$ die Beziehung
+zwischen dem parabolischen Zylinderkoordinatensystem und dem kartesischen Koordinatensystem.
+Nun wurde gezeigt wieso sich das parabolische Zylinderkoordinatensystem am besten eignet um das Potential und das elektrische Feld einer semi-infiniten Leiterplatte zu beschreien. Falls man nun die Helmholtz-Gleichung in diesem Bereich lösen müsste, da man zum Beispiel am Verhalten einer elektromagnetischne Welle in der Nähe der Platte interessiert wäre, so würde man auf die parabolischen Zylinderfunktionen kommen.
+%Werden diese Formeln nun nach $x$ und $y$ aufgelöst
+%\begin{equation}
+% x = \sigma \tau,
+%\end{equation}
+%\begin{equation}
+% y = \frac{1}{2}\left ( \tau^2 - \sigma^2 \right ),
+%\end{equation}
+%so beschreibe sie, wie man aus dem parabolischen Zylinderkoordinatensystem zurück ins kartesische rechnen kann. \ No newline at end of file