-
Notifications
You must be signed in to change notification settings - Fork 4
/
wierstorf2014-perceptual_assessment_of_sound_field_synthesis.tex
268 lines (240 loc) · 18.1 KB
/
wierstorf2014-perceptual_assessment_of_sound_field_synthesis.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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
% ----------------------------------------------------------------------------
% |
% Perceptual Assessment of Sound Field Synthesis |
% |
% Hagen Wierstorf |
% |
% PhD dissertation |
% |
% 23. September 2014 |
% |
% |
% |
% Contact: [email protected] |
% |
% License: CC BY 3.0 DE |
% |
% ----------------------------------------------------------------------------
% --- BOOK, LANGUAGE ---------------------------------------------------------
\documentclass[a4paper, oneside, nobib, notoc, justified]{tufte-book}% |
\usepackage[utf8]{inputenc}% |
\usepackage[english]{babel}% |
% ----------------------------------------------------------------------------
% --- PAGE LAYOUT ------------------------------------------------------------
\setcounter{secnumdepth}{3}% add numbering to sections |
\setcounter{tocdepth}{1}% include section to the TOC |
% Fix for titlesec version 2.10.1: |
%\usepackage{etoolbox}% |
%\makeatletter% |
%\patchcmd{\ttlh@hang}{\parindent\z@}{\parindent\z@\leavevmode}{}{}% |
%\patchcmd{\ttlh@hang}{\noindent}{}{}{}% |
%\makeatother% |
% ----------------------------------------------------------------------------
% --- COLORS -----------------------------------------------------------------
\usepackage{xcolor}% |
\definecolor{red}{HTML}{DD181F}% |
\definecolor{blue}{HTML}{0060AD}% |
\definecolor{gray}{HTML}{949599}% |
\definecolor{lightgray}{HTML}{D6D7D9}% |
\definecolor{yellow}{HTML}{FFEA00}% |
\definecolor{green}{HTML}{00AD03}% |
\definecolor{lightblue}{HTML}{00ECFF}% |
% Color from the vocal figure in my diploma thesis |
\definecolor{vblue}{HTML}{237ABF}% |
\definecolor{vpurple}{HTML}{6F559D}% |
\definecolor{vgreen}{HTML}{2CB431}% |
\definecolor{vyellow}{HTML}{F5D300}% |
\definecolor{vorange}{HTML}{E97117}% |
% Colors from Gnuplotting |
\definecolor{link}{HTML}{006A80}% |
% paired.pal |
% see: https://github.com/Gnuplotting/gnuplot-palettes/blob/master/paired.pal |
\definecolor{paired1}{HTML}{A6CEE3}% |
\definecolor{paired2}{HTML}{1F78B4}% |
\definecolor{paired3}{HTML}{B2DF8A}% |
\definecolor{paired4}{HTML}{33A02C}% |
\definecolor{paired5}{HTML}{FB9A99}% |
\definecolor{paired6}{HTML}{E31A1C}% |
\definecolor{paired7}{HTML}{FDBF6F}% |
\definecolor{paired8}{HTML}{FF7F00}% |
% ----------------------------------------------------------------------------
% --- FONTS ------------------------------------------------------------------
% math fonts (I think it uses mathpazo) |
\usepackage{amsmath,amssymb}% |
% allows for the creation of 2/3 with \nicefrac{2}{3} |
\usepackage{nicefrac}% |
% provide a command similar to \newthought but without vspace fot start of |
% sections |
\newcommand{\firstthought}[1]{\noindent\textsc{#1}}% |
% ----------------------------------------------------------------------------
% --- FIGURES and TABLES -----------------------------------------------------
\usepackage{graphicx,rotating}% |
\usepackage[caption=false]{subfig}% in order to use continue float in Fig. 6.2|
\usepackage{import}% fix the inclusion of subfolders |
\usepackage{marvosym}% includes \Pointinghand |
\newcommand{\reproduce}[1]{% |
\href{#1}{\color{link}\large\Pointinghand}% add reproduce link |
}% |
\usepackage{tikz}% tikz for drawing sketches |
\newcommand{\vcentering}[1]{% vertical centering of parts of a figure |
\raisebox{-0.5\height}{#1}% usage: \vcentering{\includegraphics{}} |
}% |
\graphicspath{% look for figures in chapter paths |
{01_introduction}% |
{02_theory_of_sound_field_synthesis}% |
{03_sound_field_errors_and_their_perceptual_relevance}% |
{04_binaural_synthesis}% |
{05_psychoacoustics}% |
{06_modeling}% |
}% |
\DeclareGraphicsExtensions{.pdf,.jpg}% avoid including png thumbnails |
% ----------------------------------------------------------------------------
% --- CODE -------------------------------------------------------------------
% The fancyvrb package lets us customize the formatting of verbatim |
% environments. We use a slightly smaller font. |
\usepackage{fancyvrb}% |
\fvset{fontsize=\normalsize}% |
% ----------------------------------------------------------------------------
% --- HYPERREF ---------------------------------------------------------------
%\usepackage{hyperref}% |
\hypersetup{% |
colorlinks=false,% used colored links w/o border |
%linkcolor=black,% color of internal links |
%citecolor=black,% color of citation links |
%urlcolor=link,% color of URL links |
%pdfborder={0 0 0},% no borders around links |
}% |
% ----------------------------------------------------------------------------
% --- MARGIN NOTES and CITATION ----------------------------------------------
\usepackage{csquotes}% |
\usepackage[% |
style=verbose-trad1,% |
autocite=footnote,% |
backend=biber,% |
firstinits=true% render all first and middle names as initials |
]{biblatex}% |
\bibliography{long,% |
wierstorf2014-perceptual_assessment_of_sound_field_synthesis}% |
% Remove ``In:'' for journal articles |
% see: http://ow.ly/qavZh |
\renewbibmacro{in:}{% |
\ifentrytype{article}{}{% |
\printtext{\bibstring{in}\intitlepunct}}}% |
% Put text into the margin |
\newcommand{\note}[1]{\marginnote{#1}}% |
% URL |
\renewcommand{\url}[2]{\href{#2}{\color{link}\texttt{#1}}}% |
% URL in the margin |
\newcommand{\urlnote}[2]{\marginnote{\url{#1}{#2}}}% |
% ----------------------------------------------------------------------------
% --- COMMANDS ---------------------------------------------------------------
% Comments |
\newcommand{\comment}[1]{{ \color{magenta}{#1}}} % comment |
\newcommand{\TODO}[1]{{ \color{blue}{#1}}} % TODO |
\newcommand{\ipa}[1]{/\textipa{#1}/} % phonetic |
\newcommand{\NOTE}[1]{{\small\color{red}(#1)}} % note |
\newcommand{\ft}{\footnotesize} % ft |
\newcommand{\scs}{\scriptsize} % scs |
% --- Math commands ----------------------------------------------------------
\DeclareSymbolFont{euler}{U}{eur}{m}{n} % |
\DeclareMathSymbol \PI \mathalpha {euler} {"19} % pi |
\newcommand{\I}{\ensuremath{\mathrm{i}}} % i |
\newcommand{\E}{\ensuremath{\mathrm{e}}} % e |
\newcommand{\df}[1]{\ensuremath{\mathop{\mathrm{d}{#1}}}} % d |
\newcommand{\degree}{\ensuremath{^\circ}} % ° |
\renewcommand{\vec}[1]{\ensuremath{\mathbf{#1}}} % vector |
\newcommand{\p}[2]{\ensuremath{\frac{\partial #1}{\partial #2}}} % df/dx |
\newcommand{\x}{\ensuremath{\vec{x}}} % x |
\newcommand{\xs}{\ensuremath{\x_\text{s}}} % xs |
\newcommand{\xref}{\ensuremath{\x_\text{ref}}} % xref |
\newcommand{\X}{\ensuremath{\vec{X}}} % X |
\renewcommand{\k}{\ensuremath{\vec{k}}} % k |
\newcommand{\n}{\ensuremath{\vec{n}}} % n |
\newcommand{\omegac}{\ensuremath{\frac{\omega}{c}}} % w/c |
\renewcommand{\H}[2]{\ensuremath{\,H_{#1}^{(#2)}\!}} % H |
\newcommand{\h}[2]{\ensuremath{\,h_{#1}^{(#2)}\!}} % h |
\newcommand{\deltafunc}[1]{\ensuremath{\,\delta\!\left(#1\right)}}% \delta() |
\newcommand{\defeq}{\mathrel{\!\mathop:}=} % := |
% --- Spaces -----------------------------------------------------------------
\newcommand{\R}{\ensuremath{\mathbb{R}}} % R |
% --- Operators --------------------------------------------------------------
\newcommand{\FT}[1]{\ensuremath{\mathcal{F}\left\{#1\right\}}} % F{} |
\newcommand{\IFT}[1]{\ensuremath{% % F^-1{} |
\mathcal{F}^{-1}\left\{#1\right\}}}% |
% --- Punctuation ------------------------------------------------------------
\newcommand{\qc}{\;,} % , |
\newcommand{\qp}{\;.} % . |
\newcommand{\qs}{\;;} % ; |
% ----------------------------------------------------------------------------
% --- VARIABLES --------------------------------------------------------------
% fix spaces after defined variables, if there is a punctuation |
\usepackage{xspace}% |
\def \GITHUBBASE {http://github.com/hagenw/phd-thesis/tree/master}% thesis url|
\def \SFS {http://github.com/sfstoolbox/sfs/blob/1.0.0} % SFS url |
\def \AMT {http://github.com/hagenw/amtoolbox/blob/thesis} % AMT url |
\def \PATH {.} % basepath |
\def \TITLE {00_title} % title page|
\def \CHAPONE {01_introduction} % chapter 1 |
\def \CHAPTWO {02_theory_of_sound_field_synthesis} % chapter 2 |
\def \CHAPTHREE {03_sound_field_errors_and_their_perceptual_relevance} % c. 3 |
\def \CHAPFOUR {04_binaural_synthesis} % chapter 4 |
\def \CHAPFIVE {05_psychoacoustics} % chapter 5 |
\def \CHAPSIX {06_modeling} % chapter 6 |
\def \CHAPSEVEN {07_conclusion} % chapter 7 |
\def \twoD {{2\text{D}}\xspace} % 2D |
\def \twohalfD {{2.5\text{D}}\xspace} % 2.5D |
\def \threeD {{3\text{D}}\xspace} % 3D |
\def \etal {{et al.}} % et al. |
% ----------------------------------------------------------------------------
% --- ACRONYMS ---------------------------------------------------------------
\usepackage{relsize}% for the smaller option of the acronym package |
\usepackage[smaller]{acronym}% |
% usage: \ac{ACRONYM} or \acp{ACRONYM} for plural |
\acrodef{BRS}{binaural room scanning}% |
\acrodef{HOA}{Higher Order Ambisonics}% |
\acrodef{HRTF}{head-related transfer function}% |
\acrodef{ILD}{interaural level difference}% |
\acrodef{IPD}{interaural phase difference}% |
\acrodef{ITD}{interaural time difference}% |
\acrodef{IVS}{interaural vector strength}% |
\acrodef{NFC-HOA}{Near-Field Compensated Higher Order Ambisonics}% |
\acrodef{PCA}{principal component analysis}% |
\acrodef{RGT}{repetory grid technique}% |
\acrodef{SDM}{Spectral Division Method}% |
\acrodef{SFS}{sound field synthesis}% |
\acrodef{SSR}{SoundScape Renderer}% |
\acrodef{WFS}{Wave Field Synthesis}% |
% ----------------------------------------------------------------------------
% --- HYPHENATION ------------------------------------------------------------
\hyphenation{Fesh-bach set-up set-ups Experi-mente Hoh-ner-lein % |
Aliasing-arte-fakten Uni-ver-si-t\"{a}t Orien-tier-ungen}% |
% ----------------------------------------------------------------------------
% Length of the parindent of the second line in the bibliography
%\setlength{\bibhang}{.3cm}
% Bug fixing for error: ``Too many unprocessed floats''
% Insert the following command within the text:
% \FloatBarrier
% Note, that it introduces a linebreak
%% ===== DOCUMENT BEGIN ==================================================
\begin{document}
%% --- Title Page --------------------------------------------------------
\import{\PATH/00_title/}{00_title}
%% --- Table of Content --------------------------------------------------
\tableofcontents
%% --- Introduction ------------------------------------------------------
\import{\PATH/01_introduction/}{01_introduction}
%% --- Theory of Sound Field Synthesis -----------------------------------
\import{\PATH/02_theory_of_sound_field_synthesis/}{02_theory_of_sound_field_synthesis}
%% --- Sound Field Errors and Their Perceptual Relevance
\import{\PATH/03_sound_field_errors_and_their_perceptual_relevance/}{03_sound_field_errors_and_their_perceptual_relevance}
%% --- Binaural Synthesis ------------------------------------------------
\import{\PATH/04_binaural_synthesis/}{04_binaural_synthesis}
%% --- Psychoacoustics ---------------------------------------------------
\import{\PATH/05_psychoacoustics/}{05_psychoacoustics}
%% --- Auditory Modelling ------------------------------------------------
\import{\PATH/06_modeling/}{06_modeling}
%% --- Conclusion --------------------------------------------------------
\import{\PATH/07_conclusion/}{07_conclusion}
%% --- Bibliography ------------------------------------------------------
\printbibliography
\end{document}