Explorar o código

Added graphics

Min %!s(int64=5) %!d(string=hai) anos
pai
achega
a6ec3a306e
Modificáronse 9 ficheiros con 12294 adicións e 1 borrados
  1. BIN=BIN
      graphics/cloud.dia
  2. 1842 0
      graphics/cloud.eps
  3. BIN=BIN
      graphics/program.dia
  4. 8890 0
      graphics/program.eps
  5. BIN=BIN
      graphics/thing_diagram.dia
  6. 1534 0
      graphics/thing_diagram.eps
  7. 22 1
      src/design_methodology_and_implementation.tex
  8. BIN=BIN
      src/main.pdf
  9. 6 0
      src/main.tex

BIN=BIN
graphics/cloud.dia


A diferenza do arquivo foi suprimida porque é demasiado grande
+ 1842 - 0
graphics/cloud.eps


BIN=BIN
graphics/program.dia


A diferenza do arquivo foi suprimida porque é demasiado grande
+ 8890 - 0
graphics/program.eps


BIN=BIN
graphics/thing_diagram.dia


A diferenza do arquivo foi suprimida porque é demasiado grande
+ 1534 - 0
graphics/thing_diagram.eps


+ 22 - 1
src/design_methodology_and_implementation.tex

@@ -86,7 +86,28 @@ How often do we need to repeat measurements to get an accurate picture of the ph
 \subsection{System Design}
 
 \subsubsection{Layer 1 approach}
+	\begin{figure}
+	\centering
+	\includegraphics[scale=0.4]{../graphics/thing_diagram.eps}
+	\caption{Circuit of IoT device.}
+	\label{fig:thing_diagram}	
+	\end{figure}
+
+	\begin{figure}
+	\centering
+	\includegraphics[width=\linewidth]{../graphics/program.eps}
+	\caption{Functional diagram of IoT device program.}
+	\label{fig:program}	
+	\end{figure}
+
 
 \subsubsection{Layer 2 approach}
 
-\subsubsection{Layer 3 approach}
+\subsubsection{Layer 3 approach}
+
+	\begin{figure}
+	\centering
+	\includegraphics[scale=0.4]{../graphics/cloud.eps}
+	\caption{General flow diagram of whole system connectivity.}
+	\label{fig:cloud}	
+	\end{figure}

BIN=BIN
src/main.pdf


+ 6 - 0
src/main.tex

@@ -35,6 +35,12 @@
 \usepackage{multicol} 
 \usepackage{makecell} 
 
+% Caption in bold/italic and set depth to 2
+\usepackage{chngcntr}
+\usepackage[format=plain,labelfont={bf,it},font=it]{caption}
+\counterwithin{figure}{subsection}
+\counterwithin{table}{subsection}
+
 % define colours
 \definecolor{codegreen}{rgb}{0,0.6,0}
 \definecolor{codegray}{rgb}{0.5,0.5,0.5}