-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
77 lines (66 loc) · 2.03 KB
/
main.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
\documentclass[a4paper]{article}
\usepackage[english]{babel}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage[colorinlistoftodos]{todonotes}
\usepackage{float}
\usepackage{hyperref}
\usepackage{listings}
\title{ENGN 8170 Group project\\ Yet to be written \\ Design Project report}
\author{U6366102}
\date{Submission date August 9, 2019}
\begin{document}
\pagenumbering{gobble}
\maketitle
\newpage
\tableofcontents
\newpage
\pagenumbering{arabic}
\section{Executive Summary}
%Sample image code
%begin{figure}[H]
% \centering
% \includegraphics[height = 6cm, width = \textwidth]{}
%\caption{Original image vs Noisy image}
%label{fig:S1}
%\end{figure}
\section {Project Background}
\section{Expectation}
\section{Work breakdown/Schedule}
\section{Team Organisation}
%sample bullet
%begin{itemize}
% \item {D0, B, tolerance are passed into the loop}
% \item{An atom is selected and their inter dependency with other atoms is computed in an iteration}
% \item{The atom with highest correlation returns a non zero element to X}
% \item{Residue(r) of OMP gives information about the elements that are uncorrelated with B}
% \item{In main loop, Obtain the signal estimate $x_{k}$}
% \item{Compute the estimate $\hat{b_k}$ with signal estimate $x_{k}$ }
% \item{Update residue $r_{k+1}$ $\xleftarrow{}$ $r_k - \hat{b_k}$ }
% \item {Move on to next iteration, until maximum iterations or tolerance values are reached}
%end{itemize}
%newpage
\section {Resources}
\section{Risks}
\begin{thebibliography}{9}
\bibitem{AEM}
E. Kreyszig,
\emph{Advanced Engineering Mathematics}.
Tenth ed. [Online]
\bibitem{Curve}
Gurley,
\emph{Numerical Methods Lecture 5 Curve fitting techniques},
2001.
\bibitem{MATLAB}
MathWorks Inc.,
\emph{MATLab Documentation},
2019.
\bibitem{Lecnotes}
Dr.Miaomiao Liu,
\emph{Lecture Notes Semester 1},
2019.
\bibitem{data}
Y. Xu and W. Yin. \emph{A fast patch-dictionary method for whole-image recovery.} UCLA CAM report 13-38, 2013.
\end{thebibliography}
\end{document}