Compare commits

...

2 Commits

Author SHA1 Message Date
Sebastian Preisner e8c9921276 start editing kolloqium 2 years ago
Sebastian Preisner c49b2d3121 adding first beamer version 2 years ago

@ -0,0 +1,168 @@
\documentclass[10pt]{beamer}
% Theme choice:
\usetheme{Singapore}
% Title page details:
\title{Bachelorthesis}
\subtitle{Distanzmessung auf kleinen Skalen mit Hilfe von Smartphone-Sensoren}
\date{\today}
\author{Sebastian Preisner}
\institute{Wilhelm Büchner Hochschule Darmstadt}
% \titlegraphic{\hfill\includegraphics[height=1.5cm]{logo.pdf}}
% Setup theme
%\usefonttheme{serif}
\setbeamertemplate{footline}[frame number]{}
\setbeamertemplate{navigation symbols}{}
\usecolortheme{seagull}
%\setbeamercolor{block title}{bg=blue!20,fg=black}
%\setbeamercolor{block body}{bg = blue!10, fg = black}
%\setbeamertemplate{itemize item}[square]
%\setbeamercolor{itemize item}{fg = cyan}
%\setbeamercolor{enumerate item}{fg = cyan}
\beamertemplatenavigationsymbolsempty
%\setbeamercolor{titlelike}{fg=red}
% ------------------------------
% Include packages
% ------------------------------
\usepackage[T1]{fontenc}
\usepackage{amsfonts}
\usepackage{FiraSans}
\usepackage{siunitx} % SI-Units
\sisetup{locale = DE}
\usepackage{pgfpages} % Include notes to the presentation
\setbeameroption{show notes}
\setbeameroption{show notes on second screen = left}
% ------------------------------
% Start Document
% ------------------------------
\begin{document}
\maketitle
\begin{frame}{Aufbau der Arbeit}
\setbeamertemplate{section in toc}[sections numbered]
\tableofcontents[hideallsubsections]
\end{frame}
\section{Einleitung}
\begin{frame}{Steckbrief}
Sebastian Preisner \\
33 Jahre \\
\vspace{2em}
Studiengang: Technische Informatik
\end{frame}
\begin{frame}{Thema}
\centering
Distanzmessung auf kleinen Skalen mit Hilfe von Smartphone-Sensoren
\note[item]{Titel vorlesen}
\note[item]{Idee dazu kam von einem Podcast Interview}
\end{frame}
\begin{frame}{Motivation}
\pause
\note[item]{Im folgenden möchte ich kurz meine ganz \textbf{persönliche Motivation} für dieses Thema erläutern.}
\begin{minipage}[c]{0.3\textwidth}
\centering
\includegraphics[width=0.85\textwidth]{../static/Opensource.pdf}
\end{minipage} \hfill
\note[item]{Ich bin seit 18 Jahren begeisterter \textbf{Vertreter der Open Source Scene} und mit meiner Arbeit wollte ich etwas Praxisnahes untersuchen, was dieser Scene zugute kommt.}
\pause
\begin{minipage}[c]{0.3\textwidth}
\centering
\includegraphics[width=0.9\textwidth]{../static/Wikipedia.pdf}
\end{minipage} \hfill
\note[item]{Auch bin ich der Meinung das \textbf{jeder freien Zugang zu Wissen} und vorallem Bildung erhalten sollte. Diese Beiden Motivatoren vereint phyphox,}
\pause
\begin{minipage}[c]{0.3\textwidth}
\centering
\includegraphics[width=0.85\textwidth]{../static/Wikipedia.pdf}
\end{minipage}
\note[item]{eine Anwendung die es ermöglicht mithilfe des \textbf{Smartphones und den verbauten Sensoren} verschiedenste Experimente durch zu führen und so \textbf{physikalische und chemische Vorgänge} greifbar zu machen. Durch diese Arbeit kann ich das Projekt unterstützen und neue Funktionen ermöglichen da es derzeit an einer \textbf{Lokalisierungsfunktion} fehlt.}
\end{frame}
\section{Grundlagen}
\begin{frame}{Einführung}
\begin{itemize}
\item Bluetooth
\end{itemize}
iBeacon
Smartphone
Verwendet wird Bluetooth
\end{frame}
\begin{frame}{Distanzmessung}
\includegraphics{../static/Wegpunkte.pdf}
\note[item]{Distanzmessung bezieht sich auf die Messung der Länge einer zürckgelegten Strecke.}
\note[item]{Die summe der Abstände zwischen den Wegpunkten.}
\note[item]{Wegpunkte können durch die Lokalisierung bestimmt werden.}
\end{frame}
\begin{frame}{Lokalisierung durch Trilateration}
\includegraphics<1>{../static/lateration-entfernung.pdf}
\note[item]{Es gibt \textbf{verschiedene Methoden zur Lokalisierung}, in dieser Arbeit wird die Trilateration eingesetzt weswegen ich sie hier kurz erläutern möchte.}
\note[item]{Bei der Trilateration wird die Entfernung zwischen Sender und Empfänger gemessen.}
\note[item]{Zieht man einen Kreis mit der Entfernung als Radius um den Sender, so erhält man die möglichen Positionen wo sich der Empfänger befindet.}
\includegraphics<2>{../static/lateration-kreis.pdf}
\includegraphics<3>{../static/lateration-positionen.pdf}
\note[item]{Um die Position genauer zu bestimmen werden mindestens zwei weitere Sender benötigt, daher wird diese Methode auch Trilateration genannt.}
\includegraphics<4>{../static/lateration-position.pdf}
\note[item]{Um missverständnisse aus zu räumen: Die Trilateration ist \textbf{nicht mit der Triangulation} zu verwechseln bei der die Einfallswinkel zur Positionsbestimmung herangezogen werden hallo.}
\end{frame}
\begin{frame}{Entfernungsmessung mithilfe der Signalstärke}
\centering
\note[item]{Eine Methode zur Entfernungsmessung unter Verwendung von Funksystemen ist die Signalstärkemessung}
RSSI - Received Signal Strength Indicator
\end{frame}
\begin{frame}{Selbstkorrigierende}
\note[item]{Distanzmessung beschreibt die Messung der Länge einer zürckgelegten Strecke}
\end{frame}
\section{Methodik}
\begin{frame}{Vorgehen}
- Wie wurden die Versuche durchgeführt und evaluiert.
Versuche:
- System kennenlernen, parameter ermittlung
- Versuchsaufbau aus den erkentnisse
-
\note[item]{Distanzmessung bezieht sich auf die Messung der Länge einer zürckgelegten Strecke.}
\note[item]{Die summe der Abstände zwischen den Wegpunkten.}
\note[item]{Wegpunkte können durch die Lokalisierung bestimmt werden.}
\end{frame}
\begin{frame}{Trilateration}
\note[item]{Distanzmessung beschreibt die Messung der Länge einer zürckgelegten Strecke}
\end{frame}
\begin{frame}{Distanzmessung}
\note[item]{Distanzmessung beschreibt die Messung der Länge einer zürckgelegten Strecke}
\end{frame}
\begin{frame}{Distanzmessung}
\note[item]{Distanzmessung beschreibt die Messung der Länge einer zürckgelegten Strecke}
\end{frame}
\end{document}

Binary file not shown.

Binary file not shown.

@ -0,0 +1,172 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="675.41925"
height="778.39819"
id="svg3290"
version="1.1"
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20)"
sodipodi:docname="Opensource.svg"
inkscape:export-filename="/home/rafael/workspace/logo-osi/5/png/logo396x412.png"
inkscape:export-xdpi="52.737835"
inkscape:export-ydpi="52.737835"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<defs
id="defs3292" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.9899495"
inkscape:cx="526.28947"
inkscape:cy="480.83261"
inkscape:document-units="px"
inkscape:current-layer="g3879"
showgrid="false"
inkscape:window-width="3432"
inkscape:window-height="1409"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
showguides="true"
inkscape:guide-bbox="true"
inkscape:pagecheckerboard="0"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0">
<sodipodi:guide
orientation="1,0"
position="354.80815,49.432925"
id="guide3004" />
</sodipodi:namedview>
<metadata
id="metadata3295">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-35.110725,-108.23442)">
<g
style="display:inline"
id="g3879"
transform="matrix(3.1607572,0,0,3.1607572,1289.8039,2829.9529)"
inkscape:export-filename="/home/paulormm/usp/softwarelivre/OSI/OSI_member_card_model_final-300dpi.png"
inkscape:export-xdpi="300.05554"
inkscape:export-ydpi="300.05554">
<path
inkscape:export-ydpi="48.18"
inkscape:export-xdpi="48.18"
inkscape:export-filename="/home/rafael/workspace/logo-osi/3/png/logo396x412.png"
id="path3773"
d="m -287.05192,-768.95371 m 11.01179,28.68474 a 30.724865,30.724865 0 1 0 -22.02358,0 l -20.69627,53.92828 a 88.487611,88.487611 0 1 1 63.41612,0 z"
inkscape:connector-curvature="0"
style="text-anchor:middle;fill:#3fa652;stroke:#21552a;stroke-width:7.37397;stroke-linejoin:round" />
<text
inkscape:export-filename="/home/rafael/workspace/logo-osi/3/png/logo396x412.png"
inkscape:export-ydpi="48.18"
inkscape:export-xdpi="48.18"
id="text7890-3-1"
y="-643.90765"
x="-402.74231"
style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;-inkscape-font-specification:Sans;letter-spacing:0px;word-spacing:0px;display:inline;fill:#20552a;fill-opacity:1;stroke:none"
xml:space="preserve"
transform="scale(0.99041196,1.0096809)"><tspan
id="tspan3306"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35.1552px;line-height:1.25;font-family:OpenSymbol;-inkscape-font-specification:Sans;fill:#000000;fill-opacity:1"
y="-643.90765"
x="-402.74231"
sodipodi:role="line">open</tspan><tspan
id="tspan7894-2-9"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35.1552px;line-height:1.25;font-family:FreeSans;-inkscape-font-specification:Sans;fill:#000000;fill-opacity:1"
y="-627.95056"
x="-402.74231"
sodipodi:role="line" /></text>
<text
inkscape:export-filename="/home/rafael/workspace/logo-osi/3/png/logo396x412.png"
inkscape:export-ydpi="48.18"
inkscape:export-xdpi="48.18"
id="text7890-3-1-1"
y="-644.53589"
x="-299.91721"
style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;-inkscape-font-specification:Sans;letter-spacing:0px;word-spacing:0px;display:inline;fill:#20552a;fill-opacity:1;stroke:none"
xml:space="preserve"
transform="scale(0.99041196,1.0096809)"><tspan
id="tspan3306-2"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35.1552px;line-height:1.25;font-family:OpenSymbol;-inkscape-font-specification:Sans;fill:#000000;fill-opacity:1"
y="-644.53589"
x="-299.91721"
sodipodi:role="line">source</tspan><tspan
id="tspan7894-2-9-4"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35.1552px;line-height:1.25;font-family:FreeSans;-inkscape-font-specification:Sans;fill:#000000;fill-opacity:1"
y="-628.5788"
x="-299.91721"
sodipodi:role="line" /></text>
<text
inkscape:export-filename="/home/rafael/workspace/logo-osi/3/png/logo396x412.png"
inkscape:export-ydpi="48.18"
inkscape:export-xdpi="48.18"
id="text7890-3-1-1-4"
y="-609.43024"
x="-368.47388"
style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;-inkscape-font-specification:Sans;letter-spacing:0px;word-spacing:0px;display:inline;fill:#20552a;fill-opacity:1;stroke:none"
xml:space="preserve"
transform="scale(0.99041196,1.0096809)"><tspan
id="tspan3306-2-7"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35.1552px;line-height:1.25;font-family:OpenSymbol;-inkscape-font-specification:Sans;fill:#000000;fill-opacity:1"
y="-609.43024"
x="-368.47388"
sodipodi:role="line">initiative</tspan><tspan
id="tspan7894-2-9-4-5"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35.1552px;line-height:1.25;font-family:FreeSans;-inkscape-font-specification:Sans;fill:#000000;fill-opacity:1"
y="-593.47314"
x="-368.47388"
sodipodi:role="line" /></text>
<g
id="g3797"
transform="translate(-21.225811,-1.0146812)"
inkscape:export-filename="/home/rafael/workspace/logo-osi/3/png/logo396x412.png"
inkscape:export-xdpi="48.18"
inkscape:export-ydpi="48.18">
<ellipse
transform="matrix(0.33912491,0,0,0.33852655,-402.53969,-908.3754)"
id="path3015"
style="fill:none;stroke:#000000;stroke-width:6.66514;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
cx="645.71429"
cy="646.64789"
rx="23.571428"
ry="23.571411" />
<text
id="text3793"
y="-685.33014"
x="-188.29698"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:0%;font-family:OpenSymbol;-inkscape-font-specification:'OpenSymbol Bold';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
xml:space="preserve"><tspan
y="-685.33014"
x="-188.29698"
id="tspan3795"
sodipodi:role="line"
style="font-size:12.6552px;line-height:1.25">R</tspan></text>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 7.7 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 201 KiB

Binary file not shown.

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 250 KiB

After

Width:  |  Height:  |  Size: 250 KiB

Binary file not shown.

Binary file not shown.

@ -0,0 +1,175 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="111.18105mm"
height="95.2658mm"
viewBox="0 0 111.18105 95.2658"
version="1.1"
id="svg7507"
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20)"
sodipodi:docname="lateration-kreis.svg"
inkscape:export-filename="/home/sebastian/Dokumente/Privat/Studium/WBH/Thesis/static/lateration.png"
inkscape:export-xdpi="236"
inkscape:export-ydpi="236"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview7509"
pagecolor="#ffffff"
bordercolor="#999999"
borderopacity="1"
inkscape:pageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="0"
inkscape:document-units="mm"
showgrid="false"
inkscape:zoom="1.6604907"
inkscape:cx="213.79222"
inkscape:cy="158.38692"
inkscape:window-width="3432"
inkscape:window-height="1409"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="layer4"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0" />
<defs
id="defs7504" />
<g
inkscape:label="Ebene 1"
inkscape:groupmode="layer"
id="layer1"
sodipodi:insensitive="true"
transform="translate(-33.835808,-1.893868)" />
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="Senderadius"
transform="translate(-33.835808,-1.893868)">
<path
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 112.44994,60.694823 81.612916,47.192636"
id="path14875" />
<text
xml:space="preserve"
style="font-size:3.52777px;line-height:1.25;font-family:sans-serif;stroke-width:0.264583"
x="101.10923"
y="60.087627"
id="text16829"><tspan
sodipodi:role="line"
id="tspan16827"
style="stroke-width:0.264583"
x="101.10923"
y="60.087627">r</tspan></text>
<text
xml:space="preserve"
style="font-size:2.24344px;line-height:1.25;font-family:sans-serif;stroke-width:0.264583"
x="107.82997"
y="67.942665"
id="text25053"><tspan
sodipodi:role="line"
id="tspan25051"
style="stroke-width:0.264583"
x="107.82997"
y="67.942665">Sender 1</tspan></text>
</g>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="Sender"
transform="translate(-33.835808,-1.893868)">
<g
id="g13976"
transform="translate(-12.905253,3.4147808)">
<circle
style="fill:none;fill-opacity:0.980392;stroke:#de8948;stroke-width:0.499999;stroke-opacity:1"
id="circle13959"
cx="124.79025"
cy="56.005764"
r="32.881859" />
<g
id="g3642"
transform="translate(66.906053,-10.605364)">
<circle
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.499999;stroke-opacity:0.729412"
id="circle3622"
cx="57.364681"
cy="63.305435"
r="1.5429883"
transform="rotate(-0.48177263)" />
<g
id="g3634">
<path
sodipodi:type="star"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:7.55399;stroke-opacity:0.729412"
id="path3624"
inkscape:flatsided="false"
sodipodi:sides="3"
sodipodi:cx="226.40784"
sodipodi:cy="171.04062"
sodipodi:r1="52.289089"
sodipodi:r2="26.144545"
sodipodi:arg1="0.52878919"
sodipodi:arg2="1.5759867"
inkscape:rounded="0"
inkscape:randomized="0"
transform="matrix(0.04256352,-3.5790455e-4,8.654603e-4,0.10292418,48.093357,52.306291)"
inkscape:transform-center-x="-0.016853428"
inkscape:transform-center-y="-1.3414674"
d="m 271.55521,197.41985 -45.28307,-0.23504 -45.28307,-0.23504 22.84508,-39.09877 22.84509,-39.09877 22.43798,39.33381 z" />
<rect
style="fill:#ffffff;fill-opacity:0.979873;stroke:none;stroke-width:0.499998;stroke-opacity:0.729412"
id="rect3626"
width="2.8710895"
height="0.41484898"
x="56.459408"
y="71.261574" />
<rect
style="fill:#ffffff;fill-opacity:0.979873;stroke:none;stroke-width:0.499998;stroke-opacity:0.729412"
id="rect3628"
width="2.0541782"
height="0.41484898"
x="56.867863"
y="70.136177" />
<rect
style="fill:#ffffff;fill-opacity:0.979873;stroke:none;stroke-width:0.499998;stroke-opacity:0.729412"
id="rect3630"
width="1.7186335"
height="0.41484898"
x="57.035633"
y="69.010803" />
<rect
style="fill:#ffffff;fill-opacity:0.979873;stroke:none;stroke-width:0.499998;stroke-opacity:0.729412"
id="rect3632"
width="1.1083764"
height="0.41484898"
x="57.340763"
y="67.885406" />
</g>
<path
id="path3636"
style="fill:#000000;fill-opacity:0.979873;stroke:none;stroke-width:0.5;stroke-opacity:0.729412"
d="m 56.519185,61.659591 a 2.0204463,1.5438012 0 0 0 -0.655428,1.137398 2.0204463,1.5438012 0 0 0 0.655428,1.137399 1.785814,1.7662191 0 0 1 -0.420891,-1.137399 1.785814,1.7662191 0 0 1 0.420891,-1.137398 z m 2.731621,5.29e-4 a 1.785814,1.7662191 0 0 1 0.4193,1.136883 1.785814,1.7662191 0 0 1 -0.420892,1.137398 2.0204463,1.5438012 0 0 0 0.655428,-1.137398 2.0204463,1.5438012 0 0 0 -0.653836,-1.136883 z" />
<path
id="path3638"
style="fill:#000000;fill-opacity:0.979873;stroke:none;stroke-width:0.5;stroke-opacity:0.729412"
d="m 56.15232,61.143839 a 2.5634695,2.2438354 0 0 0 -0.831584,1.653149 2.5634695,2.2438354 0 0 0 0.831584,1.653152 2.2657764,2.5671083 0 0 1 -0.534012,-1.653152 2.2657764,2.5671083 0 0 1 0.534012,-1.653149 z m 3.465782,7.69e-4 a 2.2657764,2.5671083 0 0 1 0.531993,1.652401 2.2657764,2.5671083 0 0 1 -0.534012,1.653149 2.5634695,2.2438354 0 0 0 0.831583,-1.653149 2.5634695,2.2438354 0 0 0 -0.829564,-1.652401 z" />
<path
id="path3640"
style="fill:#000000;fill-opacity:0.979873;stroke:none;stroke-width:0.5;stroke-opacity:0.729412"
d="m 55.718763,60.693879 a 3.2052033,2.854563 0 0 0 -1.039761,2.103104 3.2052033,2.854563 0 0 0 1.039761,2.103107 2.8329863,3.2658244 0 0 1 -0.667695,-2.103107 2.8329863,3.2658244 0 0 1 0.667695,-2.103104 z m 4.333399,9.79e-4 a 2.8329863,3.2658244 0 0 1 0.665171,2.102151 2.8329863,3.2658244 0 0 1 -0.667695,2.103104 3.2052033,2.854563 0 0 0 1.03976,-2.103104 3.2052033,2.854563 0 0 0 -1.037236,-2.102151 z" />
</g>
</g>
</g>
<g
inkscape:groupmode="layer"
id="layer4"
inkscape:label="Empfänger"
transform="translate(-33.835808,-1.893868)" />
</svg>

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

@ -0,0 +1,345 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="111.18105mm"
height="95.2658mm"
viewBox="0 0 111.18105 95.2658"
version="1.1"
id="svg7507"
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20)"
sodipodi:docname="lateration-position.svg"
inkscape:export-filename="/home/sebastian/Dokumente/Privat/Studium/WBH/Thesis/static/lateration.png"
inkscape:export-xdpi="236"
inkscape:export-ydpi="236"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview7509"
pagecolor="#ffffff"
bordercolor="#999999"
borderopacity="1"
inkscape:pageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="0"
inkscape:document-units="mm"
showgrid="false"
inkscape:zoom="1.6604907"
inkscape:cx="213.79222"
inkscape:cy="158.38692"
inkscape:window-width="3432"
inkscape:window-height="1409"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="layer3"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0" />
<defs
id="defs7504" />
<g
inkscape:label="Ebene 1"
inkscape:groupmode="layer"
id="layer1"
sodipodi:insensitive="true"
transform="translate(-33.835808,-1.893868)" />
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="Senderadius"
transform="translate(-33.835808,-1.893868)">
<circle
style="fill:none;fill-opacity:0.980392;stroke:#de4848;stroke-width:0.499999;stroke-opacity:1"
id="path13461"
cx="62.571583"
cy="68.423897"
r="28.485775" />
<circle
style="fill:none;fill-opacity:0.980392;stroke:#debd48;stroke-width:0.499999;stroke-opacity:1"
id="circle13961"
cx="82.237305"
cy="24.612598"
r="22.468731" />
<text
xml:space="preserve"
style="font-size:2.24344px;line-height:1.25;font-family:sans-serif;stroke-width:0.264583"
x="107.82997"
y="67.942665"
id="text25053"><tspan
sodipodi:role="line"
id="tspan25051"
style="stroke-width:0.264583"
x="107.82997"
y="67.942665">Sender 1</tspan></text>
<text
xml:space="preserve"
style="font-size:2.24344px;line-height:1.25;font-family:sans-serif;stroke-width:0.264583"
x="58.673233"
y="75.163956"
id="text28401"><tspan
sodipodi:role="line"
id="tspan28399"
style="stroke-width:0.264583"
x="58.673233"
y="75.163956">Sender 2</tspan></text>
<text
xml:space="preserve"
style="font-size:2.24344px;line-height:1.25;font-family:sans-serif;stroke-width:0.264583"
x="76.846764"
y="33.633606"
id="text28405"><tspan
sodipodi:role="line"
id="tspan28403"
style="stroke-width:0.264583"
x="76.846764"
y="33.633606">Sender 3</tspan></text>
</g>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="Sender"
transform="translate(-33.835808,-1.893868)">
<g
id="g13976"
transform="translate(-12.905253,3.4147808)">
<circle
style="fill:none;fill-opacity:0.980392;stroke:#de8948;stroke-width:0.499999;stroke-opacity:1"
id="circle13959"
cx="124.79025"
cy="56.005764"
r="32.881859" />
<g
id="g3642"
transform="translate(66.906053,-10.605364)">
<circle
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.499999;stroke-opacity:0.729412"
id="circle3622"
cx="57.364681"
cy="63.305435"
r="1.5429883"
transform="rotate(-0.48177263)" />
<g
id="g3634">
<path
sodipodi:type="star"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:7.55399;stroke-opacity:0.729412"
id="path3624"
inkscape:flatsided="false"
sodipodi:sides="3"
sodipodi:cx="226.40784"
sodipodi:cy="171.04062"
sodipodi:r1="52.289089"
sodipodi:r2="26.144545"
sodipodi:arg1="0.52878919"
sodipodi:arg2="1.5759867"
inkscape:rounded="0"
inkscape:randomized="0"
transform="matrix(0.04256352,-3.5790455e-4,8.654603e-4,0.10292418,48.093357,52.306291)"
inkscape:transform-center-x="-0.016853428"
inkscape:transform-center-y="-1.3414674"
d="m 271.55521,197.41985 -45.28307,-0.23504 -45.28307,-0.23504 22.84508,-39.09877 22.84509,-39.09877 22.43798,39.33381 z" />
<rect
style="fill:#ffffff;fill-opacity:0.979873;stroke:none;stroke-width:0.499998;stroke-opacity:0.729412"
id="rect3626"
width="2.8710895"
height="0.41484898"
x="56.459408"
y="71.261574" />
<rect
style="fill:#ffffff;fill-opacity:0.979873;stroke:none;stroke-width:0.499998;stroke-opacity:0.729412"
id="rect3628"
width="2.0541782"
height="0.41484898"
x="56.867863"
y="70.136177" />
<rect
style="fill:#ffffff;fill-opacity:0.979873;stroke:none;stroke-width:0.499998;stroke-opacity:0.729412"
id="rect3630"
width="1.7186335"
height="0.41484898"
x="57.035633"
y="69.010803" />
<rect
style="fill:#ffffff;fill-opacity:0.979873;stroke:none;stroke-width:0.499998;stroke-opacity:0.729412"
id="rect3632"
width="1.1083764"
height="0.41484898"
x="57.340763"
y="67.885406" />
</g>
<path
id="path3636"
style="fill:#000000;fill-opacity:0.979873;stroke:none;stroke-width:0.5;stroke-opacity:0.729412"
d="m 56.519185,61.659591 a 2.0204463,1.5438012 0 0 0 -0.655428,1.137398 2.0204463,1.5438012 0 0 0 0.655428,1.137399 1.785814,1.7662191 0 0 1 -0.420891,-1.137399 1.785814,1.7662191 0 0 1 0.420891,-1.137398 z m 2.731621,5.29e-4 a 1.785814,1.7662191 0 0 1 0.4193,1.136883 1.785814,1.7662191 0 0 1 -0.420892,1.137398 2.0204463,1.5438012 0 0 0 0.655428,-1.137398 2.0204463,1.5438012 0 0 0 -0.653836,-1.136883 z" />
<path
id="path3638"
style="fill:#000000;fill-opacity:0.979873;stroke:none;stroke-width:0.5;stroke-opacity:0.729412"
d="m 56.15232,61.143839 a 2.5634695,2.2438354 0 0 0 -0.831584,1.653149 2.5634695,2.2438354 0 0 0 0.831584,1.653152 2.2657764,2.5671083 0 0 1 -0.534012,-1.653152 2.2657764,2.5671083 0 0 1 0.534012,-1.653149 z m 3.465782,7.69e-4 a 2.2657764,2.5671083 0 0 1 0.531993,1.652401 2.2657764,2.5671083 0 0 1 -0.534012,1.653149 2.5634695,2.2438354 0 0 0 0.831583,-1.653149 2.5634695,2.2438354 0 0 0 -0.829564,-1.652401 z" />
<path
id="path3640"
style="fill:#000000;fill-opacity:0.979873;stroke:none;stroke-width:0.5;stroke-opacity:0.729412"
d="m 55.718763,60.693879 a 3.2052033,2.854563 0 0 0 -1.039761,2.103104 3.2052033,2.854563 0 0 0 1.039761,2.103107 2.8329863,3.2658244 0 0 1 -0.667695,-2.103107 2.8329863,3.2658244 0 0 1 0.667695,-2.103104 z m 4.333399,9.79e-4 a 2.8329863,3.2658244 0 0 1 0.665171,2.102151 2.8329863,3.2658244 0 0 1 -0.667695,2.103104 3.2052033,2.854563 0 0 0 1.03976,-2.103104 3.2052033,2.854563 0 0 0 -1.037236,-2.102151 z" />
</g>
</g>
<g
id="g13415"
transform="translate(24.097498,-41.416786)">
<circle
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.499999;stroke-opacity:0.729412"
id="circle13395"
cx="57.364681"
cy="63.305435"
r="1.5429883"
transform="rotate(-0.48177263)" />
<g
id="g13407">
<path
sodipodi:type="star"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:7.55399;stroke-opacity:0.729412"
id="path13397"
inkscape:flatsided="false"
sodipodi:sides="3"
sodipodi:cx="226.40784"
sodipodi:cy="171.04062"
sodipodi:r1="52.289089"
sodipodi:r2="26.144545"
sodipodi:arg1="0.52878919"
sodipodi:arg2="1.5759867"
inkscape:rounded="0"
inkscape:randomized="0"
transform="matrix(0.04256352,-3.5790455e-4,8.654603e-4,0.10292418,48.093357,52.306291)"
inkscape:transform-center-x="-0.016853428"
inkscape:transform-center-y="-1.3414674"
d="m 271.55521,197.41985 -45.28307,-0.23504 -45.28307,-0.23504 22.84508,-39.09877 22.84509,-39.09877 22.43798,39.33381 z" />
<rect
style="fill:#ffffff;fill-opacity:0.979873;stroke:none;stroke-width:0.499998;stroke-opacity:0.729412"
id="rect13399"
width="2.8710895"
height="0.41484898"
x="56.459408"
y="71.261574" />
<rect
style="fill:#ffffff;fill-opacity:0.979873;stroke:none;stroke-width:0.499998;stroke-opacity:0.729412"
id="rect13401"
width="2.0541782"
height="0.41484898"
x="56.867863"
y="70.136177" />
<rect
style="fill:#ffffff;fill-opacity:0.979873;stroke:none;stroke-width:0.499998;stroke-opacity:0.729412"
id="rect13403"
width="1.7186335"
height="0.41484898"
x="57.035633"
y="69.010803" />
<rect
style="fill:#ffffff;fill-opacity:0.979873;stroke:none;stroke-width:0.499998;stroke-opacity:0.729412"
id="rect13405"
width="1.1083764"
height="0.41484898"
x="57.340763"
y="67.885406" />
</g>
<path
id="path13409"
style="fill:#000000;fill-opacity:0.979873;stroke:none;stroke-width:0.5;stroke-opacity:0.729412"
d="m 56.519185,61.659591 a 2.0204463,1.5438012 0 0 0 -0.655428,1.137398 2.0204463,1.5438012 0 0 0 0.655428,1.137399 1.785814,1.7662191 0 0 1 -0.420891,-1.137399 1.785814,1.7662191 0 0 1 0.420891,-1.137398 z m 2.731621,5.29e-4 a 1.785814,1.7662191 0 0 1 0.4193,1.136883 1.785814,1.7662191 0 0 1 -0.420892,1.137398 2.0204463,1.5438012 0 0 0 0.655428,-1.137398 2.0204463,1.5438012 0 0 0 -0.653836,-1.136883 z" />
<path
id="path13411"
style="fill:#000000;fill-opacity:0.979873;stroke:none;stroke-width:0.5;stroke-opacity:0.729412"
d="m 56.15232,61.143839 a 2.5634695,2.2438354 0 0 0 -0.831584,1.653149 2.5634695,2.2438354 0 0 0 0.831584,1.653152 2.2657764,2.5671083 0 0 1 -0.534012,-1.653152 2.2657764,2.5671083 0 0 1 0.534012,-1.653149 z m 3.465782,7.69e-4 a 2.2657764,2.5671083 0 0 1 0.531993,1.652401 2.2657764,2.5671083 0 0 1 -0.534012,1.653149 2.5634695,2.2438354 0 0 0 0.831583,-1.653149 2.5634695,2.2438354 0 0 0 -0.829564,-1.652401 z" />
<path
id="path13413"
style="fill:#000000;fill-opacity:0.979873;stroke:none;stroke-width:0.5;stroke-opacity:0.729412"
d="m 55.718763,60.693879 a 3.2052033,2.854563 0 0 0 -1.039761,2.103104 3.2052033,2.854563 0 0 0 1.039761,2.103107 2.8329863,3.2658244 0 0 1 -0.667695,-2.103107 2.8329863,3.2658244 0 0 1 0.667695,-2.103104 z m 4.333399,9.79e-4 a 2.8329863,3.2658244 0 0 1 0.665171,2.102151 2.8329863,3.2658244 0 0 1 -0.667695,2.103104 3.2052033,2.854563 0 0 0 1.03976,-2.103104 3.2052033,2.854563 0 0 0 -1.037236,-2.102151 z" />
</g>
<g
id="g13437"
transform="translate(5.0730332,0.6362343)">
<circle
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.499999;stroke-opacity:0.729412"
id="circle13417"
cx="57.364681"
cy="63.305435"
r="1.5429883"
transform="rotate(-0.48177263)" />
<g
id="g13429">
<path
sodipodi:type="star"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:7.55399;stroke-opacity:0.729412"
id="path13419"
inkscape:flatsided="false"
sodipodi:sides="3"
sodipodi:cx="226.40784"
sodipodi:cy="171.04062"
sodipodi:r1="52.289089"
sodipodi:r2="26.144545"
sodipodi:arg1="0.52878919"
sodipodi:arg2="1.5759867"
inkscape:rounded="0"
inkscape:randomized="0"
transform="matrix(0.04256352,-3.5790455e-4,8.654603e-4,0.10292418,48.093357,52.306291)"
inkscape:transform-center-x="-0.016853428"
inkscape:transform-center-y="-1.3414674"
d="m 271.55521,197.41985 -45.28307,-0.23504 -45.28307,-0.23504 22.84508,-39.09877 22.84509,-39.09877 22.43798,39.33381 z" />
<rect
style="fill:#ffffff;fill-opacity:0.979873;stroke:none;stroke-width:0.499998;stroke-opacity:0.729412"
id="rect13421"
width="2.8710895"
height="0.41484898"
x="56.459408"
y="71.261574" />
<rect
style="fill:#ffffff;fill-opacity:0.979873;stroke:none;stroke-width:0.499998;stroke-opacity:0.729412"
id="rect13423"
width="2.0541782"
height="0.41484898"
x="56.867863"
y="70.136177" />
<rect
style="fill:#ffffff;fill-opacity:0.979873;stroke:none;stroke-width:0.499998;stroke-opacity:0.729412"
id="rect13425"
width="1.7186335"
height="0.41484898"
x="57.035633"
y="69.010803" />
<rect
style="fill:#ffffff;fill-opacity:0.979873;stroke:none;stroke-width:0.499998;stroke-opacity:0.729412"
id="rect13427"
width="1.1083764"
height="0.41484898"
x="57.340763"
y="67.885406" />
</g>
<path
id="path13431"
style="fill:#000000;fill-opacity:0.979873;stroke:none;stroke-width:0.5;stroke-opacity:0.729412"
d="m 56.519185,61.659591 a 2.0204463,1.5438012 0 0 0 -0.655428,1.137398 2.0204463,1.5438012 0 0 0 0.655428,1.137399 1.785814,1.7662191 0 0 1 -0.420891,-1.137399 1.785814,1.7662191 0 0 1 0.420891,-1.137398 z m 2.731621,5.29e-4 a 1.785814,1.7662191 0 0 1 0.4193,1.136883 1.785814,1.7662191 0 0 1 -0.420892,1.137398 2.0204463,1.5438012 0 0 0 0.655428,-1.137398 2.0204463,1.5438012 0 0 0 -0.653836,-1.136883 z" />
<path
id="path13433"
style="fill:#000000;fill-opacity:0.979873;stroke:none;stroke-width:0.5;stroke-opacity:0.729412"
d="m 56.15232,61.143839 a 2.5634695,2.2438354 0 0 0 -0.831584,1.653149 2.5634695,2.2438354 0 0 0 0.831584,1.653152 2.2657764,2.5671083 0 0 1 -0.534012,-1.653152 2.2657764,2.5671083 0 0 1 0.534012,-1.653149 z m 3.465782,7.69e-4 a 2.2657764,2.5671083 0 0 1 0.531993,1.652401 2.2657764,2.5671083 0 0 1 -0.534012,1.653149 2.5634695,2.2438354 0 0 0 0.831583,-1.653149 2.5634695,2.2438354 0 0 0 -0.829564,-1.652401 z" />
<path
id="path13435"
style="fill:#000000;fill-opacity:0.979873;stroke:none;stroke-width:0.5;stroke-opacity:0.729412"
d="m 55.718763,60.693879 a 3.2052033,2.854563 0 0 0 -1.039761,2.103104 3.2052033,2.854563 0 0 0 1.039761,2.103107 2.8329863,3.2658244 0 0 1 -0.667695,-2.103107 2.8329863,3.2658244 0 0 1 0.667695,-2.103104 z m 4.333399,9.79e-4 a 2.8329863,3.2658244 0 0 1 0.665171,2.102151 2.8329863,3.2658244 0 0 1 -0.667695,2.103104 3.2052033,2.854563 0 0 0 1.03976,-2.103104 3.2052033,2.854563 0 0 0 -1.037236,-2.102151 z" />
</g>
</g>
<g
inkscape:groupmode="layer"
id="layer4"
inkscape:label="Empfänger"
transform="translate(-33.835808,-1.893868)">
<circle
style="fill:none;fill-opacity:0.980392;stroke:#000000;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:2, 1;stroke-dashoffset:0;stroke-opacity:1"
id="path34935"
cx="81.612915"
cy="47.192638"
r="2.8716919" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

@ -0,0 +1,179 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="111.18105mm"
height="95.2658mm"
viewBox="0 0 111.18105 95.2658"
version="1.1"
id="svg7507"
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20)"
sodipodi:docname="lateration-positionen.svg"
inkscape:export-filename="/home/sebastian/Dokumente/Privat/Studium/WBH/Thesis/static/lateration.png"
inkscape:export-xdpi="236"
inkscape:export-ydpi="236"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview7509"
pagecolor="#ffffff"
bordercolor="#999999"
borderopacity="1"
inkscape:pageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="0"
inkscape:document-units="mm"
showgrid="false"
inkscape:zoom="1.6604907"
inkscape:cx="213.79222"
inkscape:cy="158.38692"
inkscape:window-width="3432"
inkscape:window-height="1409"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="layer4"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0" />
<defs
id="defs7504" />
<g
inkscape:label="Ebene 1"
inkscape:groupmode="layer"
id="layer1"
sodipodi:insensitive="true"
transform="translate(-33.835808,-1.893868)" />
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="Senderadius"
transform="translate(-33.835808,-1.893868)">
<text
xml:space="preserve"
style="font-size:2.24344px;line-height:1.25;font-family:sans-serif;stroke-width:0.264583"
x="107.82997"
y="67.942665"
id="text25053"><tspan
sodipodi:role="line"
id="tspan25051"
style="stroke-width:0.264583"
x="107.82997"
y="67.942665">Sender 1</tspan></text>
</g>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="Sender"
transform="translate(-33.835808,-1.893868)">
<g
id="g13976"
transform="translate(-12.905253,3.4147808)">
<circle
style="fill:none;fill-opacity:0.980392;stroke:#de8948;stroke-width:0.499999;stroke-opacity:1"
id="circle13959"
cx="124.79025"
cy="56.005764"
r="32.881859" />
<g
id="g3642"
transform="translate(66.906053,-10.605364)">
<circle
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.499999;stroke-opacity:0.729412"
id="circle3622"
cx="57.364681"
cy="63.305435"
r="1.5429883"
transform="rotate(-0.48177263)" />
<g
id="g3634">
<path
sodipodi:type="star"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:7.55399;stroke-opacity:0.729412"
id="path3624"
inkscape:flatsided="false"
sodipodi:sides="3"
sodipodi:cx="226.40784"
sodipodi:cy="171.04062"
sodipodi:r1="52.289089"
sodipodi:r2="26.144545"
sodipodi:arg1="0.52878919"
sodipodi:arg2="1.5759867"
inkscape:rounded="0"
inkscape:randomized="0"
transform="matrix(0.04256352,-3.5790455e-4,8.654603e-4,0.10292418,48.093357,52.306291)"
inkscape:transform-center-x="-0.016853428"
inkscape:transform-center-y="-1.3414674"
d="m 271.55521,197.41985 -45.28307,-0.23504 -45.28307,-0.23504 22.84508,-39.09877 22.84509,-39.09877 22.43798,39.33381 z" />
<rect
style="fill:#ffffff;fill-opacity:0.979873;stroke:none;stroke-width:0.499998;stroke-opacity:0.729412"
id="rect3626"
width="2.8710895"
height="0.41484898"
x="56.459408"
y="71.261574" />
<rect
style="fill:#ffffff;fill-opacity:0.979873;stroke:none;stroke-width:0.499998;stroke-opacity:0.729412"
id="rect3628"
width="2.0541782"
height="0.41484898"
x="56.867863"
y="70.136177" />
<rect
style="fill:#ffffff;fill-opacity:0.979873;stroke:none;stroke-width:0.499998;stroke-opacity:0.729412"
id="rect3630"
width="1.7186335"
height="0.41484898"
x="57.035633"
y="69.010803" />
<rect
style="fill:#ffffff;fill-opacity:0.979873;stroke:none;stroke-width:0.499998;stroke-opacity:0.729412"
id="rect3632"
width="1.1083764"
height="0.41484898"
x="57.340763"
y="67.885406" />
</g>
<path
id="path3636"
style="fill:#000000;fill-opacity:0.979873;stroke:none;stroke-width:0.5;stroke-opacity:0.729412"
d="m 56.519185,61.659591 a 2.0204463,1.5438012 0 0 0 -0.655428,1.137398 2.0204463,1.5438012 0 0 0 0.655428,1.137399 1.785814,1.7662191 0 0 1 -0.420891,-1.137399 1.785814,1.7662191 0 0 1 0.420891,-1.137398 z m 2.731621,5.29e-4 a 1.785814,1.7662191 0 0 1 0.4193,1.136883 1.785814,1.7662191 0 0 1 -0.420892,1.137398 2.0204463,1.5438012 0 0 0 0.655428,-1.137398 2.0204463,1.5438012 0 0 0 -0.653836,-1.136883 z" />
<path
id="path3638"
style="fill:#000000;fill-opacity:0.979873;stroke:none;stroke-width:0.5;stroke-opacity:0.729412"
d="m 56.15232,61.143839 a 2.5634695,2.2438354 0 0 0 -0.831584,1.653149 2.5634695,2.2438354 0 0 0 0.831584,1.653152 2.2657764,2.5671083 0 0 1 -0.534012,-1.653152 2.2657764,2.5671083 0 0 1 0.534012,-1.653149 z m 3.465782,7.69e-4 a 2.2657764,2.5671083 0 0 1 0.531993,1.652401 2.2657764,2.5671083 0 0 1 -0.534012,1.653149 2.5634695,2.2438354 0 0 0 0.831583,-1.653149 2.5634695,2.2438354 0 0 0 -0.829564,-1.652401 z" />
<path
id="path3640"
style="fill:#000000;fill-opacity:0.979873;stroke:none;stroke-width:0.5;stroke-opacity:0.729412"
d="m 55.718763,60.693879 a 3.2052033,2.854563 0 0 0 -1.039761,2.103104 3.2052033,2.854563 0 0 0 1.039761,2.103107 2.8329863,3.2658244 0 0 1 -0.667695,-2.103107 2.8329863,3.2658244 0 0 1 0.667695,-2.103104 z m 4.333399,9.79e-4 a 2.8329863,3.2658244 0 0 1 0.665171,2.102151 2.8329863,3.2658244 0 0 1 -0.667695,2.103104 3.2052033,2.854563 0 0 0 1.03976,-2.103104 3.2052033,2.854563 0 0 0 -1.037236,-2.102151 z" />
</g>
</g>
</g>
<g
inkscape:groupmode="layer"
id="layer4"
inkscape:label="Empfänger"
transform="translate(-33.835808,-1.893868)">
<circle
style="fill:none;fill-opacity:0.980392;stroke:#aeaeae;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:2, 1;stroke-dashoffset:0;stroke-opacity:1"
id="circle1533"
cx="95.58123"
cy="31.111128"
r="2.8716919" />
<circle
style="fill:none;fill-opacity:0.980392;stroke:#aeaeae;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:2, 1;stroke-dashoffset:0;stroke-opacity:1"
id="circle2417"
cx="119.45792"
cy="27.826706"
r="2.8716919" />
<circle
style="fill:none;fill-opacity:0.980392;stroke:#aeaeae;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:2, 1;stroke-dashoffset:0;stroke-opacity:1"
id="circle2419"
cx="124.3369"
cy="89.631981"
r="2.8716919" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 7.4 KiB

Loading…
Cancel
Save