Blame view

DOCUMENTATION/THEORY_MANUAL/SACAMOS_TheoryManual.tex 1.58 KB
886c558b   Steve Greedy   SACAMOS Public Re...
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
\documentclass{cablemod}

% The preamble file sets up the details of the document, title, authors, license etc.
\input{./Tex/preamble.tex}

% Begin document
\begin{document}

% Make title page
\maketitle

% Include table of contents
\tableofcontents

% Define headers and footers for the remainder of the document
\pagestyle{fancy}
\fancyfoot[L]{\textit{\Reference}}
\fancyfoot[R]{\textit{\DocumentTitle, V\DocumentVersion}}
\fancyhead[L]{\textit{\DocumentSubTitle}}
\fancyhead[R]{}

% Start writing

\input{./Tex/introduction.tex}

% Transmission line theory chapter
\input{./Tex/mtlequa.tex}
\input{./Tex/pulpara.tex}
\input{./Tex/solmtlequa.tex}
\input{./Tex/termcond.tex}
\input{./Tex/incident_field_excitation.tex}

% Spice cable bundel model chapter
\input{./Tex/spice_cable_model.tex}
\input{./Tex/spice_cable_bundle_model_structure.tex}
\input{./Tex/domain_decomposition.tex}
\input{./Tex/twisted_pair_model.tex}
\input{./Tex/modal_decomposition.tex}
\input{./Tex/method_of_characteristics.tex}
\input{./Tex/frequency_dependent_propagation.tex}
\input{./Tex/transfer_impedance_model.tex}
\input{./Tex/spice_incident_field_excitation.tex}
\input{./Tex/incident_field_excitation_shielded_cables.tex}

% Additional software elements
\input{./Tex/Laplace_Solver_Documentation.tex}
\input{./Tex/filter_fit.tex}

% Cable models implemented
\input{./Tex/cable_types.tex}

189467e4   Steve Greedy   First Public Release
52
53
54
% network synthesis for s-domain transfer functions
\input{./Tex/network_synthesis.tex}

886c558b   Steve Greedy   SACAMOS Public Re...
55
56
57
58
59
60
61
62
63
% Bibliography
\input{./Tex/bibliography.tex}

\appendix

% The software design is to be documented elsewhere
%\input{./Tex/software_design.tex}

\end{document}