Latex Source for the lab report


\documentstyle[12pt,fullpage,epsf]{article}
\pagestyle{empty}
\begin{document}

\title{Lab Report 3.14159}
\author{
Dennis Rodman\footnote{Primarily responsible for this report}
\and Ervin Johnson}

\maketitle

\section{Problem description}

This section describes the problem the lab handout posed.  It 
uses a picture that comes from an encapsulated postscript file (found 
in Figure~\ref{fig.sample}).

\begin{figure}[bht]
\epsfxsize=3in
\centerline{\epsffile{sample.eps}}
\caption{This came from an encapsulated postscript file.}
\label{fig.sample}
\end{figure}

\section{Experimental Setup}
This section describes what we had to build to accomplish the lab.
It might have some math in it.  Like maybe like this:


A is the first 2-bit number. $A : a_1a_0$

B is the second 2-bit number. $B : b_1b_0$

M is the product of A and B. $M = A \times B$. $M : m_3m_2m_1m_0$

The Boolean equations for the bits in M are:

\begin{eqnarray*}
m_0 & = & a_0\cdot b_0 \\
m_1 & = & a_0\cdot b_1 \oplus a_1\cdot b_0 \\
m_2 & = & a_1\cdot b_1 \oplus a_0\cdot a_1\cdot b_0\cdot b_1 \\
m_3 & = & a_0\cdot a_1\cdot b_0\cdot b_1
\end{eqnarray*}


\section{Unexpected Problems}
This section describes how we had to modify our design to take into
account the unexpected events (some of which weren't our fault) that
occurred when we tried to build the lab.


\section{Results of the Experiment and Interpretation of the Results}
This section explains what happened when we finally got our experiment
to work.  We explain why the results make sense and what their deeper
meaning is.


\section{Conclusions}
This section sums up our lab experience and contemplates the universe.


\end{document}




slug icon to go to CMPE home page CE home     CMPE 100 home page    

Questions about page content should be directed to

Kevin Karplus
Computer Engineering
University of California, Santa Cruz
Santa Cruz, CA 95064
USA
karplus@cse.ucsc.edu
1-831-459-4250