Skip to content

Commit 2e6da60

Browse files
committed
Final fall 2016 textbook commit
1 parent fb2808f commit 2e6da60

30 files changed

+1641
-58
lines changed

Signal Computing.pdf

378 KB
Binary file not shown.

Signal Computing.tex

Lines changed: 35 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@
5454
%\usepackage{html}
5555
\usepackage[chapter]{algorithm}
5656

57+
% To get footnote text for figures on the same page
58+
\usepackage{afterpage}
59+
60+
% For overlaying a picture
61+
\usepackage[percent]{overpic}
62+
5763
% Superscripts outside math mode
5864
\newcommand{\spscript}[2]{\mbox{#1}$^\mathrm{#2}$}
5965

@@ -201,6 +207,11 @@
201207

202208
\newcommand{\commentedout}[1]{}
203209

210+
% Variable thickness \hrulefill
211+
\makeatletter
212+
\def\vhrulefill#1{\leavevmode\leaders\hrule\@height#1\hfill \kern\z@}
213+
\makeatother
214+
204215
\title{Signal Computing: Digital Signals in the Software Domain}
205216

206217
% \author{} isn't being used in this document, so no attempt to make
@@ -220,18 +231,22 @@
220231

221232
\begin{titlepage}
222233

223-
\mbox{}\\[0.5in]
224-
\begin{center}
225-
\mbox{}\hrulefill\mbox{}\\[0.25in]
234+
% Another possibility for overlaying a picture
235+
% \usepackage[percent]{overpic} needed above
236+
% \begin{overpic}[width=\textwidth,grid,tics=10]{cover}
237+
\begin{overpic}[width=\textwidth]{cover}
238+
\put (0,85) {\begin{minipage}{\textwidth}\begin{center}
239+
\begin{bfseries}
240+
\mbox{}\vhrulefill{2pt}\mbox{}\\[0.25in]
226241
{\Huge Signal Computing:}\\[0.25in]
227242
{\LARGE Digital Signals in the Software Domain}\\[0.25in]
228-
\mbox{}\hrulefill\mbox{}\\[3in]
229-
230-
\mbox{}\hfill
231-
\parbox{1.5in}{\mbox{}}
232-
\parbox{3in}{Fall 2016}\\[0.25in]
233-
\mbox{}\hfill
234-
\parbox{3in}{\raggedright
243+
\mbox{}\vhrulefill{2pt}\mbox{}
244+
\end{bfseries}
245+
\end{center}
246+
\end{minipage}}
247+
\put (55,-10) {\begin{minipage}{3in}
248+
\begin{bfseries}
249+
Fall 2016\\[0.25in]
235250
Michael Stiber\\
236251
Bilin Zhang Stiber\\
237252
University of Washington Bothell\\
@@ -241,8 +256,16 @@
241256
Southern Methodist University\\
242257
Lyle School of Engineering\\
243258
3145 Dyer Street\\
244-
Dallas, TX 75205}
245-
\end{center}
259+
Dallas, TX 75205
260+
\end{bfseries}
261+
\end{minipage}}
262+
\end{overpic}
263+
264+
% \mbox{}
265+
% \vspace*{5in}
266+
% \includegraphics[width=\textwidth]{cover}
267+
% \vspace*{-11in}
268+
246269

247270
\newpage
248271
\mbox{}\vspace{2in}

0 commit comments

Comments
 (0)