소스 검색

Added graphics

Min 5 년 전
부모
커밋
a6ec3a306e
9개의 변경된 파일12294개의 추가작업 그리고 1개의 파일을 삭제
  1. BIN
      graphics/cloud.dia
  2. 1842 0
      graphics/cloud.eps
  3. BIN
      graphics/program.dia
  4. 8890 0
      graphics/program.eps
  5. BIN
      graphics/thing_diagram.dia
  6. 1534 0
      graphics/thing_diagram.eps
  7. 22 1
      src/design_methodology_and_implementation.tex
  8. BIN
      src/main.pdf
  9. 6 0
      src/main.tex

BIN
graphics/cloud.dia


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1842 - 0
graphics/cloud.eps


BIN
graphics/program.dia


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 8890 - 0
graphics/program.eps


BIN
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}

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}