浏览代码

Added graphics

Min 5 年之前
父节点
当前提交
a6ec3a306e
共有 9 个文件被更改,包括 12294 次插入1 次删除
  1. 二进制
      graphics/cloud.dia
  2. 1842 0
      graphics/cloud.eps
  3. 二进制
      graphics/program.dia
  4. 8890 0
      graphics/program.eps
  5. 二进制
      graphics/thing_diagram.dia
  6. 1534 0
      graphics/thing_diagram.eps
  7. 22 1
      src/design_methodology_and_implementation.tex
  8. 二进制
      src/main.pdf
  9. 6 0
      src/main.tex

二进制
graphics/cloud.dia


文件差异内容过多而无法显示
+ 1842 - 0
graphics/cloud.eps


二进制
graphics/program.dia


文件差异内容过多而无法显示
+ 8890 - 0
graphics/program.eps


二进制
graphics/thing_diagram.dia


文件差异内容过多而无法显示
+ 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}

二进制
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}