Work on introduction, prepare requirements
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
ac8cda3585
commit
51a99f8d6e
7 changed files with 71 additions and 5 deletions
|
@ -1,5 +1,9 @@
|
|||
\chapter{Introduction}
|
||||
|
||||
In our lifes we use many communication technologies that work over a short range: for connecting our mice and keyboards to our computers, listening to music wirelessly and to pay contactlessly. Those tecnologies include but are not limited to: Bluetooth, RFID, NFC and many others.
|
||||
In our lifes we use many communication technologies that work over a short range: for connecting our mice and keyboards to our computers, listening to music wirelessly and to pay contactlessly. Those technologies include but are not limited to: Bluetooth, RFID, NFC and many others.
|
||||
|
||||
What many of those technologies have in common is that they work on top of radio waves that utilize electromagnetic induction. One of the problems of radio wave is the difficulty of passing through conductive materials such as water or metals. \cite{RadioWaves}
|
||||
What many of those technologies have in common is that they work on top of radio waves that utilize electromagnetic induction. Some problems of radio waves are the difficulty of passing through conductive materials such as water or metals \cite{RadioWaves} and they are susceptible to interference \cite{RadioInterference} and jamming \cite{RadioJamming}.
|
||||
|
||||
Other reseach projects in this area exists and some have covered the use of the magnetic fields emitted from CPUs as a communication channel \cite{MagneComm} and other cover the general use of magnetic induction communication in body area networks \cite{magneticInductionBAN}.
|
||||
|
||||
This thesis will research the concept of communication using the magnetic induction and will create a prototype implementation of a protocol that works through manipulation of magnetic fields using simple components such as a coil from a speaker or even a CPU in a computer.
|
||||
|
|
4
documentation/thesis/content/03_persona.tex
Normal file
4
documentation/thesis/content/03_persona.tex
Normal file
|
@ -0,0 +1,4 @@
|
|||
\chapter{Persona}
|
||||
\section{Persona 1}
|
||||
\section{Persona 2}
|
||||
\section{Persona 3}
|
|
@ -1 +0,0 @@
|
|||
\chapter{Use Cases / Personas}
|
|
@ -1 +1,21 @@
|
|||
\chapter{Requirements}
|
||||
|
||||
\section{Functional Requirements}
|
||||
\begin{table}[ht]
|
||||
\begin{reqTblr}{lll}
|
||||
ID & F01 \\
|
||||
Persona & Persona 1, Persona 2 \\
|
||||
Description & Description here...
|
||||
\end{reqTblr}
|
||||
\caption{Functional Requirement 01}
|
||||
\end{table}
|
||||
|
||||
\section{Non Functional Requirements}
|
||||
\begin{table}[ht]
|
||||
\begin{reqTblr}{lll}
|
||||
ID & N01 \\
|
||||
Persona & Persona 1, Persona 2 \\
|
||||
Description & Description here...
|
||||
\end{reqTblr}
|
||||
\caption{Non Functional Requirement 01}
|
||||
\end{table}
|
||||
|
|
Reference in a new issue