1: \documentclass[10pt,twocolumn,letterpaper]{IEEEtran}
2:
3: \usepackage{amssymb,epsf,epsfig,graphicx,latexsym,amsmath}
4:
5:
6: \usepackage{graphicx}
7: \usepackage{amssymb}
8: \usepackage{times}
9:
10:
11:
12:
13: \title{Performance of Ultra-Wideband Impulse Radio \\
14: in Presence of Impulsive Interference}
15:
16: \author{Bo\v zidar Radunovi\'c$^\star$\thanks{$^\star$ Microsoft
17: Reseach, 7 JJ Thomson Avenue, Cambridge, CB3 0FB,
18: UK. bozidar@microsoft.com}
19: \hspace{1em}
20: Jean-Yves Le Boudec$^\ddagger$\thanks{$\ddagger$
21: School of Computer and Communication Sciences, EPFL,
22: CH-1015 Lausanne, Switzerland. jean-yves.leboudec@epfl.ch}
23: \hspace{1em}
24: Raymond Knopp$\bigtriangleup$\thanks{$\bigtriangleup$, Mobile Communications Laboratory, Institut Eur\'ecom, 06904 Sophia Antipolis, France. knopp@eurecom.fr}
25: }
26:
27: %\thanks{The work presented in this paper was supported (in part) by the National
28: %Competence Center in Research on Mobile Information and Communication Systems (NCCR-MICS), a
29: %center supported by the Swiss National Science Foundation under grant number 5005-67322. }
30: %}
31:
32:
33:
34:
35:
36:
37: \begin{document}
38:
39:
40:
41:
42: % Usual definitions
43: \include{br}
44: \include{includewl}
45:
46: \renewcommand{\mycaption}[1]{\caption{\scriptsize \sffamily #1}}
47:
48: \renewcommand\bsection {\section}
49: \renewcommand\bsubsection {\subsection}
50:
51:
52:
53: \maketitle
54:
55:
56: \begin{abstract}
57: \input{abstract}
58: \end{abstract}
59:
60:
61:
62: \input{introduction}
63: \input{assumptions}
64: \input{analysis}
65: \input{results}
66: \input{conclusions}
67:
68:
69:
70: \bibliography{main}
71: \bibliographystyle{IEEEtran}
72:
73:
74: \appendix
75: \input{appendix}
76:
77:
78: \end{document}
79: