From be60386b21a764e8dc8819110a691f1dfd35d79b Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Sun, 15 Jan 2023 12:47:43 +0100 Subject: [PATCH] Adjust tense in abstract Signed-off-by: Severin Kaderli --- documentation/thesis/content/00_abstract.tex | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/documentation/thesis/content/00_abstract.tex b/documentation/thesis/content/00_abstract.tex index 36f6503..5421cb2 100644 --- a/documentation/thesis/content/00_abstract.tex +++ b/documentation/thesis/content/00_abstract.tex @@ -1,8 +1,16 @@ \addchap{Abstract} -In this thesis, I research an alternative short-range wireless communication method that uses -magnetic induction instead of conventional radio waves for transmission of data, and point out the advantages and disadvantages of magnetic induction as a communication channel. +In this thesis, I researched an alternative short-range wireless communication +method that uses magnetic induction instead of conventional radio waves for +transmission of data, and pointed out the advantages and disadvantages of +magnetic induction as a communication channel. -For demonstrating the communication method, I create a prototype implementation of a simple communication protocol that utilizes magnetic induction and that can be run using components found in everyday devices such as a smartphone and a laptop. +For demonstrating the communication method, I created a prototype +implementation of a simple communication protocol that utilizes magnetic +induction and that can be run using components found in everyday devices such +as a smartphone and a laptop. -At the end, I benchmark the prototype implementation under multiple conditions and configurations to illustrate how feasible and robust the communication is and if it is viable as an alternative to radio wave communication. +At the end, I benchmarked the prototype implementation under multiple +conditions and configurations to illustrate how feasible and robust the +communication is and if it is viable as an alternative to radio wave +communication.