Finalize thesis report
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2023-01-17 17:55:44 +01:00
parent 1862068f09
commit 8fef45b856
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
10 changed files with 5991 additions and 55 deletions

View file

@ -14,11 +14,11 @@ The following benchmarks were run during idle CPU Load, which was about 1-5\% ut
\begin{table}[H]
\begin{bfhTabular}{l l l l l}
Run & Preamble Detected & Payload Length & Is CRC Valid & Received Message \\
1 & Yes & 4 bytes & No & Vêÿ\\
2 & Yes & 4 bytes & Yes & Test \\
3 & Yes & 4 bytes & Yes & Test\\
4 & Yes & 4 bytes & Yes & Test \\
5 & Yes & 4 bytes & No & {\textunderscore}
1 & Yes & \SI{4}{\byte} & No & Vêÿ\\
2 & Yes & \SI{4}{\byte} & Yes & Test \\
3 & Yes & \SI{4}{\byte} & Yes & Test\\
4 & Yes & \SI{4}{\byte} & Yes & Test \\
5 & Yes & \SI{4}{\byte} & No & {\textunderscore}
\end{bfhTabular}
\caption{Benchmark - Idle CPU Load - \SI{0.5}{\bit\per\second}}
\end{table}
@ -27,11 +27,11 @@ The following benchmarks were run during idle CPU Load, which was about 1-5\% ut
\begin{table}[H]
\begin{bfhTabular}{l l l l l}
Run & Preamble Detected & Payload Length & Is CRC Valid & Received Message \\
1 & Yes & 4 bytes & Yes & Test\\
2 & Yes & 4 & No & Test\\
3 & Yes & 4 & Yes & Test\\
4 & Yes & 4 & Yes & Test\\
5 & Yes & 4 & No & TÊæé
1 & Yes & \SI{4}{\byte} & Yes & Test\\
2 & Yes & \SI{4}{\byte} & No & Test\\
3 & Yes & \SI{4}{\byte} & Yes & Test\\
4 & Yes & \SI{4}{\byte} & Yes & Test\\
5 & Yes & \SI{4}{\byte} & No & TÊæé
\end{bfhTabular}
\caption{Benchmark - Idle CPU Load - \SI{1}{\bit\per\second}}
\end{table}
@ -43,11 +43,11 @@ The following benchmarks were run with 25\% CPU utilization. The tool \texttt{st
\begin{table}[H]
\begin{bfhTabular}{l l l l l}
Run & Preamble Detected & Payload Length & Is CRC Valid & Received Message \\
1 & Yes & - & - & -\\
2 & Yes & \SI{4}{\byte} & - & -\\
3 & No & - & - & -\\
4 & No & - & - & -\\
5 & No & - & - & -\\
1 & Yes & N/A & No & N/A\\
2 & Yes & \SI{4}{\byte} & No & N/A\\
3 & No & N/A & No & N/A\\
4 & No & N/A & No & N/A\\
5 & No & N/A & No & N/A\\
\end{bfhTabular}
\caption{Benchmark - 25\% CPU Load - \SI{0.5}{\bit\per\second}}
\end{table}
@ -56,11 +56,11 @@ The following benchmarks were run with 25\% CPU utilization. The tool \texttt{st
\begin{table}[H]
\begin{bfhTabular}{l l l l l}
Run & Preamble Detected & Payload Length & Is CRC Valid & Received Message \\
1 & No & - & - & -\\
2 & Yes & - & - & -\\
3 & No & - & - & -\\
4 & No & - & - & -\\
5 & No & - & - & -
1 & No & N/A & No & N/A\\
2 & Yes & N/A & No & N/A\\
3 & No & N/A & No & N/A\\
4 & No & N/A & No & N/A\\
5 & No & N/A & No & N/A
\end{bfhTabular}
\caption{Benchmark - 25\% CPU Load - \SI{1}{\bit\per\second}}
\end{table}